blob: f3194939399e5e6547f87bfc645f4e156a7be3a5 [file] [log] [blame]
Jiri Broulikeaae24f2017-04-21 16:59:29 +02001classes:
2- system.linux.system.lowmem
3- system.linux.system.repo.glusterfs
4- system.linux.system.repo.mcp.contrail
Jiri Broulikecc84f02017-04-25 18:50:30 +02005- system.linux.system.repo.mcp.openstack
Jiri Broulikeaae24f2017-04-21 16:59:29 +02006- 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.wsgi
13- system.keystone.server.cluster
14- system.glusterfs.server.volume.glance
15- system.glusterfs.server.volume.keystone
16- system.glusterfs.server.cluster
17- system.glusterfs.client.cluster
18- system.glusterfs.client.volume.glance
19- system.glusterfs.client.volume.keystone
20- system.glance.control.cluster
21- system.nova.control.cluster
Petr Jedinýa792cf32017-06-29 15:32:14 +020022- system.haproxy.proxy.listen.openstack.nova-placement
Jiri Broulikeaae24f2017-04-21 16:59:29 +020023- system.neutron.control.opencontrail.cluster
24- system.cinder.control.cluster
25- system.heat.server.cluster
Petr Jediný21192422017-05-22 17:39:22 +020026- system.opencontrail.client.cluster
27- system.heat.server.resource.contrail
Mykyta Karpin7bdd53f2017-06-07 18:09:08 +030028- system.designate.server.cluster
29- system.designate.server.backend.bind
Jiri Broulikeaae24f2017-04-21 16:59:29 +020030- system.ceilometer.server.cluster
31- system.ceilometer.server.backend.influxdb
32- system.aodh.server.cluster
33- system.heka.ceilometer_collector.single
34- system.galera.server.cluster
35- system.galera.server.database.aodh
36- system.galera.server.database.ceilometer
37- system.galera.server.database.cinder
38- system.galera.server.database.glance
39- system.galera.server.database.grafana
40- system.galera.server.database.heat
41- system.galera.server.database.keystone
42- system.galera.server.database.nova
Mykyta Karpin7bdd53f2017-06-07 18:09:08 +030043- system.galera.server.database.designate
Jiri Broulikeaae24f2017-04-21 16:59:29 +020044- system.heka.alarm.openstack_control
45- cluster.virtual-mcp11-contrail-nfv
46parameters:
47 _param:
48 keepalived_vip_interface: ens4
Krzysztof Szukiełojćb4601082017-07-25 16:26:56 +020049 keepalived_openstack_telemetry_vip_address: 172.16.10.251
Jiri Broulikeaae24f2017-04-21 16:59:29 +020050 cluster_vip_address: ${_param:openstack_control_address}
51 cluster_local_address: ${_param:single_address}
52 cluster_node01_hostname: ctl01
53 cluster_node01_address: ${_param:openstack_control_node01_address}
54 cluster_node02_hostname: ctl02
55 cluster_node02_address: ${_param:openstack_control_node02_address}
56 cluster_node03_hostname: ctl03
57 cluster_node03_address: ${_param:openstack_control_node03_address}
58 keepalived_openstack_telemetry_vip_interface: ens4
59 linux:
60 system:
61 package:
62 python-msgpack:
63 version: latest
64 network:
65 interface:
66 ens4:
67 enabled: true
68 type: eth
69 proto: static
70 address: ${_param:single_address}
71 netmask: 255.255.255.0
72 keepalived:
73 cluster:
74 instance:
75 VIP:
76 virtual_router_id: 150
Mykyta Karpin7bdd53f2017-06-07 18:09:08 +030077 bind:
78 server:
79 control:
80 mgmt:
81 enabled: true
82 bind:
83 address: ${_param:single_address}
84 port: 953
85 allow:
86 - ${_param:openstack_control_node01_address}
87 - ${_param:openstack_control_node02_address}
88 - ${_param:openstack_control_node03_address}
89 keys:
90 - designate
Jiri Broulikeaae24f2017-04-21 16:59:29 +020091 keystone:
92 server:
93 admin_email: ${_param:admin_email}
94 notification:
95 driver: messagingv2
96 topics: "notifications,${_param:stacklight_notification_topic}"
Mykyta Karpin7bdd53f2017-06-07 18:09:08 +030097 designate:
98 server:
99 pools:
100 default:
101 description: 'test pool'
102 targets:
103 default:
104 description: 'test target1'
105 default1:
106 type: ${_param:designate_pool_target_type}
107 description: 'test target2'
108 masters: ${_param:designate_pool_target_masters}
109 options:
110 host: ${_param:openstack_control_node02_address}
111 port: 53
112 rndc_host: ${_param:openstack_control_node02_address}
113 rndc_port: 953
114 rndc_key_file: /etc/designate/rndc.key
115 default2:
116 type: ${_param:designate_pool_target_type}
117 description: 'test target3'
118 masters: ${_param:designate_pool_target_masters}
119 options:
120 host: ${_param:openstack_control_node03_address}
121 port: 53
122 rndc_host: ${_param:openstack_control_node03_address}
123 rndc_port: 953
124 rndc_key_file: /etc/designate/rndc.key
Ivan Udovichenko7da7f1e2017-09-08 17:53:19 +0300125 worker:
126 enabled: ${_param:designate_worker_enabled}
Jiri Broulikeaae24f2017-04-21 16:59:29 +0200127 glance:
128 server:
129 storage:
130 engine: file
131 images: []
132 workers: 1
133 notification:
134 driver: messagingv2
135 topics: "notifications,${_param:stacklight_notification_topic}"
136 heat:
137 server:
138 notification:
139 driver: messagingv2
140 topics: "notifications,${_param:stacklight_notification_topic}"
141 nova:
142 controller:
143 networking: contrail
144 cpu_allocation: 54
145 bind:
146 private_address: ${_param:cluster_local_address}
147 public_address: ${_param:cluster_vip_address}
148 novncproxy_port: 6080
149 vncproxy_url: http://${_param:cluster_vip_address}:6080
150 cache:
151 engine: memcached
152 prefix: CACHE_NOVA
153 members:
154 - host: 127.0.0.1
155 port: 11211
156 workers: 1
157 notification:
158 driver: messagingv2
159 topics: "notifications,${_param:stacklight_notification_topic}"
160 neutron:
161 server:
162 plugin: contrail
163 tunnel_type: vxlan
164 public_networks: []
165 contrail:
166 version: ${_param:opencontrail_version}
167 notification:
168 driver: messagingv2
169 topics: "notifications,${_param:stacklight_notification_topic}"
170 cinder:
171 volume:
172 notification:
173 driver: messagingv2
174 topics: "notifications,${_param:stacklight_notification_topic}"
175 controller:
176 notification:
177 driver: messagingv2
178 topics: "notifications,${_param:stacklight_notification_topic}"