blob: 9f0477a635f875b5d89f05a295da17899c6b6429 [file] [log] [blame]
Marek Celoudbc643142017-04-07 15:02:38 +02001classes:
2- system.linux.system.lowmem
3- system.linux.system.repo.glusterfs
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +03004- system.linux.system.repo.mcp.openstack
Marek Celoudbc643142017-04-07 15:02:38 +02005- system.linux.system.repo.mcp.extra
6- system.linux.system.repo.saltstack.xenial
7- system.memcached.server.single
8- system.rabbitmq.server.cluster
9- system.rabbitmq.server.vhost.openstack
Marek Celoud4d274922017-04-07 15:52:07 +020010- system.keystone.server.wsgi
Marek Celoudbc643142017-04-07 15:02:38 +020011- 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.cluster
18- system.glance.control.cluster
19- system.heka.alarm.openstack_control
20- system.nova.control.cluster
21- system.neutron.control.openvswitch.cluster
22- system.cinder.control.cluster
23- system.heat.server.cluster
24- system.galera.server.cluster
25- system.galera.server.database.ceilometer
26- system.galera.server.database.cinder
27- system.galera.server.database.glance
28- system.galera.server.database.grafana
29- system.galera.server.database.heat
30- system.galera.server.database.keystone
31- system.galera.server.database.nova
32- cluster.virtual-mcp11-ovs
33parameters:
34 _param:
Marek Celouda60de8f2017-04-07 16:51:13 +020035 keepalived_vip_interface: ens4
Krzysztof Szukiełojć1da20242017-07-12 11:55:51 +020036 keepalived_openstack_telemetry_vip_address: 172.16.10.252
Marek Celoud8d87d0c2017-04-07 18:41:16 +020037 keepalived_openstack_telemetry_vip_interface: ens4
Marek Celoudbc643142017-04-07 15:02:38 +020038 linux:
39 system:
40 package:
41 python-msgpack:
42 version: latest
43 network:
44 interface:
Marek Celouda60de8f2017-04-07 16:51:13 +020045 ens4:
Marek Celoudbc643142017-04-07 15:02:38 +020046 enabled: true
47 type: eth
Petr Jediný9b3a0ed2017-04-13 15:12:09 +020048 proto: static
49 address: ${_param:single_address}
50 netmask: 255.255.255.0
Marek Celoudbc643142017-04-07 15:02:38 +020051 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}"
105