blob: 6ad2afae57565564c5345d08009ac6dd19eb97db [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
110 glance:
111 server:
112 storage:
113 engine: file
114 images: []
115 workers: 1
116 notification:
117 driver: messagingv2
118 topics: "notifications,${_param:stacklight_notification_topic}"
119 heat:
120 server:
121 notification:
122 driver: messagingv2
123 topics: "notifications,${_param:stacklight_notification_topic}"
124 neutron:
125 server:
126 notification:
127 driver: messagingv2
128 topics: "notifications,${_param:stacklight_notification_topic}"
129 nova:
130 controller:
131 networking: dvr
132 cpu_allocation: 54
133 metadata:
134 password: ${_param:metadata_password}
135 bind:
136 private_address: ${_param:cluster_local_address}
137 public_address: ${_param:cluster_vip_address}
138 novncproxy_port: 6080
139 vncproxy_url: http://${_param:cluster_vip_address}:6080
140 workers: 1
141 notification:
142 driver: messagingv2
143 topics: "notifications,${_param:stacklight_notification_topic}"
144 cinder:
145 volume:
146 notification:
147 driver: messagingv2
148 topics: "notifications,${_param:stacklight_notification_topic}"
149 controller:
150 notification:
151 driver: messagingv2
152 topics: "notifications,${_param:stacklight_notification_topic}"
153