blob: 0610079f1a4a76f641a80ee69b044c82ae617715 [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
Petr Jediný9b3a0ed2017-04-13 15:12:09 +020045 proto: static
46 address: ${_param:single_address}
47 netmask: 255.255.255.0
Jeepyb Userdd14e0b2017-02-28 15:19:32 +000048 keepalived:
49 cluster:
50 instance:
51 VIP:
52 virtual_router_id: 150
53 keystone:
54 server:
55 admin_email: ${_param:admin_email}
56 notification:
57 driver: messagingv2
58 topics: "notifications,${_param:stacklight_notification_topic}"
59 glance:
60 server:
61 storage:
62 engine: file
63 images: []
64 workers: 1
65 notification:
66 driver: messagingv2
67 topics: "notifications,${_param:stacklight_notification_topic}"
68 heat:
69 server:
70 notification:
71 driver: messagingv2
72 topics: "notifications,${_param:stacklight_notification_topic}"
73 nova:
74 controller:
75 networking: dvr
76 cpu_allocation: 54
77 metadata:
78 password: ${_param:metadata_password}
79 bind:
80 private_address: ${_param:cluster_local_address}
81 public_address: ${_param:cluster_vip_address}
82 novncproxy_port: 6080
83 vncproxy_url: http://${_param:cluster_vip_address}:6080
84 workers: 1
85 notification:
86 driver: messagingv2
87 topics: "notifications,${_param:stacklight_notification_topic}"
88 neutron:
89 server:
90 notification:
91 driver: messagingv2
92 topics: "notifications,${_param:stacklight_notification_topic}"
93 cinder:
94 volume:
95 notification:
96 driver: messagingv2
97 topics: "notifications,${_param:stacklight_notification_topic}"
98 controller:
99 notification:
100 driver: messagingv2
101 topics: "notifications,${_param:stacklight_notification_topic}"