blob: 975d1211cec48f5c2c67e23f6360e8aadbcc0d00 [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
49 cluster_vip_address: ${_param:openstack_control_address}
50 cluster_local_address: ${_param:single_address}
51 cluster_node01_hostname: ctl01
52 cluster_node01_address: ${_param:openstack_control_node01_address}
53 cluster_node02_hostname: ctl02
54 cluster_node02_address: ${_param:openstack_control_node02_address}
55 cluster_node03_hostname: ctl03
56 cluster_node03_address: ${_param:openstack_control_node03_address}
Jiri Broulikeaae24f2017-04-21 16:59:29 +020057 linux:
58 system:
59 package:
60 python-msgpack:
61 version: latest
62 network:
63 interface:
64 ens4:
65 enabled: true
66 type: eth
67 proto: static
68 address: ${_param:single_address}
69 netmask: 255.255.255.0
70 keepalived:
71 cluster:
72 instance:
73 VIP:
74 virtual_router_id: 150
Mykyta Karpin7bdd53f2017-06-07 18:09:08 +030075 bind:
76 server:
77 control:
78 mgmt:
79 enabled: true
80 bind:
81 address: ${_param:single_address}
82 port: 953
83 allow:
84 - ${_param:openstack_control_node01_address}
85 - ${_param:openstack_control_node02_address}
86 - ${_param:openstack_control_node03_address}
87 keys:
88 - designate
Jiri Broulikeaae24f2017-04-21 16:59:29 +020089 keystone:
90 server:
91 admin_email: ${_param:admin_email}
92 notification:
93 driver: messagingv2
94 topics: "notifications,${_param:stacklight_notification_topic}"
Mykyta Karpin7bdd53f2017-06-07 18:09:08 +030095 designate:
96 server:
97 pools:
98 default:
99 description: 'test pool'
100 targets:
101 default:
102 description: 'test target1'
103 default1:
104 type: ${_param:designate_pool_target_type}
105 description: 'test target2'
106 masters: ${_param:designate_pool_target_masters}
107 options:
108 host: ${_param:openstack_control_node02_address}
109 port: 53
110 rndc_host: ${_param:openstack_control_node02_address}
111 rndc_port: 953
112 rndc_key_file: /etc/designate/rndc.key
113 default2:
114 type: ${_param:designate_pool_target_type}
115 description: 'test target3'
116 masters: ${_param:designate_pool_target_masters}
117 options:
118 host: ${_param:openstack_control_node03_address}
119 port: 53
120 rndc_host: ${_param:openstack_control_node03_address}
121 rndc_port: 953
122 rndc_key_file: /etc/designate/rndc.key
Ivan Udovichenko7da7f1e2017-09-08 17:53:19 +0300123 worker:
124 enabled: ${_param:designate_worker_enabled}
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}"