blob: bd910d03208837c2cbf76838045d5fce6aa9301e [file] [log] [blame]
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +02001classes:
2- system.linux.system.lowmem
3- system.linux.system.repo.mcp.apt_mirantis.glusterfs
4- system.linux.system.repo.mcp.apt_mirantis.openstack
5- system.linux.system.repo.mcp.extra
6- system.linux.system.repo.mcp.apt_mirantis.saltstack_2016_3
7- system.memcached.server.single
8- system.rabbitmq.server.cluster
9- system.rabbitmq.server.vhost.openstack
10- system.keystone.server.wsgi
11- system.keystone.server.cluster
12- system.glusterfs.client.cluster
13- system.glusterfs.client.volume.glance
14- system.glusterfs.client.volume.keystone
15- system.glusterfs.server.volume.glance
16- system.glusterfs.server.volume.keystone
17- system.glusterfs.server.cluster
18- system.glance.control.cluster
19- system.nova.control.cluster
20- system.neutron.control.openvswitch.cluster
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020021- 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.galera.server.cluster
27- system.galera.server.database.aodh
28- system.galera.server.database.ceilometer
29- system.galera.server.database.cinder
30- system.galera.server.database.glance
31- system.galera.server.database.grafana
32- system.galera.server.database.heat
33- system.galera.server.database.keystone
34- system.galera.server.database.nova
35- system.haproxy.proxy.listen.openstack.nova-placement
36- system.glance.control.storage.ceph
37- system.ceph.common.cluster
Tatyana Leontovich15b38e82018-01-11 13:06:38 +020038- cluster.virtual-mcp-pike-ovs-ceph.ceph.common
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020039- system.cinder.control.backend.ceph
40- system.cinder.control.cluster
41- system.cinder.control.notification.messagingv2
42- system.cinder.volume.single
43- system.cinder.volume.notification.messagingv2
Mateusz Matuszkowiakd4c407a2018-05-18 13:26:55 +020044- system.keepalived.cluster.instance.default_keepalived_check
Tatyana Leontovich15b38e82018-01-11 13:06:38 +020045- cluster.virtual-mcp-pike-ovs-ceph.infra
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020046parameters:
47 _param:
48 keepalived_vip_interface: ens4
49 linux:
50 system:
51 package:
52 python-msgpack:
53 version: latest
54 network:
55 interface:
56 ens4:
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 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}
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020096 vncproxy_url: http://${_param:cluster_vip_address}:6080
97 workers: 1
98 notification:
99 driver: messagingv2
100 topics: "notifications,${_param:stacklight_notification_topic}"
101 cinder:
102 volume:
103 notification:
104 driver: messagingv2
105 topics: "notifications,${_param:stacklight_notification_topic}"
106 controller:
107 notification:
108 driver: messagingv2
109 topics: "notifications,${_param:stacklight_notification_topic}"