Jiri Broulik | eaae24f | 2017-04-21 16:59:29 +0200 | [diff] [blame^] | 1 | classes: |
| 2 | - system.linux.system.repo.mcp.openstack |
| 3 | - system.linux.system.repo.mcp.extra |
| 4 | - system.linux.system.repo.saltstack.xenial |
| 5 | - system.nova.compute.cluster |
| 6 | - system.neutron.compute.cluster |
| 7 | - system.heka.alarm.openstack_compute |
| 8 | |
| 9 | - system.nova.compute.nfv.hugepages |
| 10 | - system.nova.compute.nfv.cpu_pinning |
| 11 | - system.neutron.compute.nfv.dpdk |
| 12 | |
| 13 | - cluster.virtual-mcp11-ovs-dpdk |
| 14 | parameters: |
| 15 | _param: |
| 16 | primary_interface: ens4 |
| 17 | tenant_interface: ens5 |
| 18 | external_interface: ens6 |
| 19 | interface_mtu: 9000 |
| 20 | linux_system_codename: xenial |
| 21 | nova: |
| 22 | compute: |
| 23 | vncproxy_url: http://${_param:cluster_vip_address}:6080 |
| 24 | notification: |
| 25 | driver: messagingv2 |
| 26 | topics: "notifications,${_param:stacklight_notification_topic}" |
| 27 | notify_on: |
| 28 | state_change: vm_and_task_state |
| 29 | message_queue: |
| 30 | members: |
| 31 | - host: ${_param:openstack_control_node01_address} |
| 32 | - host: ${_param:openstack_control_node02_address} |
| 33 | - host: ${_param:openstack_control_node03_address} |
| 34 | linux: |
| 35 | network: |
| 36 | bridge: openvswitch |
| 37 | interface: |
| 38 | dhcp_int: |
| 39 | enabled: true |
| 40 | name: ens3 |
| 41 | proto: dhcp |
| 42 | type: eth |
| 43 | mtu: ${_param:interface_mtu} |
| 44 | primary_interface: |
| 45 | enabled: true |
| 46 | name: ${_param:primary_interface} |
| 47 | mtu: ${_param:interface_mtu} |
| 48 | proto: manual |
| 49 | type: eth |
| 50 | tenant_interface: |
| 51 | enabled: true |
| 52 | name: ${_param:tenant_interface} |
| 53 | mtu: ${_param:interface_mtu} |
| 54 | proto: manual |
| 55 | type: eth |
| 56 | br-mgmt: |
| 57 | enabled: true |
| 58 | type: bridge |
| 59 | proto: static |
| 60 | address: ${_param:single_address} |
| 61 | netmask: 255.255.255.0 |
| 62 | use_interfaces: |
| 63 | - ${_param:primary_interface} |
| 64 | # br-mesh: |
| 65 | # enabled: true |
| 66 | # type: bridge |
| 67 | # proto: static |
| 68 | # address: ${_param:tenant_address} |
| 69 | # netmask: 255.255.255.0 |
| 70 | # use_interfaces: |
| 71 | # - ${_param:tenant_interface} |
| 72 | ### |
| 73 | dpdk0: |
| 74 | name: ${_param:dpdk0_name} |
| 75 | pci: ${_param:dpdk0_pci} |
| 76 | driver: igb_uio |
| 77 | enabled: true |
| 78 | type: dpdk_ovs_port |
| 79 | n_rxq: 2 |
| 80 | br-prv: |
| 81 | enabled: true |
| 82 | type: dpdk_ovs_bridge |