blob: c35519ea20b1104ae2ceae5c3c3a87662f9bfbe3 [file] [log] [blame]
Marek Celoudbc643142017-04-07 15:02:38 +02001classes:
2- system.linux.system.lowmem
3- system.linux.system.repo.glusterfs
4- system.linux.system.repo.mcp.contrail
5#- system.linux.system.repo.mcp.openstack
6- system.linux.system.repo.mos10
7- system.linux.system.repo.mcp.extra
8- system.linux.system.repo.saltstack.xenial
9- system.memcached.server.single
10- system.rabbitmq.server.cluster
11- system.rabbitmq.server.vhost.openstack
12- system.keystone.server.cluster
13- system.keystone.server.storage.glusterfs
14- system.glance.control.cluster
15- system.glance.control.storage.glusterfs
16- system.nova.control.cluster
17- system.neutron.control.opencontrail.cluster
18- system.cinder.control.cluster
19- system.heat.server.cluster
20- system.ceilometer.server.cluster
21- system.ceilometer.server.backend.influxdb
22- system.aodh.server.cluster
23- system.heka.ceilometer_collector.single
24- system.galera.server.cluster
25- system.galera.server.database.aodh
26- system.galera.server.database.ceilometer
27- system.galera.server.database.cinder
28- system.galera.server.database.glance
29- system.galera.server.database.grafana
30- system.galera.server.database.heat
31- system.galera.server.database.keystone
32- system.galera.server.database.nova
33- system.heka.alarm.openstack_control
34- cluster.virtual-mcp11-contrail
35parameters:
36 _param:
37 keepalived_vip_interface: ens4
38 cluster_vip_address: ${_param:openstack_control_address}
39 cluster_local_address: ${_param:single_address}
40 cluster_node01_hostname: ctl01
41 cluster_node01_address: ${_param:openstack_control_node01_address}
42 cluster_node02_hostname: ctl02
43 cluster_node02_address: ${_param:openstack_control_node02_address}
44 cluster_node03_hostname: ctl03
45 cluster_node03_address: ${_param:openstack_control_node03_address}
46 linux:
47 system:
48 package:
49 python-msgpack:
50 version: latest
51 network:
52 interface:
53 ens4:
54 enabled: true
55 type: eth
56 proto: dhcp
57 keepalived:
58 cluster:
59 instance:
60 VIP:
61 virtual_router_id: 150
62 keystone:
63 server:
64 admin_email: ${_param:admin_email}
65 notification:
66 driver: messagingv2
67 topics: "notifications,${_param:stacklight_notification_topic}"
68 glance:
69 server:
70 storage:
71 engine: file
72 images: []
73 workers: 1
74 notification:
75 driver: messagingv2
76 topics: "notifications,${_param:stacklight_notification_topic}"
77 heat:
78 server:
79 notification:
80 driver: messagingv2
81 topics: "notifications,${_param:stacklight_notification_topic}"
82 nova:
83 controller:
84 networking: contrail
85 cpu_allocation: 54
86 bind:
87 private_address: ${_param:cluster_local_address}
88 public_address: ${_param:cluster_vip_address}
89 novncproxy_port: 6080
90 vncproxy_url: http://${_param:cluster_vip_address}:6080
91 cache:
92 engine: memcached
93 prefix: CACHE_NOVA
94 members:
95 - host: 127.0.0.1
96 port: 11211
97 workers: 1
98 notification:
99 driver: messagingv2
100 topics: "notifications,${_param:stacklight_notification_topic}"
101 neutron:
102 server:
103 plugin: contrail
104 tunnel_type: vxlan
105 public_networks: []
106 contrail:
107 version: ${_param:opencontrail_version}
108 notification:
109 driver: messagingv2
110 topics: "notifications,${_param:stacklight_notification_topic}"
111 cinder:
112 volume:
113 notification:
114 driver: messagingv2
115 topics: "notifications,${_param:stacklight_notification_topic}"
116 controller:
117 notification:
118 driver: messagingv2
119 topics: "notifications,${_param:stacklight_notification_topic}"