blob: 7fcf421b9cbd1d9392261695470421b0244d1550 [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
Mykyta Karpinbde47e02017-10-31 18:13:20 +0200123 quota:
124 zones: ${_param:designate_quota_zones}
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}"