blob: 8d2061de8419e719b71b383e2cd908e7158d6bfb [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
asledzinskiy159d7bf2017-06-12 15:25:21 +030042 linux_system_codename: xenial
43 linux:
44 system:
45 package:
46 python-msgpack:
47 version: latest
48 network:
49 interface:
50 ens4:
51 enabled: true
52 type: eth
53 proto: static
54 address: ${_param:single_address}
55 netmask: 255.255.255.0
56 keepalived:
57 cluster:
58 instance:
59 VIP:
60 virtual_router_id: 150
61 bind:
62 server:
63 control:
64 mgmt:
65 enabled: true
66 bind:
67 address: ${_param:single_address}
68 port: 953
69 allow:
70 - ${_param:openstack_control_node01_address}
71 - ${_param:openstack_control_node02_address}
72 - ${_param:openstack_control_node03_address}
73 keys:
74 - designate
75 keystone:
76 server:
77 admin_email: ${_param:admin_email}
78 notification:
79 driver: messagingv2
80 topics: "notifications,${_param:stacklight_notification_topic}"
81 designate:
82 server:
83 pools:
84 default:
85 description: 'test pool'
86 targets:
87 default:
88 description: 'test target1'
89 default1:
90 type: ${_param:designate_pool_target_type}
91 description: 'test target2'
92 masters: ${_param:designate_pool_target_masters}
93 options:
94 host: ${_param:openstack_control_node02_address}
95 port: 53
96 rndc_host: ${_param:openstack_control_node02_address}
97 rndc_port: 953
98 rndc_key_file: /etc/designate/rndc.key
99 default2:
100 type: ${_param:designate_pool_target_type}
101 description: 'test target3'
102 masters: ${_param:designate_pool_target_masters}
103 options:
104 host: ${_param:openstack_control_node03_address}
105 port: 53
106 rndc_host: ${_param:openstack_control_node03_address}
107 rndc_port: 953
108 rndc_key_file: /etc/designate/rndc.key
Ivan Udovichenko7da7f1e2017-09-08 17:53:19 +0300109 worker:
110 enabled: ${_param:designate_worker_enabled}
asledzinskiy159d7bf2017-06-12 15:25:21 +0300111 glance:
112 server:
113 storage:
114 engine: file
115 images: []
116 workers: 1
117 notification:
118 driver: messagingv2
119 topics: "notifications,${_param:stacklight_notification_topic}"
120 heat:
121 server:
122 notification:
123 driver: messagingv2
124 topics: "notifications,${_param:stacklight_notification_topic}"
125 neutron:
126 server:
127 notification:
128 driver: messagingv2
129 topics: "notifications,${_param:stacklight_notification_topic}"
130 nova:
131 controller:
132 networking: dvr
133 cpu_allocation: 54
134 metadata:
135 password: ${_param:metadata_password}
136 bind:
137 private_address: ${_param:cluster_local_address}
138 public_address: ${_param:cluster_vip_address}
139 novncproxy_port: 6080
140 vncproxy_url: http://${_param:cluster_vip_address}:6080
141 workers: 1
142 notification:
143 driver: messagingv2
144 topics: "notifications,${_param:stacklight_notification_topic}"
145 cinder:
146 volume:
147 notification:
148 driver: messagingv2
149 topics: "notifications,${_param:stacklight_notification_topic}"
150 controller:
151 notification:
152 driver: messagingv2
153 topics: "notifications,${_param:stacklight_notification_topic}"