Tatyana Leontovich | 8ac23e5 | 2017-12-08 20:06:46 +0200 | [diff] [blame] | 1 | classes: |
| 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 Saienko | e2a9701 | 2018-03-16 13:43:10 +0200 | [diff] [blame] | 10 | - system.apache.server.site.manila |
Tatyana Leontovich | 8ac23e5 | 2017-12-08 20:06:46 +0200 | [diff] [blame] | 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 Smola | c1b4bdd | 2018-03-13 15:12:38 +0100 | [diff] [blame] | 18 | - system.glusterfs.server.volume.backup |
Tatyana Leontovich | 8ac23e5 | 2017-12-08 20:06:46 +0200 | [diff] [blame] | 19 | - 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 Leontovich | 15b38e8 | 2018-01-11 13:06:38 +0200 | [diff] [blame] | 25 | - system.designate.server.cluster |
Tatyana Leontovich | 8ac23e5 | 2017-12-08 20:06:46 +0200 | [diff] [blame] | 26 | - system.galera.server.cluster |
Tatyana Leontovich | 8ac23e5 | 2017-12-08 20:06:46 +0200 | [diff] [blame] | 27 | - system.galera.server.database.cinder |
| 28 | - system.galera.server.database.glance |
Tatyana Leontovich | 8ac23e5 | 2017-12-08 20:06:46 +0200 | [diff] [blame] | 29 | - system.galera.server.database.heat |
| 30 | - system.galera.server.database.keystone |
| 31 | - system.galera.server.database.nova |
Tatyana Leontovich | 15b38e8 | 2018-01-11 13:06:38 +0200 | [diff] [blame] | 32 | - system.galera.server.database.designate |
Vasyl Saienko | e2a9701 | 2018-03-16 13:43:10 +0200 | [diff] [blame] | 33 | - system.galera.server.database.manila |
Mykyta Karpin | 10193c5 | 2018-03-19 18:17:40 +0200 | [diff] [blame] | 34 | - 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 |
Tatyana Leontovich | 8ac23e5 | 2017-12-08 20:06:46 +0200 | [diff] [blame] | 40 | - system.haproxy.proxy.listen.openstack.nova-placement |
Vasyl Saienko | e2a9701 | 2018-03-16 13:43:10 +0200 | [diff] [blame] | 41 | - system.haproxy.proxy.listen.openstack.manila |
| 42 | - system.manila.control.cluster |
Tatyana Leontovich | 15b38e8 | 2018-01-11 13:06:38 +0200 | [diff] [blame] | 43 | - cluster.virtual-mcp-pike-dvr |
| 44 | |
Tatyana Leontovich | 8ac23e5 | 2017-12-08 20:06:46 +0200 | [diff] [blame] | 45 | parameters: |
| 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 |
| 66 | keystone: |
| 67 | server: |
| 68 | admin_email: ${_param:admin_email} |
Tatyana Leontovich | 15b38e8 | 2018-01-11 13:06:38 +0200 | [diff] [blame] | 69 | designate: |
| 70 | pool_manager: |
| 71 | enabled: ${_param:designate_pool_manager_enabled} |
| 72 | periodic_sync_interval: ${_param:designate_pool_manager_periodic_sync_interval} |
| 73 | server: |
Michal Kobus | 054f9d4 | 2018-03-15 18:44:42 +0100 | [diff] [blame] | 74 | enabled: ${_param:designate_server_enabled} |
| 75 | domain_id: ${_param:designate_domain_id} |
| 76 | version: ${_param:designate_version} |
Tatyana Leontovich | 15b38e8 | 2018-01-11 13:06:38 +0200 | [diff] [blame] | 77 | backend: |
| 78 | pdns4: |
| 79 | api_token: ${_param:designate_pdns_api_key} |
| 80 | api_endpoint: ${_param:designate_pdns_api_endpoint} |
| 81 | mdns: |
| 82 | address: ${_param:designate_mdns_address} |
| 83 | port: ${_param:designate_mdns_port} |
| 84 | pools: |
| 85 | default: |
| 86 | description: 'test pool' |
| 87 | targets: |
| 88 | default: |
| 89 | description: 'test target1' |
| 90 | default1: |
| 91 | type: ${_param:designate_pool_target_type} |
| 92 | description: 'test target2' |
| 93 | masters: ${_param:designate_pool_target_masters} |
| 94 | options: |
| 95 | host: ${_param:openstack_dns_node02_address} |
| 96 | port: 53 |
| 97 | api_endpoint: "http://${_param:openstack_dns_node02_address}:${_param:powerdns_webserver_port}" |
| 98 | api_token: ${_param:designate_pdns_api_key} |
| 99 | quota: |
| 100 | zones: ${_param:designate_quota_zones} |
Tatyana Leontovich | 8ac23e5 | 2017-12-08 20:06:46 +0200 | [diff] [blame] | 101 | glance: |
| 102 | server: |
Tatyana Leontovich | 15b38e8 | 2018-01-11 13:06:38 +0200 | [diff] [blame] | 103 | storage: |
| 104 | engine: file |
Tatyana Leontovich | 8ac23e5 | 2017-12-08 20:06:46 +0200 | [diff] [blame] | 105 | images: [] |
| 106 | workers: 1 |
Tatyana Leontovich | 8ac23e5 | 2017-12-08 20:06:46 +0200 | [diff] [blame] | 107 | nova: |
| 108 | controller: |
| 109 | networking: dvr |
| 110 | cpu_allocation: 54 |
| 111 | metadata: |
| 112 | password: ${_param:metadata_password} |
| 113 | bind: |
| 114 | private_address: ${_param:cluster_local_address} |
| 115 | public_address: ${_param:cluster_vip_address} |
| 116 | novncproxy_port: 6080 |
| 117 | vncproxy_url: http://${_param:cluster_vip_address}:6080 |
| 118 | workers: 1 |