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