Vasyl Saienko | 9116048 | 2018-02-20 17:31:33 +0200 | [diff] [blame] | 1 | classes: |
| 2 | - system.linux.system.repo.mcp.apt_mirantis.openstack |
| 3 | - system.linux.system.repo.mcp.extra |
| 4 | - system.linux.system.repo.mcp.apt_mirantis.saltstack_2016_3 |
| 5 | - system.linux.network.hosts |
| 6 | - system.nova.compute.cluster |
| 7 | - system.neutron.compute.cluster |
Mykyta Karpin | 912ac97 | 2018-03-20 11:29:23 +0200 | [diff] [blame] | 8 | - system.ceilometer.client.nova_compute |
| 9 | - system.ceilometer.agent.cluster |
| 10 | - system.ceilometer.agent.polling.default |
Vasyl Saienko | 9116048 | 2018-02-20 17:31:33 +0200 | [diff] [blame] | 11 | - system.linux.network.interface.single_ovs_dvr |
Vasyl Saienko | 9116048 | 2018-02-20 17:31:33 +0200 | [diff] [blame] | 12 | - cluster.virtual-mcp-pike-dvr-ssl |
| 13 | parameters: |
| 14 | _param: |
| 15 | primary_interface: ens4 |
| 16 | tenant_interface: ens5 |
| 17 | external_interface: ens6 |
| 18 | interface_mtu: 1500 |
| 19 | linux_system_codename: xenial |
Vasyl Saienko | 7b4feb9 | 2018-03-27 10:48:54 +0300 | [diff] [blame] | 20 | linux: |
| 21 | network: |
| 22 | interface: |
| 23 | primary_interface: |
| 24 | ipflush_onchange: true |
| 25 | tenant_interface: |
| 26 | ipflush_onchange: true |
| 27 | external_interface: |
| 28 | ipflush_onchange: true |
Vasyl Saienko | 9116048 | 2018-02-20 17:31:33 +0200 | [diff] [blame] | 29 | nova: |
| 30 | compute: |
| 31 | vncproxy_url: http://${_param:cluster_vip_address}:6080 |
Vasyl Saienko | 9116048 | 2018-02-20 17:31:33 +0200 | [diff] [blame] | 32 | identity: |
| 33 | protocol: https |
| 34 | network: |
| 35 | protocol: https |
| 36 | glance: |
| 37 | protocol: https |
Dennis Dmitriev | 0752ab1 | 2018-03-07 13:55:45 +0200 | [diff] [blame] | 38 | image: |
Mykyta Karpin | 912ac97 | 2018-03-20 11:29:23 +0200 | [diff] [blame] | 39 | protocol: https |
| 40 | neutron: |
| 41 | compute: |
| 42 | notification: |
| 43 | driver: messagingv2 |
Vasyl Saienko | 7b4feb9 | 2018-03-27 10:48:54 +0300 | [diff] [blame] | 44 | topics: "notifications" |
Oleg Bondarev | d0bc446 | 2018-03-14 11:43:50 +0400 | [diff] [blame^] | 45 | bgp_vpn: |
| 46 | enabled: True |
| 47 | driver: bagpipe |
| 48 | bagpipe: |
| 49 | local_address: ${_param:tenant_address} |
| 50 | peers: 127.0.0.1 |
| 51 | autonomous_system: 64512 |
| 52 | enable_rtc: True |
| 53 | backend: |
| 54 | extension: |
| 55 | bagpipe_bgpvpn: |
| 56 | enabled: True |