blob: 1f8adb0a711ebbcdb4fc7f07996a7d6feff24483 [file] [log] [blame]
Aleksandr Shaposhnikov25eb1ff2018-02-26 17:56:29 +00001classes:
2- system.linux.system.lowmem
3- system.linux.system.repo_local.mcp.apt_mirantis.glusterfs
4- system.linux.system.repo_local.mcp.apt_mirantis.openstack
5- system.linux.system.repo_local.mcp.extra
6- system.linux.system.repo_local.mcp.apt_mirantis.saltstack_2016_3
7- system.linux.system.repo_local.mcp.apt_mirantis.ceph
8- system.memcached.server.single
9- system.rabbitmq.server.cluster
10- system.rabbitmq.server.vhost.openstack
11- system.keystone.server.wsgi
12- 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
Ondrej Smolac1b4bdd2018-03-13 15:12:38 +010018- system.glusterfs.server.volume.backup
Aleksandr Shaposhnikov25eb1ff2018-02-26 17:56:29 +000019- system.glusterfs.server.cluster
20- system.glance.control.cluster
21- system.nova.control.cluster
22- system.neutron.control.openvswitch.cluster
23- system.cinder.control.cluster
24- system.heat.server.cluster
25- system.ceilometer.server.cluster
26- system.ceilometer.server.backend.influxdb
27- system.aodh.server.cluster
28- system.heka.ceilometer_collector.single
29- system.designate.server.cluster
30- system.designate.server.backend.bind
31- system.bind.server.single
32- system.galera.server.cluster
33- system.galera.server.database.aodh
34- system.galera.server.database.ceilometer
35- system.galera.server.database.cinder
36- system.galera.server.database.glance
37- system.galera.server.database.grafana
38- system.galera.server.database.heat
39- system.galera.server.database.keystone
40- system.galera.server.database.nova
41- system.galera.server.database.designate
42- system.haproxy.proxy.listen.openstack.nova-placement
43- cluster.virtual-offline-pike-ovs-dpdk
44parameters:
45 _param:
46 keepalived_vip_interface: ens4
47 linux:
48 system:
49 package:
50 python-msgpack:
51 version: latest
52 network:
53 interface:
54 ens4:
55 enabled: true
56 type: eth
57 proto: static
58 address: ${_param:single_address}
59 netmask: 255.255.255.0
60 keepalived:
61 cluster:
62 instance:
63 VIP:
64 virtual_router_id: 150
65 bind:
66 server:
67 control:
68 mgmt:
69 enabled: true
70 bind:
71 address: ${_param:single_address}
72 port: 953
73 allow:
74 - ${_param:openstack_control_node01_address}
75 - ${_param:openstack_control_node02_address}
76 - ${_param:openstack_control_node03_address}
77 keys:
78 - designate
79 keystone:
80 server:
81 admin_email: ${_param:admin_email}
82 notification:
83 driver: messagingv2
84 topics: "notifications,${_param:stacklight_notification_topic}"
85 designate:
86 server:
87 pools:
88 default:
89 description: 'test pool'
90 targets:
91 default:
92 description: 'test target1'
93 default1:
94 type: ${_param:designate_pool_target_type}
95 description: 'test target2'
96 masters: ${_param:designate_pool_target_masters}
97 options:
98 host: ${_param:openstack_control_node02_address}
99 port: 53
100 rndc_host: ${_param:openstack_control_node02_address}
101 rndc_port: 953
102 rndc_key_file: /etc/designate/rndc.key
103 default2:
104 type: ${_param:designate_pool_target_type}
105 description: 'test target3'
106 masters: ${_param:designate_pool_target_masters}
107 options:
108 host: ${_param:openstack_control_node03_address}
109 port: 53
110 rndc_host: ${_param:openstack_control_node03_address}
111 rndc_port: 953
112 rndc_key_file: /etc/designate/rndc.key
113 quota:
114 zones: ${_param:designate_quota_zones}
115 worker:
116 enabled: ${_param:designate_worker_enabled}
117 glance:
118 server:
119 storage:
120 engine: file
121 images: []
122 workers: 1
123 notification:
124 driver: messagingv2
125 topics: "notifications,${_param:stacklight_notification_topic}"
126 heat:
127 server:
128 notification:
129 driver: messagingv2
130 topics: "notifications,${_param:stacklight_notification_topic}"
131 neutron:
132 server:
133 notification:
134 driver: messagingv2
135 topics: "notifications,${_param:stacklight_notification_topic}"
136 nova:
137 controller:
138 networking: dvr
139 cpu_allocation: 54
140 metadata:
141 password: ${_param:metadata_password}
142 bind:
143 private_address: ${_param:cluster_local_address}
144 public_address: ${_param:cluster_vip_address}
145 novncproxy_port: 6080
146 vncproxy_url: http://${_param:cluster_vip_address}:6080
147 workers: 1
148 notification:
149 driver: messagingv2
150 topics: "notifications,${_param:stacklight_notification_topic}"
151 cinder:
152 volume:
153 notification:
154 driver: messagingv2
155 topics: "notifications,${_param:stacklight_notification_topic}"
156 controller:
157 notification:
158 driver: messagingv2
159 topics: "notifications,${_param:stacklight_notification_topic}"