blob: 1a556e13d3286f0e7bacfbb2f11bb4e338e24c6f [file] [log] [blame]
ibumarskov95a8e2c2018-04-25 15:24:36 +04001classes:
2- system.linux.system.lowmem
3- system.linux.storage.loopback
Pavel Glazovc496d402018-10-25 16:03:10 +04004- system.linux.system.repo.mcp.apt_mirantis.glusterfs
ibumarskov95a8e2c2018-04-25 15:24:36 +04005- 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
Dennis Dmitrievbb37f132018-10-30 12:16:11 +020041- system.galera.server.database.neutron
ibumarskov95a8e2c2018-04-25 15:24:36 +040042- system.galera.server.database.designate
43- cluster.virtual-mcp-mitaka-dvr-trusty
44
45parameters:
46 _param:
47 keepalived_vip_interface: eth1
Pavel Glazovc496d402018-10-25 16:03:10 +040048 linux_system_repo_mcp_glusterfs_version_number: "3.10"
ibumarskov95a8e2c2018-04-25 15:24:36 +040049 linux:
50 system:
51 package:
52 python-msgpack:
53 version: latest
54 network:
55 interface:
56 eth1:
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}"
116 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:
sgudze1889802018-10-09 12:36:17 +0300161 enabled: ${_param:designate_worker_enabled}