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 |
Martin Polreich | a0addcc | 2018-06-25 11:32:52 +0200 | [diff] [blame] | 6 | - system.linux.system.repo.mcp.apt_mirantis.saltstack |
Tatyana Leontovich | 8ac23e5 | 2017-12-08 20:06:46 +0200 | [diff] [blame] | 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 |
Tatyana Leontovich | 8ac23e5 | 2017-12-08 20:06:46 +0200 | [diff] [blame] | 15 | - system.glusterfs.server.volume.glance |
Ondrej Smola | c1b4bdd | 2018-03-13 15:12:38 +0100 | [diff] [blame] | 16 | - system.glusterfs.server.volume.backup |
Tatyana Leontovich | 8ac23e5 | 2017-12-08 20:06:46 +0200 | [diff] [blame] | 17 | - system.glusterfs.server.cluster |
| 18 | - system.glance.control.cluster |
| 19 | - system.nova.control.cluster |
| 20 | - system.neutron.control.openvswitch.cluster |
| 21 | - system.cinder.control.cluster |
Oleh Hryhorov | c1ac732 | 2018-04-18 15:35:03 +0300 | [diff] [blame] | 22 | - system.cinder.control.backend.lvm |
Tatyana Leontovich | 8ac23e5 | 2017-12-08 20:06:46 +0200 | [diff] [blame] | 23 | - system.heat.server.cluster |
Tatyana Leontovich | 15b38e8 | 2018-01-11 13:06:38 +0200 | [diff] [blame] | 24 | - system.designate.server.cluster |
Tatyana Leontovich | 8ac23e5 | 2017-12-08 20:06:46 +0200 | [diff] [blame] | 25 | - system.galera.server.cluster |
Tatyana Leontovich | 8ac23e5 | 2017-12-08 20:06:46 +0200 | [diff] [blame] | 26 | - system.galera.server.database.cinder |
| 27 | - system.galera.server.database.glance |
Tatyana Leontovich | 8ac23e5 | 2017-12-08 20:06:46 +0200 | [diff] [blame] | 28 | - system.galera.server.database.heat |
| 29 | - system.galera.server.database.keystone |
| 30 | - system.galera.server.database.nova |
Tatyana Leontovich | 15b38e8 | 2018-01-11 13:06:38 +0200 | [diff] [blame] | 31 | - system.galera.server.database.designate |
Vasyl Saienko | e2a9701 | 2018-03-16 13:43:10 +0200 | [diff] [blame] | 32 | - system.galera.server.database.manila |
Mykyta Karpin | 10193c5 | 2018-03-19 18:17:40 +0200 | [diff] [blame] | 33 | - system.galera.server.database.aodh |
| 34 | - system.galera.server.database.panko |
| 35 | - system.galera.server.database.gnocchi |
| 36 | - system.ceilometer.client |
| 37 | - system.ceilometer.client.cinder_volume |
| 38 | - system.ceilometer.client.neutron |
Tatyana Leontovich | 8ac23e5 | 2017-12-08 20:06:46 +0200 | [diff] [blame] | 39 | - system.haproxy.proxy.listen.openstack.nova-placement |
Vasyl Saienko | e2a9701 | 2018-03-16 13:43:10 +0200 | [diff] [blame] | 40 | - system.haproxy.proxy.listen.openstack.manila |
| 41 | - system.manila.control.cluster |
Tatyana Leontovich | 15b38e8 | 2018-01-11 13:06:38 +0200 | [diff] [blame] | 42 | - cluster.virtual-mcp-pike-dvr |
| 43 | |
Tatyana Leontovich | 8ac23e5 | 2017-12-08 20:06:46 +0200 | [diff] [blame] | 44 | parameters: |
| 45 | _param: |
| 46 | keepalived_vip_interface: ens4 |
| 47 | linux: |
| 48 | system: |
| 49 | package: |
| 50 | python-msgpack: |
| 51 | version: latest |
| 52 | network: |
| 53 | interface: |
| 54 | ens4: |
| 55 | enabled: true |
| 56 | type: eth |
| 57 | proto: static |
| 58 | address: ${_param:single_address} |
| 59 | netmask: 255.255.255.0 |
| 60 | keepalived: |
| 61 | cluster: |
| 62 | instance: |
| 63 | VIP: |
| 64 | virtual_router_id: 150 |
| 65 | keystone: |
| 66 | server: |
| 67 | admin_email: ${_param:admin_email} |
Tatyana Leontovich | 15b38e8 | 2018-01-11 13:06:38 +0200 | [diff] [blame] | 68 | designate: |
| 69 | pool_manager: |
| 70 | enabled: ${_param:designate_pool_manager_enabled} |
| 71 | periodic_sync_interval: ${_param:designate_pool_manager_periodic_sync_interval} |
| 72 | server: |
Michal Kobus | 054f9d4 | 2018-03-15 18:44:42 +0100 | [diff] [blame] | 73 | enabled: ${_param:designate_server_enabled} |
| 74 | domain_id: ${_param:designate_domain_id} |
| 75 | version: ${_param:designate_version} |
Tatyana Leontovich | 15b38e8 | 2018-01-11 13:06:38 +0200 | [diff] [blame] | 76 | backend: |
| 77 | pdns4: |
| 78 | api_token: ${_param:designate_pdns_api_key} |
| 79 | api_endpoint: ${_param:designate_pdns_api_endpoint} |
| 80 | mdns: |
| 81 | address: ${_param:designate_mdns_address} |
| 82 | port: ${_param:designate_mdns_port} |
| 83 | pools: |
| 84 | default: |
| 85 | description: 'test pool' |
| 86 | targets: |
| 87 | default: |
| 88 | description: 'test target1' |
| 89 | default1: |
| 90 | type: ${_param:designate_pool_target_type} |
| 91 | description: 'test target2' |
| 92 | masters: ${_param:designate_pool_target_masters} |
| 93 | options: |
| 94 | host: ${_param:openstack_dns_node02_address} |
| 95 | port: 53 |
| 96 | api_endpoint: "http://${_param:openstack_dns_node02_address}:${_param:powerdns_webserver_port}" |
| 97 | api_token: ${_param:designate_pdns_api_key} |
| 98 | quota: |
| 99 | zones: ${_param:designate_quota_zones} |
Tatyana Leontovich | 8ac23e5 | 2017-12-08 20:06:46 +0200 | [diff] [blame] | 100 | glance: |
| 101 | server: |
Tatyana Leontovich | 15b38e8 | 2018-01-11 13:06:38 +0200 | [diff] [blame] | 102 | storage: |
| 103 | engine: file |
Tatyana Leontovich | 8ac23e5 | 2017-12-08 20:06:46 +0200 | [diff] [blame] | 104 | images: [] |
| 105 | workers: 1 |
Tatyana Leontovich | 8ac23e5 | 2017-12-08 20:06:46 +0200 | [diff] [blame] | 106 | nova: |
| 107 | controller: |
| 108 | networking: dvr |
| 109 | cpu_allocation: 54 |
| 110 | metadata: |
| 111 | password: ${_param:metadata_password} |
| 112 | bind: |
| 113 | private_address: ${_param:cluster_local_address} |
| 114 | public_address: ${_param:cluster_vip_address} |
| 115 | novncproxy_port: 6080 |
| 116 | vncproxy_url: http://${_param:cluster_vip_address}:6080 |
| 117 | workers: 1 |
Mykyta Karpin | 6b2ed05 | 2018-04-20 13:42:57 +0300 | [diff] [blame] | 118 | notification: |
| 119 | notify_on: |
| 120 | state_change: vm_and_task_state |
Vasyl Saienko | 827d29d | 2018-03-29 13:13:27 +0300 | [diff] [blame] | 121 | manila: |
| 122 | common: |
| 123 | default_share_type: default |