blob: 1fac8c113716189aab553bcbc0891936232204f5 [file] [log] [blame]
ibumarskovf240d1f2018-02-01 16:38:05 +04001classes:
2- system.linux.system.lowmem
3- system.linux.storage.loopback
4- system.linux.system.repo.glusterfs
5- system.linux.system.repo.mcp.openstack
6- 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
11- system.keystone.server.wsgi
12- system.keystone.server.cluster
13- system.glusterfs.client.cluster
14- system.glusterfs.client.volume.glance
15- system.glusterfs.client.volume.keystone
16- system.glusterfs.server.volume.glance
17- system.glusterfs.server.volume.keystone
18- system.glusterfs.server.cluster
19- system.glance.control.cluster
20- system.nova.control.cluster
21- system.neutron.control.openvswitch.cluster
22- system.cinder.control.cluster
23- system.cinder.control.backend.lvm
24- system.cinder.volume.single
25- system.cinder.volume.backend.lvm
26- system.heat.server.cluster
27- system.ceilometer.server.cluster
28- system.ceilometer.server.backend.influxdb
29- system.aodh.server.cluster
30- system.heka.ceilometer_collector.single
ibumarskovebe19252018-02-26 12:59:31 +040031- system.designate.server.cluster
32- system.designate.server.backend.bind
33- system.bind.server.single
ibumarskovf240d1f2018-02-01 16:38:05 +040034- 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
ibumarskovebe19252018-02-26 12:59:31 +040043- system.galera.server.database.designate
ibumarskovf240d1f2018-02-01 16:38:05 +040044- cluster.virtual-mcp-mitaka-dvr
45
46parameters:
47 _param:
48 keepalived_vip_interface: ens4
49 linux:
50 system:
51 package:
52 python-msgpack:
53 version: latest
54 network:
55 interface:
56 ens4:
57 enabled: true
58 type: eth
59 proto: static
60 address: ${_param:single_address}
61 netmask: 255.255.255.0
62 keepalived:
63 cluster:
64 instance:
65 VIP:
66 virtual_router_id: 150
67 keystone:
68 server:
69 admin_email: ${_param:admin_email}
70 notification:
71 driver: messagingv2
72 topics: "notifications,${_param:stacklight_notification_topic}"
73 glance:
74 server:
75 storage:
76 engine: file
77 images: []
78 workers: 1
79 notification:
80 driver: messagingv2
81 topics: "notifications,${_param:stacklight_notification_topic}"
82 heat:
83 server:
84 notification:
85 driver: messagingv2
86 topics: "notifications,${_param:stacklight_notification_topic}"
87 neutron:
88 server:
89 notification:
90 driver: messagingv2
91 topics: "notifications,${_param:stacklight_notification_topic}"
92 nova:
93 controller:
94 networking: dvr
95 cpu_allocation: 54
96 metadata:
97 password: ${_param:metadata_password}
98 bind:
99 private_address: ${_param:cluster_local_address}
100 public_address: ${_param:cluster_vip_address}
101 novncproxy_port: 6080
102 vncproxy_url: http://${_param:cluster_vip_address}:6080
103 workers: 1
104 notification:
105 driver: messagingv2
106 topics: "notifications,${_param:stacklight_notification_topic}"
107 cinder:
108 volume:
109 notification:
110 driver: messagingv2
111 topics: "notifications,${_param:stacklight_notification_topic}"
112 controller:
113 notification:
114 driver: messagingv2
115 topics: "notifications,${_param:stacklight_notification_topic}"
ibumarskovebe19252018-02-26 12:59:31 +0400116 bind:
117 server:
118 control:
119 mgmt:
120 enabled: true
121 bind:
122 address: ${_param:single_address}
123 port: 953
124 allow:
125 - ${_param:openstack_control_node01_address}
126 - ${_param:openstack_control_node02_address}
127 - ${_param:openstack_control_node03_address}
128 keys:
129 - designate
130 designate:
131 server:
132 pools:
133 default:
134 description: 'test pool'
135 targets:
136 default:
137 description: 'test target1'
138 default1:
139 type: ${_param:designate_pool_target_type}
140 description: 'test target2'
141 masters: ${_param:designate_pool_target_masters}
142 options:
143 host: ${_param:openstack_control_node02_address}
144 port: 53
145 rndc_host: ${_param:openstack_control_node02_address}
146 rndc_port: 953
147 rndc_key_file: /etc/designate/rndc.key
148 default2:
149 type: ${_param:designate_pool_target_type}
150 description: 'test target3'
151 masters: ${_param:designate_pool_target_masters}
152 options:
153 host: ${_param:openstack_control_node03_address}
154 port: 53
155 rndc_host: ${_param:openstack_control_node03_address}
156 rndc_port: 953
157 rndc_key_file: /etc/designate/rndc.key
158 quota:
159 zones: ${_param:designate_quota_zones}
160 worker:
161 enabled: ${_param:designate_worker_enabled}