blob: eebcacd8d1a124ad96f1fef08f16a8925a618b6d [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.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-mcp05-dvr
31- system.heka.alarm.openstack_control
32parameters:
33 _param:
34 keepalived_vip_interface: eth1
35 linux:
36 system:
37 package:
38 python-msgpack:
39 version: latest
Jiri Broulik5cdb4022017-03-10 13:52:33 +010040 repo:
41 glusterfs-ppa:
42 source: "deb http://ppa.launchpad.net/gluster/glusterfs-3.7/ubuntu trusty main"
43 architectures: amd64
44 key_id: 3FE869A9
45 key_server: keyserver.ubuntu.com
Jeepyb Userdd14e0b2017-02-28 15:19:32 +000046 network:
47 interface:
48 eth1:
49 enabled: true
50 type: eth
51 proto: dhcp
52 keepalived:
53 cluster:
54 instance:
55 VIP:
56 virtual_router_id: 150
57 keystone:
58 server:
59 admin_email: ${_param:admin_email}
60 notification:
61 driver: messagingv2
62 topics: "notifications,${_param:stacklight_notification_topic}"
63 glance:
64 server:
65 storage:
66 engine: file
67 images: []
68 workers: 1
69 notification:
70 driver: messagingv2
71 topics: "notifications,${_param:stacklight_notification_topic}"
72 heat:
73 server:
74 notification:
75 driver: messagingv2
76 topics: "notifications,${_param:stacklight_notification_topic}"
77 neutron:
78 server:
79 notification:
80 driver: messagingv2
81 topics: "notifications,${_param:stacklight_notification_topic}"
82 nova:
83 controller:
84 networking: dvr
85 cpu_allocation: 54
86 metadata:
87 password: ${_param:metadata_password}
88 bind:
89 private_address: ${_param:cluster_local_address}
90 public_address: ${_param:cluster_vip_address}
91 novncproxy_port: 6080
92 vncproxy_url: http://${_param:cluster_vip_address}:6080
93 workers: 1
94 notification:
95 driver: messagingv2
96 topics: "notifications,${_param:stacklight_notification_topic}"
97 cinder:
98 volume:
99 notification:
100 driver: messagingv2
101 topics: "notifications,${_param:stacklight_notification_topic}"
102 controller:
103 notification:
104 driver: messagingv2
105 topics: "notifications,${_param:stacklight_notification_topic}"