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