aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/scenario/ha_nfv-kvm_nfv-ovs-dpdk_heat_ceilometer_scenario.yaml
AgeCommit message (Collapse)AuthorFilesLines
2017-03-20Revert "[kvm/dpdk] Switch vlan mode to vxlan"Michael Polenchuk1-3/+26
This reverts commit b8584eeb13c75d7f20a4582d287ab7ac1d52f0af. vxlan mode has broken in upstream: https://bugs.launchpad.net/fuel/+bug/1673767 Change-Id: I71fabf1c74f419ab1f6d5d04a294be98fa927ef3 Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com> (cherry picked from commit 8e27ddc4486407f52c8de29639efc1cc724f0471)
2017-02-21[kvm/dpdk] Switch vlan mode to vxlanMichael Polenchuk1-26/+3
On hardware labs the packets doesn't egress from dpdk enabled interface in vlan mode with custom kernel on board. Therefore use vxlan mode instead of vlan for these scenarios. Change-Id: If4b5719a5e58a9298aa0aeeaf1942d05774fba7a Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
2017-02-17KVMFORNFV: Updating the copyright information for kvmfornfvNavya1-12/+2
scenarios. This patch includes the copyright information for kvmfornfv os-nosdn-kvm_ovs_dpdk-ha, os-nosdn-kvm_ovs_dpdk-noha and os-nosdn-kvm_ovs_dpdk_bar-ha scenarios. Change-Id: I570f465b01e128de980be9cb695e394ec21a73af Signed-off-by: Navya Bathula <navyax.bathula@intel.com>
2017-02-08Remove vlan id range from scenariosMichael Polenchuk1-3/+0
Since scenarios vlan_range config has precedence, so it doesn't matter that is in dea pod override file of the labs. Let's define/get actual vlan id range in/from lab specific configs. Change-Id: Iba329ae94c6f5a2e3bf046b4838d5a2c3d49bf5e Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
2017-01-17Align hugepages size with dpdk reqirementsMichael Polenchuk1-1/+1
Since the minimum value of dpdk hugepages has been changed, increase requested hugepages size (256Mb for virtual, 1024Mb for baremetal labs). JIRA: FUEL-244 Change-Id: I5a46dc17e5ef67bbdc8fc8824efb3453217da214 Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
2016-12-20KVMFORNFV: Implementing kvmfornfv Scenarios.kalyanreddy1-0/+163
This patch contains implementation of kvmfornfv os-nosdn-kvm_ovs_dpdk-ha and os-nosdn-kvm_ovs_dpdk-noha scenarios by enabling DPDK. Change-Id: I9a57d7fdc6282f5446240c3129f4cc390d124515 Co-Authored-By: Navya <b.navya4@tcs.com> Signed-off-by: Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com>