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