| classes: |
| - system.linux.system.repo_local.mcp.apt_mirantis.openstack |
| - system.linux.system.repo_local.mcp.extra |
| - system.linux.system.repo.mcp.apt_mirantis.saltstack |
| - system.linux.system.repo_local.mcp.apt_mirantis.ceph |
| - system.linux.network.hosts |
| - system.nova.compute.cluster |
| - system.neutron.compute.cluster |
| - system.ceilometer.agent.cluster |
| - system.prometheus.exporters.libvirt |
| - cluster.virtual-offline-pike-ovs-dpdk |
| - system.nova.compute.nfv.hugepages |
| - system.nova.compute.nfv.cpu_pinning |
| - system.neutron.compute.nfv.dpdk |
| |
| parameters: |
| _param: |
| primary_interface: ens4 |
| tenant_interface: ens5 |
| external_interface: ens6 |
| interface_mtu: 1500 |
| linux_system_codename: xenial |
| nova_cpu_pinning: 3 |
| compute_dpdk_driver: uio |
| compute_kernel_isolcpu: ${_param:nova_cpu_pinning} |
| compute_ovs_pmd_cpu_mask: "0x6" |
| compute_ovs_dpdk_socket_mem: "1024" |
| compute_ovs_dpdk_lcore_mask: "0xF" |
| compute_ovs_memory_channels: "2" |
| compute_hugepages_size: 2M |
| compute_hugepages_count: 2048 |
| compute_hugepages_mount: /mnt/hugepages_2M |
| |
| nova: |
| compute: |
| vncproxy_url: http://${_param:cluster_vip_address}:6080 |
| notification: |
| driver: messagingv2 |
| topics: "notifications,${_param:stacklight_notification_topic}" |
| notify_on: |
| state_change: vm_and_task_state |
| message_queue: |
| members: |
| - host: ${_param:openstack_control_node01_address} |
| - host: ${_param:openstack_control_node02_address} |
| - host: ${_param:openstack_control_node03_address} |
| neutron: |
| compute: |
| bgp_vpn: |
| enabled: True |
| driver: bagpipe |
| bagpipe: |
| local_address: ${_param:tenant_address} |
| peers: 127.0.0.1 |
| autonomous_system: 64512 |
| enable_rtc: True |
| backend: |
| extension: |
| bagpipe_bgpvpn: |
| enabled: True |
| linux: |
| network: |
| bridge: openvswitch |
| interface: |
| dhcp_int: |
| enabled: true |
| name: ens3 |
| proto: dhcp |
| type: eth |
| mtu: ${_param:interface_mtu} |
| primary_interface: |
| enabled: true |
| name: ${_param:primary_interface} |
| mtu: ${_param:interface_mtu} |
| proto: manual |
| type: eth |
| tenant_interface: |
| enabled: true |
| name: ${_param:tenant_interface} |
| mtu: ${_param:interface_mtu} |
| proto: manual |
| type: eth |
| br-mgmt: |
| enabled: true |
| type: bridge |
| proto: static |
| address: ${_param:single_address} |
| netmask: 255.255.255.0 |
| use_interfaces: |
| - ${_param:primary_interface} |
| br-mesh: |
| enabled: true |
| type: dpdk_ovs_bridge |
| address: ${_param:tenant_address} |
| netmask: 255.255.255.0 |
| dpdk0: |
| name: ${_param:dpdk0_name} |
| ipflush_onchange: true |
| restart_on_ipflush: true |
| pci: ${_param:dpdk0_pci} |
| driver: igb_uio |
| bridge: br-mesh |
| enabled: true |
| type: dpdk_ovs_port |
| n_rxq: 2 |