blob: 8ad6fe3b4cfa2068e82a4e4f95112966fd695127 [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
Tatyana Leontovichc22638a2018-06-04 22:11:49 +030017- system.glusterfs.server.volume.backup
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020018- 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.galera.server.cluster
29- system.galera.server.database.aodh
30- system.galera.server.database.ceilometer
31- system.galera.server.database.cinder
32- system.galera.server.database.glance
33- system.galera.server.database.grafana
34- system.galera.server.database.heat
35- system.galera.server.database.keystone
36- system.galera.server.database.nova
37- system.haproxy.proxy.listen.openstack.nova-placement
Dennis Dmitrievc311bf32018-03-27 23:29:43 +030038- cluster.virtual-mcp-pike-dvr-ceph-rgw.ceph.rgwproxy
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020039- system.glance.control.storage.ceph
40- system.ceph.common.cluster
Tatyana Leontovich15b38e82018-01-11 13:06:38 +020041- cluster.virtual-mcp-pike-dvr-ceph-rgw.ceph.common
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020042- system.cinder.control.backend.ceph
43- system.cinder.control.cluster
44- system.cinder.control.notification.messagingv2
45- system.cinder.volume.single
46- system.cinder.volume.notification.messagingv2
Tatyana Leontovich15b38e82018-01-11 13:06:38 +020047- cluster.virtual-mcp-pike-dvr-ceph-rgw.infra
Mateusz Matuszkowiakd4c407a2018-05-18 13:26:55 +020048- system.keepalived.cluster.instance.default_keepalived_check
Tatyana Leontovich15b38e82018-01-11 13:06:38 +020049- cluster.virtual-mcp-pike-dvr-ceph-rgw
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020050parameters:
51 _param:
52 keepalived_vip_interface: ens4
53 linux:
54 system:
55 package:
56 python-msgpack:
57 version: latest
58 network:
59 interface:
60 ens4:
61 enabled: true
62 type: eth
63 proto: static
64 address: ${_param:single_address}
65 netmask: 255.255.255.0
66 keepalived:
67 cluster:
68 instance:
69 VIP:
70 virtual_router_id: 150
71 keystone:
72 server:
73 admin_email: ${_param:admin_email}
74 notification:
75 driver: messagingv2
76 topics: "notifications,${_param:stacklight_notification_topic}"
77 glance:
78 server:
79 images: []
80 workers: 1
81 notification:
82 driver: messagingv2
83 topics: "notifications,${_param:stacklight_notification_topic}"
84 heat:
85 server:
86 notification:
87 driver: messagingv2
88 topics: "notifications,${_param:stacklight_notification_topic}"
89 neutron:
90 server:
91 notification:
92 driver: messagingv2
93 topics: "notifications,${_param:stacklight_notification_topic}"
94 nova:
95 controller:
96 networking: dvr
97 cpu_allocation: 54
98 metadata:
99 password: ${_param:metadata_password}
100 bind:
101 private_address: ${_param:cluster_local_address}
102 public_address: ${_param:cluster_vip_address}
103 novncproxy_port: 6080
104 vncproxy_url: http://${_param:cluster_vip_address}:6080
105 workers: 1
106 notification:
107 driver: messagingv2
108 topics: "notifications,${_param:stacklight_notification_topic}"
109 cinder:
110 volume:
111 notification:
112 driver: messagingv2
113 topics: "notifications,${_param:stacklight_notification_topic}"
114 controller:
115 notification:
116 driver: messagingv2
117 topics: "notifications,${_param:stacklight_notification_topic}"