diff options
author | Dan Radez <dradez@redhat.com> | 2017-04-04 12:12:11 -0400 |
---|---|---|
committer | Dan Radez <dradez@redhat.com> | 2017-04-04 12:19:54 -0400 |
commit | b16ce9e22edc765378943072f4a303375fc24e99 (patch) | |
tree | f5c6d37c412d3ad254df4989fec12a8b835e1c8c /config/deploy/os-odl-ovs-noha.yaml | |
parent | a241a5458819cc3488a2e3934daa4a07c662c9dd (diff) |
RPM version update / ovs_dpdk rename
- updating RPM version numbers for Euphrates
- renaming ovs scenario to ovs_dpdk
JIRA: APEX-434
Change-Id: I75e1d96bd613ea04e2ffd12bd41b3a536ff75d7f
Signed-off-by: Dan Radez <dradez@redhat.com>
Diffstat (limited to 'config/deploy/os-odl-ovs-noha.yaml')
-rw-r--r-- | config/deploy/os-odl-ovs-noha.yaml | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/config/deploy/os-odl-ovs-noha.yaml b/config/deploy/os-odl-ovs-noha.yaml deleted file mode 100644 index 6f7630dc..00000000 --- a/config/deploy/os-odl-ovs-noha.yaml +++ /dev/null @@ -1,27 +0,0 @@ -global_params: - ha_enabled: false - -deploy_options: - sdn_controller: opendaylight - odl_version: boron - sdn_l3: true - tacker: true - congress: true - sfc: false - vpn: false - dataplane: ovs_dpdk - performance: - Controller: - kernel: - hugepagesz: 2M - hugepages: 1024 - Compute: - kernel: - hugepagesz: 2M - hugepages: 2048 - intel_iommu: 'on' - iommu: pt - ovs: - socket_memory: 1024 - pmd_cores: 2 - dpdk_cores: 1 |