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 |
Mykyta Karpin | 015e7b3 | 2018-07-26 11:00:02 +0300 | [diff] [blame] | 11 | - system.ceilometer.agent.telemetry.cluster |
Tatyana Leontovich | 4f9d1a9 | 2018-03-28 15:36:40 +0300 | [diff] [blame] | 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 |
Mykyta Karpin | 015e7b3 | 2018-07-26 11:00:02 +0300 | [diff] [blame] | 38 | ceilometer: |
| 39 | agent: |
| 40 | identity: |
| 41 | protocol: https |
Tatyana Leontovich | 4f9d1a9 | 2018-03-28 15:36:40 +0300 | [diff] [blame] | 42 | nova: |
| 43 | compute: |
| 44 | vncproxy_url: http://${_param:cluster_vip_address}:6080 |
| 45 | barbican: |
| 46 | enabled: ${_param:barbican_integration_enabled} |
| 47 | identity: |
| 48 | protocol: https |
| 49 | network: |
| 50 | protocol: https |
| 51 | glance: |
| 52 | protocol: https |
| 53 | image: |
| 54 | protocol: https |
Tatyana Leontovich | 611a496 | 2018-07-23 17:12:10 +0300 | [diff] [blame] | 55 | libvirt: |
| 56 | logging: |
| 57 | level: 3 |
| 58 | filters: '3:remote 4:event' |
| 59 | outputs: '3:syslog:libvirtd' |
| 60 | buffer_size: 64 |
| 61 | qemu: |
| 62 | logging: |
| 63 | handler: logd |
| 64 | virtlog: |
| 65 | enabled: true |
| 66 | level: 3 |
| 67 | filters: '3:remote 4:event' |
| 68 | outputs: '3:syslog:virtlogd' |
| 69 | max_clients: 1024 |
| 70 | max_size: 2097152 |
| 71 | max_backups: 3 |
Tatyana Leontovich | 4f9d1a9 | 2018-03-28 15:36:40 +0300 | [diff] [blame] | 72 | neutron: |
| 73 | compute: |
| 74 | notification: |
| 75 | driver: messagingv2 |
| 76 | topics: "notifications" |
| 77 | cinder: |
| 78 | volume: |
| 79 | barbican: |
| 80 | enabled: ${_param:barbican_integration_enabled} |
| 81 | linux: |
| 82 | network: |
| 83 | bridge: openvswitch |
| 84 | interface: |
| 85 | dhcp_int: |
| 86 | enabled: true |
| 87 | name: ens3 |
| 88 | proto: dhcp |
| 89 | type: eth |
| 90 | mtu: ${_param:interface_mtu} |
| 91 | primary_interface: |
| 92 | enabled: true |
| 93 | name: ${_param:primary_interface} |
| 94 | mtu: ${_param:interface_mtu} |
| 95 | proto: manual |
| 96 | type: eth |
| 97 | tenant_interface: |
| 98 | enabled: true |
| 99 | name: ${_param:tenant_interface} |
| 100 | mtu: ${_param:interface_mtu} |
| 101 | proto: manual |
| 102 | type: eth |
| 103 | br-mgmt: |
| 104 | enabled: true |
| 105 | type: bridge |
| 106 | proto: static |
| 107 | address: ${_param:single_address} |
| 108 | netmask: 255.255.255.0 |
| 109 | use_interfaces: |
| 110 | - ${_param:primary_interface} |
| 111 | br-mesh: |
| 112 | enabled: true |
Tatyana Leontovich | 023db38 | 2018-07-18 15:21:51 +0300 | [diff] [blame] | 113 | ipflush_onchange: true |
| 114 | restart_on_ipflush: true |
Michael Polenchuk | 04a918b | 2018-07-16 13:59:24 +0400 | [diff] [blame] | 115 | type: dpdk_ovs_bridge |
Tatyana Leontovich | 4f9d1a9 | 2018-03-28 15:36:40 +0300 | [diff] [blame] | 116 | address: ${_param:tenant_address} |
| 117 | netmask: 255.255.255.0 |
Michael Polenchuk | 04a918b | 2018-07-16 13:59:24 +0400 | [diff] [blame] | 118 | dpdk0: |
| 119 | name: ${_param:dpdk0_name} |
| 120 | pci: ${_param:dpdk0_pci} |
| 121 | driver: igb_uio |
| 122 | bridge: br-mesh |
| 123 | enabled: true |
| 124 | type: dpdk_ovs_port |
| 125 | n_rxq: 2 |