e0c89d6593
This patch adds env files for SRIOV, OVS-DPDK, L2GW, BGPVPN and SFC deployments with ODL. These files contain configs not present in basic ODL deployment env file. While deploying, these need to be used along the basic deployment env file like openstack overcloud deploy \ -e environments/services-docker/neutron-opendaylight.yaml \ -e environments/services-docker/neutron-opendaylight-dpdk.yaml and openstack overcloud deploy \ -e environments/services-docker/neutron-opendaylight.yaml \ -e environments/services-docker/neutron-opendaylight-sriov.yaml and so forth for all other deployments. Closes-Bug: 1722881 Change-Id: I2b70d3f4518e0c014cf37f7fecd92f69989f0860
22 lines
1.1 KiB
YAML
22 lines
1.1 KiB
YAML
# A Heat environment that can be used to deploy OpenDaylight with SRIOV
|
|
# This file is to be used with neutron-opendaylight.yaml
|
|
|
|
resource_registry:
|
|
OS::TripleO::Services::ComputeNeutronCorePlugin: ../../docker/services/neutron-plugin-ml2.yaml
|
|
OS::TripleO::Services::NeutronSriovAgent: ../../docker/services/neutron-sriov-agent.yaml
|
|
|
|
parameter_defaults:
|
|
NeutronMechanismDrivers: ['sriovnicswitch','opendaylight_v2']
|
|
|
|
# Add PciPassthroughFilter to the scheduler default filters
|
|
#NovaSchedulerDefaultFilters: ['RetryFilter','AvailabilityZoneFilter','RamFilter','ComputeFilter','ComputeCapabilitiesFilter','ImagePropertiesFilter','ServerGroupAntiAffinityFilter','ServerGroupAffinityFilter','PciPassthroughFilter']
|
|
#NovaSchedulerAvailableFilters: ["nova.scheduler.filters.all_filters","nova.scheduler.filters.pci_passthrough_filter.PciPassthroughFilter"]
|
|
|
|
#NeutronPhysicalDevMappings: "datacentre:ens20f2"
|
|
|
|
# Number of VFs that needs to be configured for a physical interface
|
|
#NeutronSriovNumVFs: "ens20f2:5"
|
|
|
|
#NovaPCIPassthrough:
|
|
# - devname: "ens20f2"
|
|
# physical_network: "datacentre" |