blob: 53b8c95f54609dc2dbf2104434682691b80b1bf4 [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
Martin Polreicha0addcc2018-06-25 11:32:52 +02006- system.linux.system.repo.mcp.apt_mirantis.saltstack
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +02007- 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
Oleh Hryhorovc1ac7322018-04-18 15:35:03 +030024- system.cinder.control.backend.lvm
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020025- system.heat.server.cluster
Tatyana Leontovich15b38e82018-01-11 13:06:38 +020026- system.designate.server.cluster
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 Saienkoe2a97012018-03-16 13:43:10 +020034- system.galera.server.database.manila
Mykyta Karpin10193c52018-03-19 18:17:40 +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 Saienkoe2a97012018-03-16 13:43:10 +020042- system.haproxy.proxy.listen.openstack.manila
43- system.manila.control.cluster
Tatyana Leontovich15b38e82018-01-11 13:06:38 +020044- cluster.virtual-mcp-pike-dvr
45
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020046parameters:
47 _param:
48 keepalived_vip_interface: ens4
49 linux:
50 system:
51 package:
52 python-msgpack:
53 version: latest
54 network:
55 interface:
56 ens4:
57 enabled: true
58 type: eth
59 proto: static
60 address: ${_param:single_address}
61 netmask: 255.255.255.0
62 keepalived:
63 cluster:
64 instance:
65 VIP:
66 virtual_router_id: 150
67 keystone:
68 server:
69 admin_email: ${_param:admin_email}
Tatyana Leontovich15b38e82018-01-11 13:06:38 +020070 designate:
71 pool_manager:
72 enabled: ${_param:designate_pool_manager_enabled}
73 periodic_sync_interval: ${_param:designate_pool_manager_periodic_sync_interval}
74 server:
Michal Kobus054f9d42018-03-15 18:44:42 +010075 enabled: ${_param:designate_server_enabled}
76 domain_id: ${_param:designate_domain_id}
77 version: ${_param:designate_version}
Tatyana Leontovich15b38e82018-01-11 13:06:38 +020078 backend:
79 pdns4:
80 api_token: ${_param:designate_pdns_api_key}
81 api_endpoint: ${_param:designate_pdns_api_endpoint}
82 mdns:
83 address: ${_param:designate_mdns_address}
84 port: ${_param:designate_mdns_port}
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_dns_node02_address}
97 port: 53
98 api_endpoint: "http://${_param:openstack_dns_node02_address}:${_param:powerdns_webserver_port}"
99 api_token: ${_param:designate_pdns_api_key}
100 quota:
101 zones: ${_param:designate_quota_zones}
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +0200102 glance:
103 server:
Tatyana Leontovich15b38e82018-01-11 13:06:38 +0200104 storage:
105 engine: file
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +0200106 images: []
107 workers: 1
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +0200108 nova:
109 controller:
110 networking: dvr
111 cpu_allocation: 54
112 metadata:
113 password: ${_param:metadata_password}
114 bind:
115 private_address: ${_param:cluster_local_address}
116 public_address: ${_param:cluster_vip_address}
117 novncproxy_port: 6080
118 vncproxy_url: http://${_param:cluster_vip_address}:6080
119 workers: 1
Mykyta Karpin6b2ed052018-04-20 13:42:57 +0300120 notification:
121 notify_on:
122 state_change: vm_and_task_state
Vasyl Saienko827d29d2018-03-29 13:13:27 +0300123 manila:
124 common:
125 default_share_type: default