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