blob: e9a005352d29ae68e99eba4a8c6ab9a2e4b3e27d [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
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020035- system.haproxy.proxy.listen.openstack.nova-placement
Vasyl Saienko7a031d02018-03-14 15:35:13 +020036- system.haproxy.proxy.listen.openstack.manila
37- system.manila.control.cluster
Tatyana Leontovich15b38e82018-01-11 13:06:38 +020038- cluster.virtual-mcp-pike-ovs
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020039parameters:
40 _param:
41 keepalived_vip_interface: ens4
42 linux:
43 system:
44 package:
45 python-msgpack:
46 version: latest
47 network:
48 interface:
49 ens4:
50 enabled: true
51 type: eth
52 proto: static
53 address: ${_param:single_address}
54 netmask: 255.255.255.0
55 keepalived:
56 cluster:
57 instance:
58 VIP:
59 virtual_router_id: 150
Tatyana Leontovich15b38e82018-01-11 13:06:38 +020060 bind:
61 server:
62 control:
63 mgmt:
64 enabled: true
65 bind:
66 address: ${_param:single_address}
67 port: 953
68 allow:
69 - ${_param:openstack_control_node01_address}
70 - ${_param:openstack_control_node02_address}
71 - ${_param:openstack_control_node03_address}
72 keys:
73 - designate
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020074 keystone:
75 server:
76 admin_email: ${_param:admin_email}
Tatyana Leontovich15b38e82018-01-11 13:06:38 +020077 designate:
78 server:
79 pools:
80 default:
81 description: 'test pool'
82 targets:
83 default:
84 description: 'test target1'
85 default1:
86 type: ${_param:designate_pool_target_type}
87 description: 'test target2'
88 masters: ${_param:designate_pool_target_masters}
89 options:
90 host: ${_param:openstack_control_node02_address}
91 port: 53
92 rndc_host: ${_param:openstack_control_node02_address}
93 rndc_port: 953
94 rndc_key_file: /etc/designate/rndc.key
95 default2:
96 type: ${_param:designate_pool_target_type}
97 description: 'test target3'
98 masters: ${_param:designate_pool_target_masters}
99 options:
100 host: ${_param:openstack_control_node03_address}
101 port: 53
102 rndc_host: ${_param:openstack_control_node03_address}
103 rndc_port: 953
104 rndc_key_file: /etc/designate/rndc.key
105 quota:
106 zones: ${_param:designate_quota_zones}
107 worker:
108 enabled: ${_param:designate_worker_enabled}
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +0200109 glance:
110 server:
Tatyana Leontovich15b38e82018-01-11 13:06:38 +0200111 storage:
112 engine: file
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +0200113 images: []
114 workers: 1
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +0200115 nova:
116 controller:
117 networking: dvr
118 cpu_allocation: 54
119 metadata:
120 password: ${_param:metadata_password}
121 bind:
122 private_address: ${_param:cluster_local_address}
123 public_address: ${_param:cluster_vip_address}
124 novncproxy_port: 6080
125 vncproxy_url: http://${_param:cluster_vip_address}:6080
126 workers: 1