blob: cc8ad62bcd0e44bd462ccce3e9bd4bd705e2952b [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
Jiri Broulikeaae24f2017-04-21 16:59:29 +0200125 glance:
126 server:
127 storage:
128 engine: file
129 images: []
130 workers: 1
131 notification:
132 driver: messagingv2
133 topics: "notifications,${_param:stacklight_notification_topic}"
134 heat:
135 server:
136 notification:
137 driver: messagingv2
138 topics: "notifications,${_param:stacklight_notification_topic}"
139 nova:
140 controller:
141 networking: contrail
142 cpu_allocation: 54
143 bind:
144 private_address: ${_param:cluster_local_address}
145 public_address: ${_param:cluster_vip_address}
146 novncproxy_port: 6080
147 vncproxy_url: http://${_param:cluster_vip_address}:6080
148 cache:
149 engine: memcached
150 prefix: CACHE_NOVA
151 members:
152 - host: 127.0.0.1
153 port: 11211
154 workers: 1
155 notification:
156 driver: messagingv2
157 topics: "notifications,${_param:stacklight_notification_topic}"
158 neutron:
159 server:
160 plugin: contrail
161 tunnel_type: vxlan
162 public_networks: []
163 contrail:
164 version: ${_param:opencontrail_version}
165 notification:
166 driver: messagingv2
167 topics: "notifications,${_param:stacklight_notification_topic}"
168 cinder:
169 volume:
170 notification:
171 driver: messagingv2
172 topics: "notifications,${_param:stacklight_notification_topic}"
173 controller:
174 notification:
175 driver: messagingv2
176 topics: "notifications,${_param:stacklight_notification_topic}"