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