blob: ecb3f956d951894829ac3d216927c686e88cad26 [file] [log] [blame]
Marek Celoudbc643142017-04-07 15:02:38 +02001classes:
2- system.linux.system.lowmem
3- system.linux.system.repo.glusterfs
4#- system.linux.system.repo.mcp.openstack
5- system.linux.system.repo.mos10
6- system.linux.system.repo.mcp.extra
7- system.linux.system.repo.saltstack.xenial
8- system.memcached.server.single
9- system.rabbitmq.server.cluster
10- system.rabbitmq.server.vhost.openstack
Marek Celoud4d274922017-04-07 15:52:07 +020011- system.keystone.server.wsgi
Marek Celoudbc643142017-04-07 15:02:38 +020012- system.keystone.server.cluster
13- system.glusterfs.client.cluster
14- system.glusterfs.client.volume.glance
15- system.glusterfs.client.volume.keystone
16- system.glusterfs.server.volume.glance
17- system.glusterfs.server.volume.keystone
18- system.glusterfs.server.cluster
19- system.glance.control.cluster
20- system.heka.alarm.openstack_control
21- system.nova.control.cluster
22- system.neutron.control.openvswitch.cluster
23- system.cinder.control.cluster
24- system.heat.server.cluster
25- system.galera.server.cluster
26- system.galera.server.database.ceilometer
27- system.galera.server.database.cinder
28- system.galera.server.database.glance
29- system.galera.server.database.grafana
30- system.galera.server.database.heat
31- system.galera.server.database.keystone
32- system.galera.server.database.nova
33- cluster.virtual-mcp11-ovs
34parameters:
35 _param:
36 keepalived_vip_interface: eth1
37 linux:
38 system:
39 package:
40 python-msgpack:
41 version: latest
42 network:
43 interface:
44 eth1:
45 enabled: true
46 type: eth
47 proto: dhcp
48 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 neutron:
74 server:
75 notification:
76 driver: messagingv2
77 topics: "notifications,${_param:stacklight_notification_topic}"
78 nova:
79 controller:
80 networking: dvr
81 cpu_allocation: 54
82 metadata:
83 password: ${_param:metadata_password}
84 bind:
85 private_address: ${_param:cluster_local_address}
86 public_address: ${_param:cluster_vip_address}
87 novncproxy_port: 6080
88 vncproxy_url: http://${_param:cluster_vip_address}:6080
89 workers: 1
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}"
102