blob: 7a6bf3e8d9f390c1d4aaa96ae65c4c801cf7b60d [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
ibumarskov95a8e2c2018-04-25 15:24:36 +04005- system.linux.system.repo.mcp.apt_mirantis.openstack
ibumarskovf240d1f2018-02-01 16:38:05 +04006- system.linux.system.repo.mcp.extra
Martin Polreich47393e42018-08-07 10:57:41 +02007- system.linux.system.repo.mcp.apt_mirantis.saltstack
ibumarskovf240d1f2018-02-01 16:38:05 +04008- 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
dtsapikove73796f2018-02-21 16:45:24 +040020- system.heka.ceilometer_collector.single
ibumarskovf240d1f2018-02-01 16:38:05 +040021- system.nova.control.cluster
22- system.neutron.control.openvswitch.cluster
23- system.cinder.control.cluster
24- system.cinder.control.backend.lvm
25- system.cinder.volume.single
26- system.cinder.volume.backend.lvm
27- system.heat.server.cluster
ibumarskovebe19252018-02-26 12:59:31 +040028- system.designate.server.cluster
29- system.designate.server.backend.bind
30- system.bind.server.single
ibumarskovf240d1f2018-02-01 16:38:05 +040031- system.galera.server.cluster
32- system.galera.server.database.ceilometer
33- system.galera.server.database.cinder
34- system.galera.server.database.glance
35- system.galera.server.database.grafana
36- system.galera.server.database.heat
37- system.galera.server.database.keystone
38- system.galera.server.database.nova
ibumarskovebe19252018-02-26 12:59:31 +040039- system.galera.server.database.designate
ibumarskovf240d1f2018-02-01 16:38:05 +040040- cluster.virtual-mcp-mitaka-ovs
ibumarskovebe19252018-02-26 12:59:31 +040041
ibumarskovf240d1f2018-02-01 16:38:05 +040042parameters:
43 _param:
44 keepalived_vip_interface: ens4
45 linux:
46 system:
47 package:
48 python-msgpack:
49 version: latest
50 network:
51 interface:
52 ens4:
53 enabled: true
54 type: eth
55 proto: static
56 address: ${_param:single_address}
57 netmask: 255.255.255.0
58 keepalived:
59 cluster:
60 instance:
61 VIP:
62 virtual_router_id: 150
63 keystone:
64 server:
65 admin_email: ${_param:admin_email}
66 notification:
67 driver: messagingv2
68 topics: "notifications,${_param:stacklight_notification_topic}"
69 glance:
70 server:
71 storage:
72 engine: file
73 images: []
74 workers: 1
75 notification:
76 driver: messagingv2
77 topics: "notifications,${_param:stacklight_notification_topic}"
78 heat:
79 server:
80 notification:
81 driver: messagingv2
82 topics: "notifications,${_param:stacklight_notification_topic}"
83 neutron:
84 server:
85 notification:
86 driver: messagingv2
87 topics: "notifications,${_param:stacklight_notification_topic}"
88 nova:
89 controller:
90 networking: dvr
91 cpu_allocation: 54
92 metadata:
93 password: ${_param:metadata_password}
94 bind:
95 private_address: ${_param:cluster_local_address}
96 public_address: ${_param:cluster_vip_address}
97 novncproxy_port: 6080
98 vncproxy_url: http://${_param:cluster_vip_address}:6080
99 workers: 1
100 notification:
101 driver: messagingv2
102 topics: "notifications,${_param:stacklight_notification_topic}"
103 cinder:
104 volume:
105 notification:
106 driver: messagingv2
107 topics: "notifications,${_param:stacklight_notification_topic}"
108 controller:
109 notification:
110 driver: messagingv2
111 topics: "notifications,${_param:stacklight_notification_topic}"
ibumarskovebe19252018-02-26 12:59:31 +0400112 bind:
113 server:
114 control:
115 mgmt:
116 enabled: true
117 bind:
118 address: ${_param:single_address}
119 port: 953
120 allow:
121 - ${_param:openstack_control_node01_address}
122 - ${_param:openstack_control_node02_address}
123 - ${_param:openstack_control_node03_address}
124 keys:
125 - designate
126 designate:
127 server:
128 pools:
129 default:
130 description: 'test pool'
131 targets:
132 default:
133 description: 'test target1'
134 default1:
135 type: ${_param:designate_pool_target_type}
136 description: 'test target2'
137 masters: ${_param:designate_pool_target_masters}
138 options:
139 host: ${_param:openstack_control_node02_address}
140 port: 53
141 rndc_host: ${_param:openstack_control_node02_address}
142 rndc_port: 953
143 rndc_key_file: /etc/designate/rndc.key
144 default2:
145 type: ${_param:designate_pool_target_type}
146 description: 'test target3'
147 masters: ${_param:designate_pool_target_masters}
148 options:
149 host: ${_param:openstack_control_node03_address}
150 port: 53
151 rndc_host: ${_param:openstack_control_node03_address}
152 rndc_port: 953
153 rndc_key_file: /etc/designate/rndc.key
154 quota:
155 zones: ${_param:designate_quota_zones}
156 worker:
157 enabled: ${_param:designate_worker_enabled}