blob: e825437ffbd783e6aea4455b23e82b160727fd0b [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 Saienkoe2a97012018-03-16 13:43:10 +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
Ondrej Smolac1b4bdd2018-03-13 15:12:38 +010018- system.glusterfs.server.volume.backup
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020019- system.glusterfs.server.cluster
20- system.glance.control.cluster
21- system.nova.control.cluster
22- system.neutron.control.openvswitch.cluster
23- system.cinder.control.cluster
24- system.heat.server.cluster
Tatyana Leontovich15b38e82018-01-11 13:06:38 +020025- system.designate.server.cluster
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020026- system.galera.server.cluster
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020027- system.galera.server.database.cinder
28- system.galera.server.database.glance
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020029- system.galera.server.database.heat
30- system.galera.server.database.keystone
31- system.galera.server.database.nova
Tatyana Leontovich15b38e82018-01-11 13:06:38 +020032- system.galera.server.database.designate
Vasyl Saienkoe2a97012018-03-16 13:43:10 +020033- system.galera.server.database.manila
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020034- system.haproxy.proxy.listen.openstack.nova-placement
Vasyl Saienkoe2a97012018-03-16 13:43:10 +020035- system.haproxy.proxy.listen.openstack.manila
36- system.manila.control.cluster
Tatyana Leontovich15b38e82018-01-11 13:06:38 +020037- cluster.virtual-mcp-pike-dvr
38
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
60 keystone:
61 server:
62 admin_email: ${_param:admin_email}
Tatyana Leontovich15b38e82018-01-11 13:06:38 +020063 designate:
64 pool_manager:
65 enabled: ${_param:designate_pool_manager_enabled}
66 periodic_sync_interval: ${_param:designate_pool_manager_periodic_sync_interval}
67 server:
68 backend:
69 pdns4:
70 api_token: ${_param:designate_pdns_api_key}
71 api_endpoint: ${_param:designate_pdns_api_endpoint}
72 mdns:
73 address: ${_param:designate_mdns_address}
74 port: ${_param:designate_mdns_port}
75 pools:
76 default:
77 description: 'test pool'
78 targets:
79 default:
80 description: 'test target1'
81 default1:
82 type: ${_param:designate_pool_target_type}
83 description: 'test target2'
84 masters: ${_param:designate_pool_target_masters}
85 options:
86 host: ${_param:openstack_dns_node02_address}
87 port: 53
88 api_endpoint: "http://${_param:openstack_dns_node02_address}:${_param:powerdns_webserver_port}"
89 api_token: ${_param:designate_pdns_api_key}
90 quota:
91 zones: ${_param:designate_quota_zones}
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020092 glance:
93 server:
Tatyana Leontovich15b38e82018-01-11 13:06:38 +020094 storage:
95 engine: file
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020096 images: []
97 workers: 1
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020098 nova:
99 controller:
100 networking: dvr
101 cpu_allocation: 54
102 metadata:
103 password: ${_param:metadata_password}
104 bind:
105 private_address: ${_param:cluster_local_address}
106 public_address: ${_param:cluster_vip_address}
107 novncproxy_port: 6080
108 vncproxy_url: http://${_param:cluster_vip_address}:6080
109 workers: 1