blob: 8e44631ee5311d39131fe813f6900355b49cab4f [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.mos9_galera
5- system.linux.system.repo.tcp_extra
6- system.memcached.server.single
7- system.rabbitmq.server.cluster
8- system.rabbitmq.server.vhost.openstack
9- system.keystone.server.cluster
10- system.glusterfs.client.cluster
11- system.glusterfs.client.volume.glance
12- system.glusterfs.client.volume.keystone
13- system.glusterfs.server.volume.glance
14- system.glusterfs.server.volume.keystone
15- system.glusterfs.server.cluster
16- system.glance.control.cluster
17- system.heka.alarm.openstack_control
18- system.nova.control.cluster
19- system.neutron.control.openvswitch.cluster
20- system.cinder.control.cluster
21- system.heat.server.cluster
22- system.galera.server.cluster
23- system.galera.server.database.ceilometer
24- system.galera.server.database.cinder
25- system.galera.server.database.glance
26- system.galera.server.database.grafana
27- system.galera.server.database.heat
28- system.galera.server.database.keystone
29- system.galera.server.database.nova
30- cluster.virtual-mcp10-ovs
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}"