blob: 7be99abfb025663d1076ebd231e61eeac0e00751 [file] [log] [blame]
Tatyana Leontovich444b3462017-11-13 13:33:33 +02001classes:
2- system.linux.system.lowmem
3- system.linux.system.repo.ceph
4- system.linux.system.repo.glusterfs
5- system.linux.system.repo.mcp.openstack
6- system.linux.system.repo.mcp.extra
7- system.linux.system.repo.saltstack.xenial
8- system.memcached.server.single
9- system.rabbitmq.server.cluster
10- system.rabbitmq.server.vhost.openstack
11- system.keystone.server.wsgi
12- system.keystone.server.cluster
13- system.glusterfs.client.cluster
14- system.glusterfs.client.volume.glance
15- system.glusterfs.client.volume.keystone
16- system.glusterfs.server.volume.glance
17- system.glusterfs.server.volume.keystone
18- system.glusterfs.server.cluster
19- system.glance.control.cluster
20- system.nova.control.cluster
21- system.neutron.control.openvswitch.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
37- system.glance.control.storage.ceph
38- system.cinder.control.backend.ceph
39- system.ceph.common.cluster
40- system.cinder.control.cluster
41- system.cinder.control.notification.messagingv2
42- system.cinder.volume.single
43- system.cinder.volume.notification.messagingv2
44- cluster.virtual-mcp-ocata-ovs-ceph
45parameters:
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 storage:
75 engine: file
76 images: []
77 workers: 1
78 notification:
79 driver: messagingv2
80 topics: "notifications,${_param:stacklight_notification_topic}"
81 heat:
82 server:
83 notification:
84 driver: messagingv2
85 topics: "notifications,${_param:stacklight_notification_topic}"
86 neutron:
87 server:
88 notification:
89 driver: messagingv2
90 topics: "notifications,${_param:stacklight_notification_topic}"
91 nova:
92 controller:
93 networking: dvr
94 cpu_allocation: 54
95 metadata:
96 password: ${_param:metadata_password}
97 vncproxy_url: http://${_param:cluster_vip_address}:6080
98 workers: 1
99 notification:
100 driver: messagingv2
101 topics: "notifications,${_param:stacklight_notification_topic}"
102 cinder:
103 volume:
104 notification:
105 driver: messagingv2
106 topics: "notifications,${_param:stacklight_notification_topic}"
107 controller:
108 notification:
109 driver: messagingv2
110 topics: "notifications,${_param:stacklight_notification_topic}"