blob: ac9402df15cfcf08634f65e34dc1ccfeec95fe40 [file] [log] [blame]
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +02001classes:
2- system.linux.system.lowmem
3- system.linux.system.repo.mcp.apt_mirantis.glusterfs
4- system.linux.system.repo.mcp.apt_mirantis.openstack
5- system.linux.system.repo.mcp.extra
6- system.linux.system.repo.mcp.apt_mirantis.saltstack_2016_3
7- system.memcached.server.single
8- system.rabbitmq.server.cluster
9- system.rabbitmq.server.vhost.openstack
Vasyl Saienko7a031d02018-03-14 15:35:13 +020010- system.apache.server.site.manila
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020011- 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
18- system.glusterfs.server.cluster
19- system.glance.control.cluster
20- system.nova.control.cluster
21- system.neutron.control.openvswitch.cluster
22- system.cinder.control.cluster
23- system.heat.server.cluster
Tatyana Leontovich15b38e82018-01-11 13:06:38 +020024- system.designate.server.cluster
25- system.designate.server.backend.bind
26- system.bind.server.single
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020027- system.galera.server.cluster
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020028- system.galera.server.database.cinder
29- system.galera.server.database.glance
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020030- system.galera.server.database.heat
31- system.galera.server.database.keystone
32- system.galera.server.database.nova
Tatyana Leontovich15b38e82018-01-11 13:06:38 +020033- system.galera.server.database.designate
Vasyl Saienko7a031d02018-03-14 15:35:13 +020034- system.galera.server.database.manila
Mykyta Karpin8abcce32018-03-15 13:43:28 +020035- system.galera.server.database.aodh
36- system.galera.server.database.panko
37- system.galera.server.database.gnocchi
38- system.ceilometer.client
39- system.ceilometer.client.cinder_volume
40- system.ceilometer.client.neutron
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020041- system.haproxy.proxy.listen.openstack.nova-placement
Vasyl Saienko7a031d02018-03-14 15:35:13 +020042- system.haproxy.proxy.listen.openstack.manila
43- system.manila.control.cluster
Tatyana Leontovich15b38e82018-01-11 13:06:38 +020044- cluster.virtual-mcp-pike-ovs
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020045parameters:
46 _param:
47 keepalived_vip_interface: ens4
48 linux:
49 system:
50 package:
51 python-msgpack:
52 version: latest
53 network:
54 interface:
55 ens4:
56 enabled: true
57 type: eth
58 proto: static
59 address: ${_param:single_address}
60 netmask: 255.255.255.0
61 keepalived:
62 cluster:
63 instance:
64 VIP:
65 virtual_router_id: 150
Tatyana Leontovich15b38e82018-01-11 13:06:38 +020066 bind:
67 server:
68 control:
69 mgmt:
70 enabled: true
71 bind:
72 address: ${_param:single_address}
73 port: 953
74 allow:
75 - ${_param:openstack_control_node01_address}
76 - ${_param:openstack_control_node02_address}
77 - ${_param:openstack_control_node03_address}
78 keys:
79 - designate
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020080 keystone:
81 server:
82 admin_email: ${_param:admin_email}
Tatyana Leontovich15b38e82018-01-11 13:06:38 +020083 designate:
84 server:
85 pools:
86 default:
87 description: 'test pool'
88 targets:
89 default:
90 description: 'test target1'
91 default1:
92 type: ${_param:designate_pool_target_type}
93 description: 'test target2'
94 masters: ${_param:designate_pool_target_masters}
95 options:
96 host: ${_param:openstack_control_node02_address}
97 port: 53
98 rndc_host: ${_param:openstack_control_node02_address}
99 rndc_port: 953
100 rndc_key_file: /etc/designate/rndc.key
101 default2:
102 type: ${_param:designate_pool_target_type}
103 description: 'test target3'
104 masters: ${_param:designate_pool_target_masters}
105 options:
106 host: ${_param:openstack_control_node03_address}
107 port: 53
108 rndc_host: ${_param:openstack_control_node03_address}
109 rndc_port: 953
110 rndc_key_file: /etc/designate/rndc.key
111 quota:
112 zones: ${_param:designate_quota_zones}
113 worker:
114 enabled: ${_param:designate_worker_enabled}
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +0200115 glance:
116 server:
Tatyana Leontovich15b38e82018-01-11 13:06:38 +0200117 storage:
118 engine: file
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +0200119 images: []
120 workers: 1
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +0200121 nova:
122 controller:
123 networking: dvr
124 cpu_allocation: 54
125 metadata:
126 password: ${_param:metadata_password}
127 bind:
128 private_address: ${_param:cluster_local_address}
129 public_address: ${_param:cluster_vip_address}
130 novncproxy_port: 6080
131 vncproxy_url: http://${_param:cluster_vip_address}:6080
132 workers: 1