blob: a4a85a66536a86718c6b07b2a5e77fbcccd406d7 [file] [log] [blame]
Jeepyb Userdd14e0b2017-02-28 15:19:32 +00001classes:
2- system.linux.system.lowmem
Jiri Broulik6a09c472017-03-14 22:17:19 +01003- system.linux.system.repo.mcp10
Jeepyb Userdd14e0b2017-02-28 15:19:32 +00004- system.linux.system.repo.tcp_extra
5- system.memcached.server.single
6- system.rabbitmq.server.cluster
7- system.rabbitmq.server.vhost.openstack
8- system.keystone.server.cluster
9- system.glusterfs.client.cluster
10- system.glusterfs.client.volume.glance
11- system.glusterfs.client.volume.keystone
12- system.glusterfs.server.volume.glance
13- system.glusterfs.server.volume.keystone
14- system.glusterfs.server.cluster
15- system.glance.control.cluster
16- system.heka.alarm.openstack_control
17- system.nova.control.cluster
18- system.neutron.control.openvswitch.cluster
19- system.cinder.control.cluster
20- system.heat.server.cluster
21- system.galera.server.cluster
22- system.galera.server.database.ceilometer
23- system.galera.server.database.cinder
24- system.galera.server.database.glance
25- system.galera.server.database.grafana
26- system.galera.server.database.heat
27- system.galera.server.database.keystone
28- system.galera.server.database.nova
29- cluster.virtual-mcp10-dvr
30
31parameters:
32 _param:
33 keepalived_vip_interface: eth1
34 linux:
35 system:
36 package:
37 python-msgpack:
38 version: latest
39 network:
40 interface:
41 eth1:
42 enabled: true
43 type: eth
44 proto: dhcp
45 keepalived:
46 cluster:
47 instance:
48 VIP:
49 virtual_router_id: 150
50 keystone:
51 server:
52 admin_email: ${_param:admin_email}
53 notification:
54 driver: messagingv2
55 topics: "notifications,${_param:stacklight_notification_topic}"
56 glance:
57 server:
58 storage:
59 engine: file
60 images: []
61 workers: 1
62 notification:
63 driver: messagingv2
64 topics: "notifications,${_param:stacklight_notification_topic}"
65 heat:
66 server:
67 notification:
68 driver: messagingv2
69 topics: "notifications,${_param:stacklight_notification_topic}"
70 neutron:
71 server:
72 notification:
73 driver: messagingv2
74 topics: "notifications,${_param:stacklight_notification_topic}"
75 nova:
76 controller:
77 networking: dvr
78 cpu_allocation: 54
79 metadata:
80 password: ${_param:metadata_password}
81 bind:
82 private_address: ${_param:cluster_local_address}
83 public_address: ${_param:cluster_vip_address}
84 novncproxy_port: 6080
85 vncproxy_url: http://${_param:cluster_vip_address}:6080
86 workers: 1
87 notification:
88 driver: messagingv2
89 topics: "notifications,${_param:stacklight_notification_topic}"
90 cinder:
91 volume:
92 notification:
93 driver: messagingv2
94 topics: "notifications,${_param:stacklight_notification_topic}"
95 controller:
96 notification:
97 driver: messagingv2
98 topics: "notifications,${_param:stacklight_notification_topic}"