blob: 515cb99f4c7b3735a509e1c93e9db72725d29e76 [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
Ondrej Smola6b5d0aa2017-03-22 18:15:38 +01004- system.linux.system.repo.mcp.openstack
5- system.linux.system.repo.mcp.extra
6- system.linux.system.repo.saltstack.trusty
Jeepyb Userdd14e0b2017-02-28 15:19:32 +00007- 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-mcp10-dvr
32
33parameters:
34 _param:
35 keepalived_vip_interface: eth1
Illia Polliul85cc9422017-08-04 11:48:46 +020036 keepalived_openstack_telemetry_vip_address: 172.16.10.252
Jeepyb Userdd14e0b2017-02-28 15:19:32 +000037 linux:
38 system:
39 package:
40 python-msgpack:
41 version: latest
42 network:
43 interface:
44 eth1:
45 enabled: true
46 type: eth
Petr Jediný9b3a0ed2017-04-13 15:12:09 +020047 proto: static
48 address: ${_param:single_address}
49 netmask: 255.255.255.0
Jeepyb Userdd14e0b2017-02-28 15:19:32 +000050 keepalived:
51 cluster:
52 instance:
53 VIP:
54 virtual_router_id: 150
55 keystone:
56 server:
57 admin_email: ${_param:admin_email}
58 notification:
59 driver: messagingv2
60 topics: "notifications,${_param:stacklight_notification_topic}"
61 glance:
62 server:
63 storage:
64 engine: file
65 images: []
66 workers: 1
67 notification:
68 driver: messagingv2
69 topics: "notifications,${_param:stacklight_notification_topic}"
70 heat:
71 server:
72 notification:
73 driver: messagingv2
74 topics: "notifications,${_param:stacklight_notification_topic}"
75 neutron:
76 server:
77 notification:
78 driver: messagingv2
79 topics: "notifications,${_param:stacklight_notification_topic}"
80 nova:
81 controller:
82 networking: dvr
83 cpu_allocation: 54
84 metadata:
85 password: ${_param:metadata_password}
86 bind:
87 private_address: ${_param:cluster_local_address}
88 public_address: ${_param:cluster_vip_address}
89 novncproxy_port: 6080
90 vncproxy_url: http://${_param:cluster_vip_address}:6080
91 workers: 1
92 notification:
93 driver: messagingv2
94 topics: "notifications,${_param:stacklight_notification_topic}"
95 cinder:
96 volume:
97 notification:
98 driver: messagingv2
99 topics: "notifications,${_param:stacklight_notification_topic}"
100 controller:
101 notification:
102 driver: messagingv2
103 topics: "notifications,${_param:stacklight_notification_topic}"