blob: 14bf4e060eb585ea33ad41edc14b78b786bbdc60 [file] [log] [blame]
ibumarskovf240d1f2018-02-01 16:38:05 +04001classes:
2- system.linux.system.lowmem
3- system.linux.storage.loopback
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.heka.alarm.openstack_control
21- system.nova.control.cluster
22- system.neutron.control.openvswitch.cluster
23- system.cinder.control.cluster
24- system.cinder.control.backend.lvm
25- system.cinder.volume.single
26- system.cinder.volume.backend.lvm
27- system.heat.server.cluster
28- system.galera.server.cluster
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- cluster.virtual-mcp-mitaka-ovs
37parameters:
38 _param:
39 keepalived_vip_interface: ens4
40 linux:
41 system:
42 package:
43 python-msgpack:
44 version: latest
45 network:
46 interface:
47 ens4:
48 enabled: true
49 type: eth
50 proto: static
51 address: ${_param:single_address}
52 netmask: 255.255.255.0
53 keepalived:
54 cluster:
55 instance:
56 VIP:
57 virtual_router_id: 150
58 keystone:
59 server:
60 admin_email: ${_param:admin_email}
61 notification:
62 driver: messagingv2
63 topics: "notifications,${_param:stacklight_notification_topic}"
64 glance:
65 server:
66 storage:
67 engine: file
68 images: []
69 workers: 1
70 notification:
71 driver: messagingv2
72 topics: "notifications,${_param:stacklight_notification_topic}"
73 heat:
74 server:
75 notification:
76 driver: messagingv2
77 topics: "notifications,${_param:stacklight_notification_topic}"
78 neutron:
79 server:
80 notification:
81 driver: messagingv2
82 topics: "notifications,${_param:stacklight_notification_topic}"
83 nova:
84 controller:
85 networking: dvr
86 cpu_allocation: 54
87 metadata:
88 password: ${_param:metadata_password}
89 bind:
90 private_address: ${_param:cluster_local_address}
91 public_address: ${_param:cluster_vip_address}
92 novncproxy_port: 6080
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}"