blob: 434abec211ffe98a0459d8b165cd2bdb655b61dd [file] [log] [blame]
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +03001classes:
2- system.linux.system.lowmem
3- system.linux.system.repo.glusterfs
4- system.linux.system.repo.mcp.openstack
5- system.linux.system.repo.mcp.extra
6- system.linux.system.repo.saltstack.xenial
7- system.memcached.server.single
8- system.rabbitmq.server.cluster
9- system.rabbitmq.server.vhost.openstack
10- system.keystone.server.wsgi
11- system.keystone.server.cluster
12- system.glusterfs.client.cluster
13- system.glusterfs.client.volume.glance
14- system.glusterfs.client.volume.keystone
15- system.glusterfs.server.volume.glance
16- system.glusterfs.server.volume.keystone
17- system.glusterfs.server.cluster
18- system.glance.control.cluster
19- system.heka.alarm.openstack_control
20- system.nova.control.cluster
21- system.neutron.control.openvswitch.cluster
22- system.cinder.control.cluster
23- system.heat.server.cluster
Mykyta Karpin7bdd53f2017-06-07 18:09:08 +030024- system.designate.server.cluster
25- system.designate.server.backend.bind
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030026- system.galera.server.cluster
27- system.galera.server.database.ceilometer
28- system.galera.server.database.cinder
29- system.galera.server.database.glance
30- system.galera.server.database.grafana
31- system.galera.server.database.heat
32- system.galera.server.database.keystone
33- system.galera.server.database.nova
Mykyta Karpin7bdd53f2017-06-07 18:09:08 +030034- system.galera.server.database.designate
Tatyana Leontovichf4fef592017-04-26 21:10:33 +030035- system.haproxy.proxy.listen.openstack.nova-placement
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030036- cluster.virtual-mcp-ocata-dvr
37
38parameters:
39 _param:
40 keepalived_vip_interface: ens4
41 keepalived_openstack_telemetry_vip_interface: ens4
42 linux:
43 system:
44 package:
45 python-msgpack:
46 version: latest
47 network:
48 interface:
49 ens4:
50 enabled: true
51 type: eth
Petr Jediný9b3a0ed2017-04-13 15:12:09 +020052 proto: static
53 address: ${_param:single_address}
54 netmask: 255.255.255.0
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030055 keepalived:
56 cluster:
57 instance:
58 VIP:
59 virtual_router_id: 150
Mykyta Karpin7bdd53f2017-06-07 18:09:08 +030060 bind:
61 server:
62 control:
63 mgmt:
64 enabled: true
65 bind:
66 address: ${_param:single_address}
67 port: 953
68 allow:
69 - ${_param:openstack_control_node01_address}
70 - ${_param:openstack_control_node02_address}
71 - ${_param:openstack_control_node03_address}
72 keys:
73 - designate
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030074 keystone:
75 server:
76 admin_email: ${_param:admin_email}
77 notification:
78 driver: messagingv2
79 topics: "notifications,${_param:stacklight_notification_topic}"
Mykyta Karpin7bdd53f2017-06-07 18:09:08 +030080 designate:
81 server:
82 pools:
83 default:
84 description: 'test pool'
85 targets:
86 default:
87 description: 'test target1'
88 default1:
89 type: ${_param:designate_pool_target_type}
90 description: 'test target2'
91 masters: ${_param:designate_pool_target_masters}
92 options:
93 host: ${_param:openstack_control_node02_address}
94 port: 53
95 rndc_host: ${_param:openstack_control_node02_address}
96 rndc_port: 953
97 rndc_key_file: /etc/designate/rndc.key
98 default2:
99 type: ${_param:designate_pool_target_type}
100 description: 'test target3'
101 masters: ${_param:designate_pool_target_masters}
102 options:
103 host: ${_param:openstack_control_node03_address}
104 port: 53
105 rndc_host: ${_param:openstack_control_node03_address}
106 rndc_port: 953
107 rndc_key_file: /etc/designate/rndc.key
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +0300108 glance:
109 server:
110 storage:
111 engine: file
112 images: []
113 workers: 1
114 notification:
115 driver: messagingv2
116 topics: "notifications,${_param:stacklight_notification_topic}"
117 heat:
118 server:
119 notification:
120 driver: messagingv2
121 topics: "notifications,${_param:stacklight_notification_topic}"
122 neutron:
123 server:
124 notification:
125 driver: messagingv2
126 topics: "notifications,${_param:stacklight_notification_topic}"
127 nova:
128 controller:
129 networking: dvr
130 cpu_allocation: 54
131 metadata:
132 password: ${_param:metadata_password}
133 bind:
134 private_address: ${_param:cluster_local_address}
135 public_address: ${_param:cluster_vip_address}
136 novncproxy_port: 6080
137 vncproxy_url: http://${_param:cluster_vip_address}:6080
138 workers: 1
139 notification:
140 driver: messagingv2
141 topics: "notifications,${_param:stacklight_notification_topic}"
142 cinder:
143 volume:
144 notification:
145 driver: messagingv2
146 topics: "notifications,${_param:stacklight_notification_topic}"
147 controller:
148 notification:
149 driver: messagingv2
150 topics: "notifications,${_param:stacklight_notification_topic}"