blob: e10b2a0ef1f8556e3fd3f46f71b36d12c0187fcb [file] [log] [blame]
asledzinskiy159d7bf2017-06-12 15:25:21 +03001classes:
2- system.linux.system.lowmem
3- system.linux.system.repo.glusterfs
4- system.linux.system.repo.mcp.openstack
5- 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
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.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.designate.server.cluster
25- system.designate.server.backend.bind
26- system.bind.server.single
27- system.galera.server.cluster
28- system.galera.server.database.ceilometer
29- system.galera.server.database.cinder
30- system.galera.server.database.glance
31- system.galera.server.database.grafana
32- system.galera.server.database.heat
33- system.galera.server.database.keystone
34- system.galera.server.database.nova
35- system.galera.server.database.designate
36- system.haproxy.proxy.listen.openstack.nova-placement
Dennis Dmitrievd81aae92017-07-10 15:52:30 +030037- cluster.virtual-mcp-ocata-cicd.infra
asledzinskiy159d7bf2017-06-12 15:25:21 +030038parameters:
39 _param:
Dennis Dmitriev55c0f602017-07-13 21:03:29 +030040 glusterfs_service_host: ${_param:cluster_vip_address}
asledzinskiy159d7bf2017-06-12 15:25:21 +030041 keepalived_vip_interface: ens4
42 keepalived_openstack_telemetry_vip_interface: ens4
43 linux_system_codename: xenial
44 linux:
45 system:
46 package:
47 python-msgpack:
48 version: latest
49 network:
50 interface:
51 ens4:
52 enabled: true
53 type: eth
54 proto: static
55 address: ${_param:single_address}
56 netmask: 255.255.255.0
57 keepalived:
58 cluster:
59 instance:
60 VIP:
61 virtual_router_id: 150
62 bind:
63 server:
64 control:
65 mgmt:
66 enabled: true
67 bind:
68 address: ${_param:single_address}
69 port: 953
70 allow:
71 - ${_param:openstack_control_node01_address}
72 - ${_param:openstack_control_node02_address}
73 - ${_param:openstack_control_node03_address}
74 keys:
75 - designate
76 keystone:
77 server:
78 admin_email: ${_param:admin_email}
79 notification:
80 driver: messagingv2
81 topics: "notifications,${_param:stacklight_notification_topic}"
82 designate:
83 server:
84 pools:
85 default:
86 description: 'test pool'
87 targets:
88 default:
89 description: 'test target1'
90 default1:
91 type: ${_param:designate_pool_target_type}
92 description: 'test target2'
93 masters: ${_param:designate_pool_target_masters}
94 options:
95 host: ${_param:openstack_control_node02_address}
96 port: 53
97 rndc_host: ${_param:openstack_control_node02_address}
98 rndc_port: 953
99 rndc_key_file: /etc/designate/rndc.key
100 default2:
101 type: ${_param:designate_pool_target_type}
102 description: 'test target3'
103 masters: ${_param:designate_pool_target_masters}
104 options:
105 host: ${_param:openstack_control_node03_address}
106 port: 53
107 rndc_host: ${_param:openstack_control_node03_address}
108 rndc_port: 953
109 rndc_key_file: /etc/designate/rndc.key
Ivan Udovichenko7da7f1e2017-09-08 17:53:19 +0300110 worker:
111 enabled: ${_param:designate_worker_enabled}
asledzinskiy159d7bf2017-06-12 15:25:21 +0300112 glance:
113 server:
114 storage:
115 engine: file
116 images: []
117 workers: 1
118 notification:
119 driver: messagingv2
120 topics: "notifications,${_param:stacklight_notification_topic}"
121 heat:
122 server:
123 notification:
124 driver: messagingv2
125 topics: "notifications,${_param:stacklight_notification_topic}"
126 neutron:
127 server:
128 notification:
129 driver: messagingv2
130 topics: "notifications,${_param:stacklight_notification_topic}"
131 nova:
132 controller:
133 networking: dvr
134 cpu_allocation: 54
135 metadata:
136 password: ${_param:metadata_password}
137 bind:
138 private_address: ${_param:cluster_local_address}
139 public_address: ${_param:cluster_vip_address}
140 novncproxy_port: 6080
141 vncproxy_url: http://${_param:cluster_vip_address}:6080
142 workers: 1
143 notification:
144 driver: messagingv2
145 topics: "notifications,${_param:stacklight_notification_topic}"
146 cinder:
147 volume:
148 notification:
149 driver: messagingv2
150 topics: "notifications,${_param:stacklight_notification_topic}"
151 controller:
152 notification:
153 driver: messagingv2
154 topics: "notifications,${_param:stacklight_notification_topic}"
155