blob: b0d9a715c57da2ee1173087a5a086930583d51ae [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
Ondrej Smola6b5d0aa2017-03-22 18:15:38 +01004- system.linux.system.repo.mcp.openstack
5- system.linux.system.repo.mcp.extra
6- system.linux.system.repo.saltstack.trusty
Jeepyb Userdd14e0b2017-02-28 15:19:32 +00007- 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-mcp10-dvr
32
33parameters:
34 _param:
35 keepalived_vip_interface: eth1
36 linux:
37 system:
38 package:
39 python-msgpack:
40 version: latest
41 network:
42 interface:
43 eth1:
44 enabled: true
45 type: eth
46 proto: dhcp
47 keepalived:
48 cluster:
49 instance:
50 VIP:
51 virtual_router_id: 150
52 keystone:
53 server:
54 admin_email: ${_param:admin_email}
55 notification:
56 driver: messagingv2
57 topics: "notifications,${_param:stacklight_notification_topic}"
58 glance:
59 server:
60 storage:
61 engine: file
62 images: []
63 workers: 1
64 notification:
65 driver: messagingv2
66 topics: "notifications,${_param:stacklight_notification_topic}"
67 heat:
68 server:
69 notification:
70 driver: messagingv2
71 topics: "notifications,${_param:stacklight_notification_topic}"
72 neutron:
73 server:
74 notification:
75 driver: messagingv2
76 topics: "notifications,${_param:stacklight_notification_topic}"
77 nova:
78 controller:
79 networking: dvr
80 cpu_allocation: 54
81 metadata:
82 password: ${_param:metadata_password}
83 bind:
84 private_address: ${_param:cluster_local_address}
85 public_address: ${_param:cluster_vip_address}
86 novncproxy_port: 6080
87 vncproxy_url: http://${_param:cluster_vip_address}:6080
88 workers: 1
89 notification:
90 driver: messagingv2
91 topics: "notifications,${_param:stacklight_notification_topic}"
92 cinder:
93 volume:
94 notification:
95 driver: messagingv2
96 topics: "notifications,${_param:stacklight_notification_topic}"
97 controller:
98 notification:
99 driver: messagingv2
100 topics: "notifications,${_param:stacklight_notification_topic}"