blob: 9baa3d47c8e053c05f4a6a0744addd16b337602f [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
Marek Celoud62ec1662017-04-10 13:59:06 +020016- system.glusterfs.server.cluster
17- system.glusterfs.client.cluster
18- system.glusterfs.client.volume.glance
19- system.glusterfs.client.volume.keystone
Marek Celoudbc643142017-04-07 15:02:38 +020020- system.glance.control.cluster
Marek Celoudbc643142017-04-07 15:02:38 +020021- system.nova.control.cluster
22- system.neutron.control.opencontrail.cluster
23- system.cinder.control.cluster
24- system.heat.server.cluster
Mykyta Karpin7bdd53f2017-06-07 18:09:08 +030025- system.designate.server.cluster
26- system.designate.server.backend.bind
Marek Celoudbc643142017-04-07 15:02:38 +020027- system.ceilometer.server.cluster
Marek Celoudbc643142017-04-07 15:02:38 +020028- system.aodh.server.cluster
Marek Celoudbc643142017-04-07 15:02:38 +020029- system.galera.server.cluster
30- system.galera.server.database.aodh
31- system.galera.server.database.ceilometer
32- system.galera.server.database.cinder
33- system.galera.server.database.glance
34- system.galera.server.database.grafana
35- system.galera.server.database.heat
36- system.galera.server.database.keystone
37- system.galera.server.database.nova
Mykyta Karpin7bdd53f2017-06-07 18:09:08 +030038- system.galera.server.database.designate
Marek Celoudbc643142017-04-07 15:02:38 +020039- cluster.virtual-mcp11-contrail
40parameters:
41 _param:
42 keepalived_vip_interface: ens4
43 cluster_vip_address: ${_param:openstack_control_address}
44 cluster_local_address: ${_param:single_address}
45 cluster_node01_hostname: ctl01
46 cluster_node01_address: ${_param:openstack_control_node01_address}
47 cluster_node02_hostname: ctl02
48 cluster_node02_address: ${_param:openstack_control_node02_address}
49 cluster_node03_hostname: ctl03
50 cluster_node03_address: ${_param:openstack_control_node03_address}
Marek Celoud8d87d0c2017-04-07 18:41:16 +020051 keepalived_openstack_telemetry_vip_interface: ens4
Marek Celoudbc643142017-04-07 15:02:38 +020052 linux:
53 system:
54 package:
55 python-msgpack:
56 version: latest
57 network:
58 interface:
59 ens4:
60 enabled: true
61 type: eth
Petr Jediný9b3a0ed2017-04-13 15:12:09 +020062 proto: static
63 address: ${_param:single_address}
64 netmask: 255.255.255.0
Marek Celoudbc643142017-04-07 15:02:38 +020065 keepalived:
66 cluster:
67 instance:
68 VIP:
69 virtual_router_id: 150
Mykyta Karpin7bdd53f2017-06-07 18:09:08 +030070 bind:
71 server:
72 control:
73 mgmt:
74 enabled: true
75 bind:
76 address: ${_param:single_address}
77 port: 953
78 allow:
79 - ${_param:openstack_control_node01_address}
80 - ${_param:openstack_control_node02_address}
81 - ${_param:openstack_control_node03_address}
82 keys:
83 - designate
Marek Celoudbc643142017-04-07 15:02:38 +020084 keystone:
85 server:
86 admin_email: ${_param:admin_email}
87 notification:
88 driver: messagingv2
89 topics: "notifications,${_param:stacklight_notification_topic}"
Mykyta Karpin7bdd53f2017-06-07 18:09:08 +030090 designate:
91 server:
92 pools:
93 default:
94 description: 'test pool'
95 targets:
96 default:
97 description: 'test target1'
98 default1:
99 type: ${_param:designate_pool_target_type}
100 description: 'test target2'
101 masters: ${_param:designate_pool_target_masters}
102 options:
103 host: ${_param:openstack_control_node02_address}
104 port: 53
105 rndc_host: ${_param:openstack_control_node02_address}
106 rndc_port: 953
107 rndc_key_file: /etc/designate/rndc.key
108 default2:
109 type: ${_param:designate_pool_target_type}
110 description: 'test target3'
111 masters: ${_param:designate_pool_target_masters}
112 options:
113 host: ${_param:openstack_control_node03_address}
114 port: 53
115 rndc_host: ${_param:openstack_control_node03_address}
116 rndc_port: 953
117 rndc_key_file: /etc/designate/rndc.key
Marek Celoudbc643142017-04-07 15:02:38 +0200118 glance:
119 server:
120 storage:
121 engine: file
122 images: []
123 workers: 1
124 notification:
125 driver: messagingv2
126 topics: "notifications,${_param:stacklight_notification_topic}"
127 heat:
128 server:
129 notification:
130 driver: messagingv2
131 topics: "notifications,${_param:stacklight_notification_topic}"
132 nova:
133 controller:
134 networking: contrail
135 cpu_allocation: 54
136 bind:
137 private_address: ${_param:cluster_local_address}
138 public_address: ${_param:cluster_vip_address}
139 novncproxy_port: 6080
140 vncproxy_url: http://${_param:cluster_vip_address}:6080
141 cache:
142 engine: memcached
143 prefix: CACHE_NOVA
144 members:
145 - host: 127.0.0.1
146 port: 11211
147 workers: 1
148 notification:
149 driver: messagingv2
150 topics: "notifications,${_param:stacklight_notification_topic}"
151 neutron:
152 server:
153 plugin: contrail
154 tunnel_type: vxlan
155 public_networks: []
156 contrail:
157 version: ${_param:opencontrail_version}
158 notification:
159 driver: messagingv2
160 topics: "notifications,${_param:stacklight_notification_topic}"
161 cinder:
162 volume:
163 notification:
164 driver: messagingv2
165 topics: "notifications,${_param:stacklight_notification_topic}"
166 controller:
167 notification:
168 driver: messagingv2
169 topics: "notifications,${_param:stacklight_notification_topic}"