blob: f73efbc6711f0253fa13455700936e5596ee3ec3 [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.nova.control.cluster
21- system.neutron.control.openvswitch.cluster
22- system.cinder.control.cluster
23- system.cinder.control.backend.lvm
24- system.cinder.volume.single
25- system.cinder.volume.backend.lvm
26- system.heat.server.cluster
27- system.ceilometer.server.cluster
28- system.ceilometer.server.backend.influxdb
29- system.aodh.server.cluster
30- system.heka.ceilometer_collector.single
31- system.galera.server.cluster
32- system.galera.server.database.aodh
33- system.galera.server.database.ceilometer
34- system.galera.server.database.cinder
35- system.galera.server.database.glance
36- system.galera.server.database.grafana
37- system.galera.server.database.heat
38- system.galera.server.database.keystone
39- system.galera.server.database.nova
40- cluster.virtual-mcp-mitaka-dvr
41
42parameters:
43 _param:
44 keepalived_vip_interface: ens4
45 linux:
46 system:
47 package:
48 python-msgpack:
49 version: latest
50 network:
51 interface:
52 ens4:
53 enabled: true
54 type: eth
55 proto: static
56 address: ${_param:single_address}
57 netmask: 255.255.255.0
58 keepalived:
59 cluster:
60 instance:
61 VIP:
62 virtual_router_id: 150
63 keystone:
64 server:
65 admin_email: ${_param:admin_email}
66 notification:
67 driver: messagingv2
68 topics: "notifications,${_param:stacklight_notification_topic}"
69 glance:
70 server:
71 storage:
72 engine: file
73 images: []
74 workers: 1
75 notification:
76 driver: messagingv2
77 topics: "notifications,${_param:stacklight_notification_topic}"
78 heat:
79 server:
80 notification:
81 driver: messagingv2
82 topics: "notifications,${_param:stacklight_notification_topic}"
83 neutron:
84 server:
85 notification:
86 driver: messagingv2
87 topics: "notifications,${_param:stacklight_notification_topic}"
88 nova:
89 controller:
90 networking: dvr
91 cpu_allocation: 54
92 metadata:
93 password: ${_param:metadata_password}
94 bind:
95 private_address: ${_param:cluster_local_address}
96 public_address: ${_param:cluster_vip_address}
97 novncproxy_port: 6080
98 vncproxy_url: http://${_param:cluster_vip_address}:6080
99 workers: 1
100 notification:
101 driver: messagingv2
102 topics: "notifications,${_param:stacklight_notification_topic}"
103 cinder:
104 volume:
105 notification:
106 driver: messagingv2
107 topics: "notifications,${_param:stacklight_notification_topic}"
108 controller:
109 notification:
110 driver: messagingv2
111 topics: "notifications,${_param:stacklight_notification_topic}"