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