summaryrefslogtreecommitdiffstats
path: root/deploy/scenario/ha_nfv-kvm_nfv-ovs-dpdk-bar_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>
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-17Merge "[barometer] Mend scenarios to get all the plugins"Alexandru Avadanii1-2/+0
2017-02-17[barometer] Mend scenarios to get all the pluginsMichael Polenchuk1-2/+0
Due to double section of stack-extensions the plugins are activated only from last one losing required plugin of kvm. Change-Id: I57aa6dbcef1a43dbfd8f472e7cabf1a2c2e5fc26 Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
2017-02-17KVMFORNFV: Updating the copyright information for kvmfornfvNavya1-3/+3
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-02-06KVMFORNFV: Implementing kvmfornfv Scenarios.kalyanreddy1-0/+160
This patch includes implementation of kvmfornfv os-nosdn-kvm_ovs_dpdk_bar-ha scenario and required barometer plugin configuration file. Change-Id: I1a76002be4581b8d777fb533dde8c03fe001f0cf Co-Authored-By: Navya <b.navya4@tcs.com> Signed-off-by: Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com>