blob: b2020e75bc46997f62ec9494619262d7cc0c70c0 [file] [log] [blame]
Dennis Dmitriev41982952017-12-22 20:28:27 +02001classes:
2- system.linux.system.lowmem
3- system.linux.system.repo_local.mcp.apt_mirantis.glusterfs
4- system.linux.system.repo_local.mcp.apt_mirantis.openstack
5- system.memcached.server.single
6- system.rabbitmq.server.cluster
7- system.rabbitmq.server.vhost.openstack
8- system.keystone.server.wsgi
9- system.keystone.server.cluster
10- system.glusterfs.client.cluster
11- system.glusterfs.client.volume.glance
12- system.glusterfs.client.volume.keystone
13- system.glusterfs.server.volume.glance
14- system.glusterfs.server.volume.keystone
15- system.glusterfs.server.cluster
16- system.glance.control.cluster
17- system.nova.control.cluster
18- system.neutron.control.openvswitch.cluster
19- system.heat.server.cluster
20- system.ceilometer.server.cluster
21- system.ceilometer.server.backend.influxdb
22- system.aodh.server.cluster
23- system.heka.ceilometer_collector.single
24- system.galera.server.cluster
25- system.galera.server.database.aodh
26- system.galera.server.database.ceilometer
27- system.galera.server.database.cinder
28- system.galera.server.database.glance
29- system.galera.server.database.grafana
30- system.galera.server.database.heat
31- system.galera.server.database.keystone
32- system.galera.server.database.nova
33- system.haproxy.proxy.listen.openstack.nova-placement
34- system.glance.control.storage.ceph
35- system.ceph.common.cluster
36- cluster.virtual-mcp-ocata-dvr-ceph-local.ceph.common
37- system.cinder.control.backend.ceph
38- system.cinder.control.cluster
39- system.cinder.control.notification.messagingv2
40- system.cinder.volume.single
41- system.cinder.volume.notification.messagingv2
42- cluster.virtual-mcp-ocata-dvr-ceph-local
43parameters:
44 _param:
45 keepalived_vip_interface: ens4
46 linux:
47 system:
48 package:
49 python-msgpack:
50 version: latest
51 network:
52 interface:
53 ens4:
54 enabled: true
55 type: eth
56 proto: static
57 address: ${_param:single_address}
58 netmask: 255.255.255.0
59 keepalived:
60 cluster:
61 instance:
62 VIP:
63 virtual_router_id: 150
64 keystone:
65 server:
66 admin_email: ${_param:admin_email}
67 notification:
68 driver: messagingv2
69 topics: "notifications,${_param:stacklight_notification_topic}"
70 glance:
71 server:
72 images: []
73 workers: 1
74 notification:
75 driver: messagingv2
76 topics: "notifications,${_param:stacklight_notification_topic}"
77 heat:
78 server:
79 notification:
80 driver: messagingv2
81 topics: "notifications,${_param:stacklight_notification_topic}"
82 neutron:
83 server:
84 notification:
85 driver: messagingv2
86 topics: "notifications,${_param:stacklight_notification_topic}"
87 nova:
88 controller:
89 networking: dvr
90 cpu_allocation: 54
91 metadata:
92 password: ${_param:metadata_password}
93 vncproxy_url: http://${_param:cluster_vip_address}:6080
94 workers: 1
95 notification:
96 driver: messagingv2
97 topics: "notifications,${_param:stacklight_notification_topic}"
98 cinder:
99 volume:
100 notification:
101 driver: messagingv2
102 topics: "notifications,${_param:stacklight_notification_topic}"
103 controller:
104 notification:
105 driver: messagingv2
106 topics: "notifications,${_param:stacklight_notification_topic}"