blob: d0a95c84007e5225a0c3f83972c33d55d04c9186 [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
Tatyana Leontovich15b38e82018-01-11 13:06:38 +020044- cluster.virtual-mcp-pike-ovs-ceph.infra
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020045parameters:
46 _param:
47 keepalived_vip_interface: ens4
48 linux:
49 system:
50 package:
51 python-msgpack:
52 version: latest
53 network:
54 interface:
55 ens4:
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 images: []
75 workers: 1
76 notification:
77 driver: messagingv2
78 topics: "notifications,${_param:stacklight_notification_topic}"
79 heat:
80 server:
81 notification:
82 driver: messagingv2
83 topics: "notifications,${_param:stacklight_notification_topic}"
84 neutron:
85 server:
86 notification:
87 driver: messagingv2
88 topics: "notifications,${_param:stacklight_notification_topic}"
89 nova:
90 controller:
91 networking: dvr
92 cpu_allocation: 54
93 metadata:
94 password: ${_param:metadata_password}
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020095 vncproxy_url: http://${_param:cluster_vip_address}:6080
96 workers: 1
97 notification:
98 driver: messagingv2
99 topics: "notifications,${_param:stacklight_notification_topic}"
100 cinder:
101 volume:
102 notification:
103 driver: messagingv2
104 topics: "notifications,${_param:stacklight_notification_topic}"
105 controller:
106 notification:
107 driver: messagingv2
108 topics: "notifications,${_param:stacklight_notification_topic}"