blob: 757102ce89e81daf844fee37356fddbdc26de493 [file] [log] [blame]
Aleksandr Shaposhnikov25eb1ff2018-02-26 17:56:29 +00001classes:
2- system.linux.system.lowmem
azvyagintsev98cba952018-07-13 12:40:53 +03003- system.linux.system.repo.mcp.apt_mirantis.glusterfs
Aleksandr Shaposhnikov25eb1ff2018-02-26 17:56:29 +00004- system.linux.system.repo_local.mcp.apt_mirantis.openstack
5- system.linux.system.repo_local.mcp.extra
azvyagintsev98cba952018-07-13 12:40:53 +03006- system.linux.system.repo.mcp.apt_mirantis.saltstack
Aleksandr Shaposhnikov25eb1ff2018-02-26 17:56:29 +00007- system.linux.system.repo_local.mcp.apt_mirantis.ceph
8- system.memcached.server.single
9- system.rabbitmq.server.cluster
10- system.rabbitmq.server.vhost.openstack
11- 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
Aleksandr Shaposhnikov25eb1ff2018-02-26 17:56:29 +000019- 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
Tatyana Leontovicha863ef32018-07-27 19:09:34 +030024- system.cinder.control.backend.lvm
Aleksandr Shaposhnikov25eb1ff2018-02-26 17:56:29 +000025- system.heat.server.cluster
Aleksandr Shaposhnikov25eb1ff2018-02-26 17:56:29 +000026- system.designate.server.cluster
Aleksandr Shaposhnikov25eb1ff2018-02-26 17:56:29 +000027- system.galera.server.cluster
Aleksandr Shaposhnikov25eb1ff2018-02-26 17:56:29 +000028- system.galera.server.database.cinder
29- system.galera.server.database.glance
Aleksandr Shaposhnikov25eb1ff2018-02-26 17:56:29 +000030- system.galera.server.database.heat
31- system.galera.server.database.keystone
32- system.galera.server.database.nova
33- system.galera.server.database.designate
Tatyana Leontovicha863ef32018-07-27 19:09:34 +030034- system.galera.server.database.aodh
35- system.galera.server.database.panko
36- system.galera.server.database.gnocchi
37- system.ceilometer.client
38- system.ceilometer.client.cinder_volume
39- system.ceilometer.client.neutron
Aleksandr Shaposhnikov25eb1ff2018-02-26 17:56:29 +000040- system.haproxy.proxy.listen.openstack.nova-placement
41- cluster.virtual-offline-pike-ovs-dpdk
42parameters:
43 _param:
44 keepalived_vip_interface: ens4
45 linux:
46 system:
47 package:
48 python-msgpack:
49 version: latest
50 network:
51 interface:
52 ens4:
53 enabled: true
54 type: eth
55 proto: static
56 address: ${_param:single_address}
57 netmask: 255.255.255.0
58 keepalived:
59 cluster:
60 instance:
61 VIP:
62 virtual_router_id: 150
Aleksandr Shaposhnikov25eb1ff2018-02-26 17:56:29 +000063 keystone:
64 server:
65 admin_email: ${_param:admin_email}
Tatyana Leontovicha863ef32018-07-27 19:09:34 +030066
Aleksandr Shaposhnikov25eb1ff2018-02-26 17:56:29 +000067 designate:
Tatyana Leontovicha863ef32018-07-27 19:09:34 +030068 pool_manager:
69 enabled: ${_param:designate_pool_manager_enabled}
70 periodic_sync_interval: ${_param:designate_pool_manager_periodic_sync_interval}
Aleksandr Shaposhnikov25eb1ff2018-02-26 17:56:29 +000071 server:
Tatyana Leontovicha863ef32018-07-27 19:09:34 +030072 enabled: ${_param:designate_server_enabled}
73 domain_id: ${_param:designate_domain_id}
74 version: ${_param:designate_version}
75 backend:
76 pdns4:
77 api_token: ${_param:designate_pdns_api_key}
78 api_endpoint: ${_param:designate_pdns_api_endpoint}
79 mdns:
80 address: ${_param:designate_mdns_address}
81 port: ${_param:designate_mdns_port}
Aleksandr Shaposhnikov25eb1ff2018-02-26 17:56:29 +000082 pools:
83 default:
84 description: 'test pool'
85 targets:
86 default:
87 description: 'test target1'
88 default1:
89 type: ${_param:designate_pool_target_type}
90 description: 'test target2'
91 masters: ${_param:designate_pool_target_masters}
92 options:
Tatyana Leontovicha863ef32018-07-27 19:09:34 +030093 host: ${_param:openstack_dns_node02_address}
Aleksandr Shaposhnikov25eb1ff2018-02-26 17:56:29 +000094 port: 53
Tatyana Leontovicha863ef32018-07-27 19:09:34 +030095 api_endpoint: "http://${_param:openstack_dns_node02_address}:${_param:powerdns_webserver_port}"
96 api_token: ${_param:designate_pdns_api_key}
Aleksandr Shaposhnikov25eb1ff2018-02-26 17:56:29 +000097 quota:
98 zones: ${_param:designate_quota_zones}
Tatyana Leontovicha863ef32018-07-27 19:09:34 +030099
Aleksandr Shaposhnikov25eb1ff2018-02-26 17:56:29 +0000100 glance:
101 server:
102 storage:
103 engine: file
104 images: []
105 workers: 1
Tatyana Leontovicha863ef32018-07-27 19:09:34 +0300106
Aleksandr Shaposhnikov25eb1ff2018-02-26 17:56:29 +0000107 neutron:
108 server:
Michael Polenchukddc7c4c2018-03-14 14:14:05 +0400109 l2gw:
110 enabled: true
Aleksandr Shaposhnikov25eb1ff2018-02-26 17:56:29 +0000111 nova:
112 controller:
113 networking: dvr
114 cpu_allocation: 54
115 metadata:
116 password: ${_param:metadata_password}
117 bind:
118 private_address: ${_param:cluster_local_address}
119 public_address: ${_param:cluster_vip_address}
120 novncproxy_port: 6080
121 vncproxy_url: http://${_param:cluster_vip_address}:6080
122 workers: 1
123 notification:
Tatyana Leontovicha863ef32018-07-27 19:09:34 +0300124 notify_on:
125 state_change: vm_and_task_state