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 |
Tatyana Leontovich | 15b38e8 | 2018-01-11 13:06:38 +0200 | [diff] [blame] | 8 | - cluster.virtual-mcp-pike-ovs |
| 9 | parameters: |
| 10 | _param: |
| 11 | primary_interface: ens4 |
| 12 | tenant_interface: ens5 |
| 13 | external_interface: ens6 |
| 14 | interface_mtu: 1500 |
| 15 | linux_system_codename: xenial |
| 16 | nova: |
| 17 | compute: |
| 18 | vncproxy_url: http://${_param:cluster_vip_address}:6080 |
Tatyana Leontovich | 15b38e8 | 2018-01-11 13:06:38 +0200 | [diff] [blame] | 19 | message_queue: |
| 20 | members: |
| 21 | - host: ${_param:openstack_control_node01_address} |
| 22 | - host: ${_param:openstack_control_node02_address} |
| 23 | - host: ${_param:openstack_control_node03_address} |
| 24 | linux: |
| 25 | network: |
| 26 | bridge: openvswitch |
| 27 | interface: |
| 28 | dhcp_int: |
| 29 | enabled: true |
| 30 | name: ens3 |
| 31 | proto: dhcp |
| 32 | type: eth |
| 33 | mtu: ${_param:interface_mtu} |
| 34 | primary_interface: |
| 35 | enabled: true |
Vasyl Saienko | 900e7b3 | 2018-03-14 13:42:26 +0200 | [diff] [blame] | 36 | ipflush_onchange: true |
Tatyana Leontovich | 15b38e8 | 2018-01-11 13:06:38 +0200 | [diff] [blame] | 37 | name: ${_param:primary_interface} |
| 38 | mtu: ${_param:interface_mtu} |
| 39 | proto: manual |
| 40 | type: eth |
| 41 | tenant_interface: |
| 42 | enabled: true |
Vasyl Saienko | 900e7b3 | 2018-03-14 13:42:26 +0200 | [diff] [blame] | 43 | ipflush_onchange: true |
Tatyana Leontovich | 15b38e8 | 2018-01-11 13:06:38 +0200 | [diff] [blame] | 44 | name: ${_param:tenant_interface} |
| 45 | mtu: ${_param:interface_mtu} |
| 46 | proto: manual |
| 47 | type: eth |
| 48 | br-mgmt: |
| 49 | enabled: true |
| 50 | type: bridge |
| 51 | proto: static |
| 52 | address: ${_param:single_address} |
| 53 | netmask: 255.255.255.0 |
| 54 | use_interfaces: |
| 55 | - ${_param:primary_interface} |
| 56 | br-mesh: |
| 57 | enabled: true |
| 58 | type: bridge |
| 59 | proto: static |
| 60 | address: ${_param:tenant_address} |
| 61 | netmask: 255.255.255.0 |
| 62 | use_interfaces: |
Vasyl Saienko | 6c780a9 | 2018-03-13 14:49:08 +0200 | [diff] [blame] | 63 | - ${_param:tenant_interface} |