Tatyana Leontovich | 4f9d1a9 | 2018-03-28 15:36:40 +0300 | [diff] [blame] | 1 | classes: |
| 2 | - system.linux.system.repo_local.mcp.apt_mirantis.openstack |
| 3 | - system.linux.system.repo_local.mcp.extra |
azvyagintsev | 98cba95 | 2018-07-13 12:40:53 +0300 | [diff] [blame] | 4 | - system.linux.system.repo.mcp.apt_mirantis.saltstack |
Tatyana Leontovich | 4f9d1a9 | 2018-03-28 15:36:40 +0300 | [diff] [blame] | 5 | - system.linux.system.repo_local.mcp.apt_mirantis.ceph |
| 6 | - system.linux.network.hosts |
| 7 | - system.linux.storage.loopback |
| 8 | - system.nova.compute.cluster |
| 9 | - system.neutron.compute.cluster |
| 10 | - system.ceilometer.client.nova_compute |
| 11 | - system.ceilometer.agent.cluster |
| 12 | - system.ceilometer.agent.polling.default |
| 13 | - service.cinder.volume.single |
| 14 | - system.cinder.volume.backend.lvm |
| 15 | - system.nova.compute.nfv.cpu_pinning |
Tatyana Leontovich | 4f9d1a9 | 2018-03-28 15:36:40 +0300 | [diff] [blame] | 16 | - system.neutron.compute.nfv.dpdk |
Michael Polenchuk | 04a918b | 2018-07-16 13:59:24 +0400 | [diff] [blame] | 17 | - system.nova.compute.nfv.hugepages |
Oleksandr Shyshko | f54aa34 | 2018-06-12 18:41:26 +0300 | [diff] [blame] | 18 | - system.nova.compute.libvirt.ssl |
Tatyana Leontovich | 4f9d1a9 | 2018-03-28 15:36:40 +0300 | [diff] [blame] | 19 | - cluster.virtual-offline-ssl |
| 20 | parameters: |
| 21 | _param: |
| 22 | primary_interface: ens4 |
| 23 | tenant_interface: ens5 |
| 24 | external_interface: ens6 |
| 25 | interface_mtu: 1500 |
| 26 | linux_system_codename: xenial |
Tatyana Leontovich | 023db38 | 2018-07-18 15:21:51 +0300 | [diff] [blame^] | 27 | nova_cpu_pinning: 3 |
Tatyana Leontovich | 4f9d1a9 | 2018-03-28 15:36:40 +0300 | [diff] [blame] | 28 | compute_dpdk_driver: uio |
| 29 | compute_kernel_isolcpu: ${_param:nova_cpu_pinning} |
| 30 | compute_ovs_pmd_cpu_mask: "0x6" |
| 31 | compute_ovs_dpdk_socket_mem: "1024" |
Tatyana Leontovich | 023db38 | 2018-07-18 15:21:51 +0300 | [diff] [blame^] | 32 | compute_ovs_dpdk_lcore_mask: '0xF' |
Tatyana Leontovich | 4f9d1a9 | 2018-03-28 15:36:40 +0300 | [diff] [blame] | 33 | compute_ovs_memory_channels: "2" |
Michael Polenchuk | 04a918b | 2018-07-16 13:59:24 +0400 | [diff] [blame] | 34 | compute_hugepages_size: 2M |
Tatyana Leontovich | 023db38 | 2018-07-18 15:21:51 +0300 | [diff] [blame^] | 35 | compute_hugepages_count: 2048 |
Michael Polenchuk | 04a918b | 2018-07-16 13:59:24 +0400 | [diff] [blame] | 36 | compute_hugepages_mount: /mnt/hugepages_2M |
Tatyana Leontovich | 4f9d1a9 | 2018-03-28 15:36:40 +0300 | [diff] [blame] | 37 | loopback_device_size: 20 |
| 38 | nova: |
| 39 | compute: |
| 40 | vncproxy_url: http://${_param:cluster_vip_address}:6080 |
| 41 | barbican: |
| 42 | enabled: ${_param:barbican_integration_enabled} |
| 43 | identity: |
| 44 | protocol: https |
| 45 | network: |
| 46 | protocol: https |
| 47 | glance: |
| 48 | protocol: https |
| 49 | image: |
| 50 | protocol: https |
| 51 | neutron: |
| 52 | compute: |
| 53 | notification: |
| 54 | driver: messagingv2 |
| 55 | topics: "notifications" |
| 56 | cinder: |
| 57 | volume: |
| 58 | barbican: |
| 59 | enabled: ${_param:barbican_integration_enabled} |
| 60 | linux: |
| 61 | network: |
| 62 | bridge: openvswitch |
| 63 | interface: |
| 64 | dhcp_int: |
| 65 | enabled: true |
| 66 | name: ens3 |
| 67 | proto: dhcp |
| 68 | type: eth |
| 69 | mtu: ${_param:interface_mtu} |
| 70 | primary_interface: |
| 71 | enabled: true |
| 72 | name: ${_param:primary_interface} |
| 73 | mtu: ${_param:interface_mtu} |
| 74 | proto: manual |
| 75 | type: eth |
| 76 | tenant_interface: |
| 77 | enabled: true |
| 78 | name: ${_param:tenant_interface} |
| 79 | mtu: ${_param:interface_mtu} |
| 80 | proto: manual |
| 81 | type: eth |
| 82 | br-mgmt: |
| 83 | enabled: true |
| 84 | type: bridge |
| 85 | proto: static |
| 86 | address: ${_param:single_address} |
| 87 | netmask: 255.255.255.0 |
| 88 | use_interfaces: |
| 89 | - ${_param:primary_interface} |
| 90 | br-mesh: |
| 91 | enabled: true |
Tatyana Leontovich | 023db38 | 2018-07-18 15:21:51 +0300 | [diff] [blame^] | 92 | ipflush_onchange: true |
| 93 | restart_on_ipflush: true |
Michael Polenchuk | 04a918b | 2018-07-16 13:59:24 +0400 | [diff] [blame] | 94 | type: dpdk_ovs_bridge |
Tatyana Leontovich | 4f9d1a9 | 2018-03-28 15:36:40 +0300 | [diff] [blame] | 95 | address: ${_param:tenant_address} |
| 96 | netmask: 255.255.255.0 |
Michael Polenchuk | 04a918b | 2018-07-16 13:59:24 +0400 | [diff] [blame] | 97 | dpdk0: |
| 98 | name: ${_param:dpdk0_name} |
| 99 | pci: ${_param:dpdk0_pci} |
| 100 | driver: igb_uio |
| 101 | bridge: br-mesh |
| 102 | enabled: true |
| 103 | type: dpdk_ovs_port |
| 104 | n_rxq: 2 |