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 |
Oleh Hryhorov | c1ac732 | 2018-04-18 15:35:03 +0300 | [diff] [blame^] | 8 | - system.cinder.volume.single |
| 9 | - system.cinder.volume.backend.lvm |
| 10 | - system.linux.storage.loopback |
Mykyta Karpin | 8abcce3 | 2018-03-15 13:43:28 +0200 | [diff] [blame] | 11 | - system.ceilometer.agent.cluster |
| 12 | - system.ceilometer.agent.polling.default |
Tatyana Leontovich | 15b38e8 | 2018-01-11 13:06:38 +0200 | [diff] [blame] | 13 | - cluster.virtual-mcp-pike-ovs |
| 14 | parameters: |
| 15 | _param: |
| 16 | primary_interface: ens4 |
| 17 | tenant_interface: ens5 |
| 18 | external_interface: ens6 |
| 19 | interface_mtu: 1500 |
| 20 | linux_system_codename: xenial |
Oleh Hryhorov | c1ac732 | 2018-04-18 15:35:03 +0300 | [diff] [blame^] | 21 | loopback_device_size: 20 |
Oleg Bondarev | d0bc446 | 2018-03-14 11:43:50 +0400 | [diff] [blame] | 22 | neutron: |
| 23 | compute: |
| 24 | bgp_vpn: |
| 25 | enabled: True |
| 26 | driver: bagpipe |
| 27 | bagpipe: |
| 28 | local_address: ${_param:tenant_address} |
| 29 | peers: 127.0.0.1 |
| 30 | autonomous_system: 64512 |
| 31 | enable_rtc: True |
| 32 | backend: |
| 33 | extension: |
| 34 | bagpipe_bgpvpn: |
| 35 | enabled: True |
Tatyana Leontovich | 15b38e8 | 2018-01-11 13:06:38 +0200 | [diff] [blame] | 36 | nova: |
| 37 | compute: |
| 38 | vncproxy_url: http://${_param:cluster_vip_address}:6080 |
Tatyana Leontovich | 15b38e8 | 2018-01-11 13:06:38 +0200 | [diff] [blame] | 39 | message_queue: |
| 40 | members: |
| 41 | - host: ${_param:openstack_control_node01_address} |
| 42 | - host: ${_param:openstack_control_node02_address} |
| 43 | - host: ${_param:openstack_control_node03_address} |
| 44 | linux: |
| 45 | network: |
| 46 | bridge: openvswitch |
| 47 | interface: |
| 48 | dhcp_int: |
| 49 | enabled: true |
| 50 | name: ens3 |
| 51 | proto: dhcp |
| 52 | type: eth |
| 53 | mtu: ${_param:interface_mtu} |
| 54 | primary_interface: |
| 55 | enabled: true |
Vasyl Saienko | 900e7b3 | 2018-03-14 13:42:26 +0200 | [diff] [blame] | 56 | ipflush_onchange: true |
Tatyana Leontovich | 15b38e8 | 2018-01-11 13:06:38 +0200 | [diff] [blame] | 57 | name: ${_param:primary_interface} |
| 58 | mtu: ${_param:interface_mtu} |
| 59 | proto: manual |
| 60 | type: eth |
| 61 | tenant_interface: |
| 62 | enabled: true |
Vasyl Saienko | 900e7b3 | 2018-03-14 13:42:26 +0200 | [diff] [blame] | 63 | ipflush_onchange: true |
Tatyana Leontovich | 15b38e8 | 2018-01-11 13:06:38 +0200 | [diff] [blame] | 64 | name: ${_param:tenant_interface} |
| 65 | mtu: ${_param:interface_mtu} |
| 66 | proto: manual |
| 67 | type: eth |
| 68 | br-mgmt: |
| 69 | enabled: true |
| 70 | type: bridge |
| 71 | proto: static |
| 72 | address: ${_param:single_address} |
| 73 | netmask: 255.255.255.0 |
| 74 | use_interfaces: |
| 75 | - ${_param:primary_interface} |
| 76 | br-mesh: |
| 77 | enabled: true |
| 78 | type: bridge |
| 79 | proto: static |
| 80 | address: ${_param:tenant_address} |
| 81 | netmask: 255.255.255.0 |
| 82 | use_interfaces: |
Vasyl Saienko | 6c780a9 | 2018-03-13 14:49:08 +0200 | [diff] [blame] | 83 | - ${_param:tenant_interface} |