blob: 268c4d5ad0204a0087cad6b3caa4bc5713509571 [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-ovs
30parameters:
31 _param:
32 keepalived_vip_interface: eth1
33 linux:
34 system:
35 package:
36 python-msgpack:
37 version: latest
38 network:
39 interface:
40 eth1:
41 enabled: true
42 type: eth
43 proto: dhcp
44 keepalived:
45 cluster:
46 instance:
47 VIP:
48 virtual_router_id: 150
49 keystone:
50 server:
51 admin_email: ${_param:admin_email}
52 notification:
53 driver: messagingv2
54 topics: "notifications,${_param:stacklight_notification_topic}"
55 glance:
56 server:
57 storage:
58 engine: file
59 images: []
60 workers: 1
61 notification:
62 driver: messagingv2
63 topics: "notifications,${_param:stacklight_notification_topic}"
64 heat:
65 server:
66 notification:
67 driver: messagingv2
68 topics: "notifications,${_param:stacklight_notification_topic}"
69 neutron:
70 server:
71 notification:
72 driver: messagingv2
73 topics: "notifications,${_param:stacklight_notification_topic}"
74 nova:
75 controller:
76 networking: dvr
77 cpu_allocation: 54
78 metadata:
79 password: ${_param:metadata_password}
80 bind:
81 private_address: ${_param:cluster_local_address}
82 public_address: ${_param:cluster_vip_address}
83 novncproxy_port: 6080
84 vncproxy_url: http://${_param:cluster_vip_address}:6080
85 workers: 1
86 notification:
87 driver: messagingv2
88 topics: "notifications,${_param:stacklight_notification_topic}"
89 cinder:
90 volume:
91 notification:
92 driver: messagingv2
93 topics: "notifications,${_param:stacklight_notification_topic}"
94 controller:
95 notification:
96 driver: messagingv2
97 topics: "notifications,${_param:stacklight_notification_topic}"
Jiri Broulikd3034a92017-03-16 13:00:20 +010098