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} |
| 40 | linux: |
| 41 | network: |
| 42 | bridge: openvswitch |
| 43 | interface: |
| 44 | dhcp_int: |
| 45 | enabled: true |
| 46 | name: ens3 |
| 47 | proto: dhcp |
| 48 | type: eth |
| 49 | mtu: ${_param:interface_mtu} |
| 50 | primary_interface: |
| 51 | enabled: true |
Vasyl Saienko | 900e7b3 | 2018-03-14 13:42:26 +0200 | [diff] [blame] | 52 | ipflush_onchange: true |
Tatyana Leontovich | 15b38e8 | 2018-01-11 13:06:38 +0200 | [diff] [blame] | 53 | name: ${_param:primary_interface} |
| 54 | mtu: ${_param:interface_mtu} |
| 55 | proto: manual |
| 56 | type: eth |
| 57 | tenant_interface: |
| 58 | enabled: true |
Vasyl Saienko | 900e7b3 | 2018-03-14 13:42:26 +0200 | [diff] [blame] | 59 | ipflush_onchange: true |
Tatyana Leontovich | 15b38e8 | 2018-01-11 13:06:38 +0200 | [diff] [blame] | 60 | name: ${_param:tenant_interface} |
| 61 | mtu: ${_param:interface_mtu} |
| 62 | proto: manual |
| 63 | type: eth |
| 64 | br-mgmt: |
| 65 | enabled: true |
| 66 | type: bridge |
| 67 | proto: static |
| 68 | address: ${_param:single_address} |
| 69 | netmask: 255.255.255.0 |
| 70 | use_interfaces: |
| 71 | - ${_param:primary_interface} |
| 72 | br-mesh: |
| 73 | enabled: true |
| 74 | type: bridge |
| 75 | proto: static |
| 76 | address: ${_param:tenant_address} |
| 77 | netmask: 255.255.255.0 |
| 78 | use_interfaces: |
Vasyl Saienko | 6c780a9 | 2018-03-13 14:49:08 +0200 | [diff] [blame] | 79 | - ${_param:tenant_interface} |