blob: 2f1871738e12563801392a9bbaa8b07888cbfd4d [file] [log] [blame]
vitalygusev4e9e0732018-03-19 15:38:12 +04001classes:
2- system.linux.system.lowmem
3- system.linux.system.repo.mcp.apt_mirantis.glusterfs
4- system.linux.system.repo.mcp.apt_mirantis.openstack
5- system.linux.system.repo.mcp.extra
Martin Polreicha0addcc2018-06-25 11:32:52 +02006- system.linux.system.repo.mcp.apt_mirantis.saltstack
vitalygusev4e9e0732018-03-19 15:38:12 +04007- system.memcached.server.single
8- system.rabbitmq.server.cluster
9- system.rabbitmq.server.vhost.openstack
10- system.keystone.server.wsgi
11- system.keystone.server.cluster
12- system.glusterfs.client.cluster
13- system.glusterfs.client.volume.glance
14- system.glusterfs.client.volume.keystone
15- system.glusterfs.server.volume.glance
16- system.glusterfs.server.volume.keystone
17- system.glusterfs.server.volume.backup
18- system.glusterfs.server.cluster
19- system.glance.control.cluster
20- system.nova.control.cluster
21- system.neutron.control.openvswitch.cluster
22- system.cinder.control.cluster
23- system.heat.server.cluster
24- system.ceilometer.server.cluster
25- system.ceilometer.server.backend.influxdb
26- system.aodh.server.cluster
27- system.heka.ceilometer_collector.single
vitalygusev4e9e0732018-03-19 15:38:12 +040028- system.galera.server.cluster
29- system.galera.server.database.aodh
30- system.galera.server.database.ceilometer
31- system.galera.server.database.cinder
32- system.galera.server.database.glance
33- system.galera.server.database.grafana
34- system.galera.server.database.heat
35- system.galera.server.database.keystone
36- system.galera.server.database.nova
Dmitry Kalashnik4eb5e8f2018-07-03 18:06:33 +040037- system.prometheus.relay
38- system.prometheus.server.standalone
39- system.prometheus.server.target.federation
40- system.prometheus.server.target.federation.all_metrics
vitalygusev4e9e0732018-03-19 15:38:12 +040041- system.haproxy.proxy.listen.openstack.nova-placement
Mateusz Matuszkowiakd4c407a2018-05-18 13:26:55 +020042- system.keepalived.cluster.instance.default_keepalived_check
vitalygusev4e9e0732018-03-19 15:38:12 +040043- cluster.sl-pike-dvr
44
45parameters:
46 _param:
47 keepalived_vip_interface: ens4
Dmitry Kalashnik4eb5e8f2018-07-03 18:06:33 +040048 prometheus_relay_bind_port: 15016
49 prometheus_storage_retention: "720h"
vitalygusev4e9e0732018-03-19 15:38:12 +040050 linux:
51 system:
52 package:
53 python-msgpack:
54 version: latest
55 network:
56 interface:
57 ens4:
58 enabled: true
59 type: eth
60 proto: static
61 address: ${_param:single_address}
62 netmask: 255.255.255.0
63 keepalived:
64 cluster:
65 instance:
66 VIP:
67 virtual_router_id: 150
68 keystone:
69 server:
70 admin_email: ${_param:admin_email}
71 notification:
72 driver: messagingv2
73 topics: "notifications,${_param:stacklight_notification_topic}"
vitalygusev4e9e0732018-03-19 15:38:12 +040074 glance:
75 server:
76 storage:
77 engine: file
78 images: []
79 workers: 1
80 notification:
81 driver: messagingv2
82 topics: "notifications,${_param:stacklight_notification_topic}"
83 heat:
84 server:
85 notification:
86 driver: messagingv2
87 topics: "notifications,${_param:stacklight_notification_topic}"
88 neutron:
89 server:
90 notification:
91 driver: messagingv2
92 topics: "notifications,${_param:stacklight_notification_topic}"
93 nova:
94 controller:
95 networking: dvr
96 cpu_allocation: 54
97 metadata:
98 password: ${_param:metadata_password}
99 bind:
100 private_address: ${_param:cluster_local_address}
101 public_address: ${_param:cluster_vip_address}
102 novncproxy_port: 6080
103 vncproxy_url: http://${_param:cluster_vip_address}:6080
104 workers: 1
105 notification:
106 driver: messagingv2
107 topics: "notifications,${_param:stacklight_notification_topic}"
108 cinder:
109 volume:
110 notification:
111 driver: messagingv2
112 topics: "notifications,${_param:stacklight_notification_topic}"
113 controller:
114 notification:
115 driver: messagingv2
116 topics: "notifications,${_param:stacklight_notification_topic}"