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