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