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