Tatyana Leontovich | 15b38e8 | 2018-01-11 13:06:38 +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 | 8abcce3 | 2018-03-15 13:43:28 +0200 | [diff] [blame] | 8 | - system.ceilometer.agent.cluster |
| 9 | - system.ceilometer.agent.polling.default |
Tatyana Leontovich | 15b38e8 | 2018-01-11 13:06:38 +0200 | [diff] [blame] | 10 | - cluster.virtual-mcp-pike-ovs |
| 11 | parameters: |
| 12 | _param: |
| 13 | primary_interface: ens4 |
| 14 | tenant_interface: ens5 |
| 15 | external_interface: ens6 |
| 16 | interface_mtu: 1500 |
| 17 | linux_system_codename: xenial |
Oleg Bondarev | d0bc446 | 2018-03-14 11:43:50 +0400 | [diff] [blame] | 18 | neutron: |
| 19 | compute: |
| 20 | bgp_vpn: |
| 21 | enabled: True |
| 22 | driver: bagpipe |
| 23 | bagpipe: |
| 24 | local_address: ${_param:tenant_address} |
| 25 | peers: 127.0.0.1 |
| 26 | autonomous_system: 64512 |
| 27 | enable_rtc: True |
| 28 | backend: |
| 29 | extension: |
| 30 | bagpipe_bgpvpn: |
| 31 | enabled: True |
Tatyana Leontovich | 15b38e8 | 2018-01-11 13:06:38 +0200 | [diff] [blame] | 32 | nova: |
| 33 | compute: |
| 34 | vncproxy_url: http://${_param:cluster_vip_address}:6080 |
Tatyana Leontovich | 15b38e8 | 2018-01-11 13:06:38 +0200 | [diff] [blame] | 35 | message_queue: |
| 36 | members: |
| 37 | - host: ${_param:openstack_control_node01_address} |
| 38 | - host: ${_param:openstack_control_node02_address} |
| 39 | - host: ${_param:openstack_control_node03_address} |
Vasyl Saienko | 4b63c29 | 2018-04-26 09:25:04 +0000 | [diff] [blame^] | 40 | # Compute nodes on devcloud can have different CPUs, we need this |
| 41 | # to make sure live migration always work even when cmp VMs are on different computes |
| 42 | cpu_mode: custom |
| 43 | libvirt: |
| 44 | cpu_model: kvm64 |
Tatyana Leontovich | 15b38e8 | 2018-01-11 13:06:38 +0200 | [diff] [blame] | 45 | linux: |
| 46 | network: |
| 47 | bridge: openvswitch |
| 48 | interface: |
| 49 | dhcp_int: |
| 50 | enabled: true |
| 51 | name: ens3 |
| 52 | proto: dhcp |
| 53 | type: eth |
| 54 | mtu: ${_param:interface_mtu} |
| 55 | primary_interface: |
| 56 | enabled: true |
Vasyl Saienko | 900e7b3 | 2018-03-14 13:42:26 +0200 | [diff] [blame] | 57 | ipflush_onchange: true |
Tatyana Leontovich | 15b38e8 | 2018-01-11 13:06:38 +0200 | [diff] [blame] | 58 | name: ${_param:primary_interface} |
| 59 | mtu: ${_param:interface_mtu} |
| 60 | proto: manual |
| 61 | type: eth |
| 62 | tenant_interface: |
| 63 | enabled: true |
Vasyl Saienko | 900e7b3 | 2018-03-14 13:42:26 +0200 | [diff] [blame] | 64 | ipflush_onchange: true |
Tatyana Leontovich | 15b38e8 | 2018-01-11 13:06:38 +0200 | [diff] [blame] | 65 | name: ${_param:tenant_interface} |
| 66 | mtu: ${_param:interface_mtu} |
| 67 | proto: manual |
| 68 | type: eth |
| 69 | br-mgmt: |
| 70 | enabled: true |
| 71 | type: bridge |
| 72 | proto: static |
| 73 | address: ${_param:single_address} |
| 74 | netmask: 255.255.255.0 |
| 75 | use_interfaces: |
| 76 | - ${_param:primary_interface} |
| 77 | br-mesh: |
| 78 | enabled: true |
| 79 | type: bridge |
| 80 | proto: static |
| 81 | address: ${_param:tenant_address} |
| 82 | netmask: 255.255.255.0 |
| 83 | use_interfaces: |
Vasyl Saienko | 6c780a9 | 2018-03-13 14:49:08 +0200 | [diff] [blame] | 84 | - ${_param:tenant_interface} |