blob: 7790a6084d856799546cc7a198c905f84e0526e1 [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
Marek Celoudd6e05da2017-04-28 14:57:14 +02005- system.linux.system.repo.mcp.openstack
Marek Celoudbc643142017-04-07 15:02:38 +02006- system.linux.system.repo.mcp.extra
7- system.linux.system.repo.saltstack.xenial
8- system.memcached.server.single
9- system.rabbitmq.server.cluster
10- system.rabbitmq.server.vhost.openstack
Marek Celoud4d274922017-04-07 15:52:07 +020011- system.keystone.server.wsgi
Marek Celoudbc643142017-04-07 15:02:38 +020012- system.keystone.server.cluster
Marek Celoud62ec1662017-04-10 13:59:06 +020013- system.glusterfs.server.volume.glance
14- system.glusterfs.server.volume.keystone
Simon Pasquier6df5f842017-05-15 16:00:22 +020015- system.glusterfs.server.volume.prometheus
Martin Polreich33e83232017-06-12 17:18:03 +020016- system.glusterfs.server.volume.grafana
Marek Celoud62ec1662017-04-10 13:59:06 +020017- system.glusterfs.server.cluster
18- system.glusterfs.client.cluster
19- system.glusterfs.client.volume.glance
20- system.glusterfs.client.volume.keystone
Marek Celoudbc643142017-04-07 15:02:38 +020021- system.glance.control.cluster
Marek Celoudbc643142017-04-07 15:02:38 +020022- system.nova.control.cluster
23- 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
Marek Celoudbc643142017-04-07 15:02:38 +020030- system.ceilometer.server.cluster
Marek Celoudbc643142017-04-07 15:02:38 +020031- system.aodh.server.cluster
Marek Celoudbc643142017-04-07 15:02:38 +020032- system.galera.server.cluster
33- system.galera.server.database.aodh
34- system.galera.server.database.ceilometer
35- system.galera.server.database.cinder
36- system.galera.server.database.glance
37- system.galera.server.database.grafana
38- system.galera.server.database.heat
39- system.galera.server.database.keystone
40- system.galera.server.database.nova
Mykyta Karpin7bdd53f2017-06-07 18:09:08 +030041- system.galera.server.database.designate
Marek Celoudbc643142017-04-07 15:02:38 +020042- cluster.virtual-mcp11-contrail
43parameters:
44 _param:
45 keepalived_vip_interface: ens4
46 cluster_vip_address: ${_param:openstack_control_address}
47 cluster_local_address: ${_param:single_address}
48 cluster_node01_hostname: ctl01
49 cluster_node01_address: ${_param:openstack_control_node01_address}
50 cluster_node02_hostname: ctl02
51 cluster_node02_address: ${_param:openstack_control_node02_address}
52 cluster_node03_hostname: ctl03
53 cluster_node03_address: ${_param:openstack_control_node03_address}
Marek Celoud8d87d0c2017-04-07 18:41:16 +020054 keepalived_openstack_telemetry_vip_interface: ens4
Marek Celoudbc643142017-04-07 15:02:38 +020055 linux:
56 system:
57 package:
58 python-msgpack:
59 version: latest
60 network:
61 interface:
62 ens4:
63 enabled: true
64 type: eth
Petr Jediný9b3a0ed2017-04-13 15:12:09 +020065 proto: static
66 address: ${_param:single_address}
67 netmask: 255.255.255.0
Marek Celoudbc643142017-04-07 15:02:38 +020068 keepalived:
69 cluster:
70 instance:
71 VIP:
72 virtual_router_id: 150
Mykyta Karpin7bdd53f2017-06-07 18:09:08 +030073 bind:
74 server:
75 control:
76 mgmt:
77 enabled: true
78 bind:
79 address: ${_param:single_address}
80 port: 953
81 allow:
82 - ${_param:openstack_control_node01_address}
83 - ${_param:openstack_control_node02_address}
84 - ${_param:openstack_control_node03_address}
85 keys:
86 - designate
Marek Celoudbc643142017-04-07 15:02:38 +020087 keystone:
88 server:
89 admin_email: ${_param:admin_email}
90 notification:
91 driver: messagingv2
92 topics: "notifications,${_param:stacklight_notification_topic}"
Mykyta Karpin7bdd53f2017-06-07 18:09:08 +030093 designate:
94 server:
95 pools:
96 default:
97 description: 'test pool'
98 targets:
99 default:
100 description: 'test target1'
101 default1:
102 type: ${_param:designate_pool_target_type}
103 description: 'test target2'
104 masters: ${_param:designate_pool_target_masters}
105 options:
106 host: ${_param:openstack_control_node02_address}
107 port: 53
108 rndc_host: ${_param:openstack_control_node02_address}
109 rndc_port: 953
110 rndc_key_file: /etc/designate/rndc.key
111 default2:
112 type: ${_param:designate_pool_target_type}
113 description: 'test target3'
114 masters: ${_param:designate_pool_target_masters}
115 options:
116 host: ${_param:openstack_control_node03_address}
117 port: 53
118 rndc_host: ${_param:openstack_control_node03_address}
119 rndc_port: 953
120 rndc_key_file: /etc/designate/rndc.key
Marek Celoudbc643142017-04-07 15:02:38 +0200121 glance:
122 server:
123 storage:
124 engine: file
125 images: []
126 workers: 1
127 notification:
128 driver: messagingv2
129 topics: "notifications,${_param:stacklight_notification_topic}"
130 heat:
131 server:
132 notification:
133 driver: messagingv2
134 topics: "notifications,${_param:stacklight_notification_topic}"
135 nova:
136 controller:
137 networking: contrail
138 cpu_allocation: 54
139 bind:
140 private_address: ${_param:cluster_local_address}
141 public_address: ${_param:cluster_vip_address}
142 novncproxy_port: 6080
143 vncproxy_url: http://${_param:cluster_vip_address}:6080
144 cache:
145 engine: memcached
146 prefix: CACHE_NOVA
147 members:
148 - host: 127.0.0.1
149 port: 11211
150 workers: 1
151 notification:
152 driver: messagingv2
153 topics: "notifications,${_param:stacklight_notification_topic}"
154 neutron:
155 server:
156 plugin: contrail
157 tunnel_type: vxlan
158 public_networks: []
159 contrail:
160 version: ${_param:opencontrail_version}
161 notification:
162 driver: messagingv2
163 topics: "notifications,${_param:stacklight_notification_topic}"
164 cinder:
165 volume:
166 notification:
167 driver: messagingv2
168 topics: "notifications,${_param:stacklight_notification_topic}"
169 controller:
170 notification:
171 driver: messagingv2
172 topics: "notifications,${_param:stacklight_notification_topic}"