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