Age | Commit message (Collapse) | Author | Files | Lines |
|
* Update docs/submodules/releng from branch 'master'
- Merge "[daisy]Enable yardstick daily jobs on zte-pod3 and zte-pod9"
- [daisy]Enable yardstick daily jobs on zte-pod3 and zte-pod9
Change-Id: Ib96698b1d2d1fa8039fd684ff96025afffefbcd0
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
|
|
* Update docs/submodules/ipv6 from branch 'stable/fraser'
- Fix bullet style in Release Notes
Change-Id: I7763e67a1df251abca78e04411f15ea790600bea
Signed-off-by: Bin Hu <bh526r@att.com>
(cherry picked from commit a1f0778b5aa40e2d179d00b941853749b58ab6a7)
|
|
* Update docs/submodules/apex from branch 'stable/fraser'
- Pull stable branches of apex dependency repos instead of master
Change-Id: Ie8178d2b99e7a977a7df697c6b39ee129c508107
Signed-off-by: Feng Pan <fpan@redhat.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Use cirros-0.4.0 rather than cirros-0.3.5 for Functest Fraser.
Change-Id: If3cd0fe52d946979de259951c7c8433b6e1e42f0
Signed-off-by: xudan <xudan16@huawei.com>
|
|
* Update docs/submodules/yardstick from branch 'stable/fraser'
- Merge "Bugfix: Can't get image list in API" into stable/fraser
- Bugfix: Can't get image list in API
JIRA: YARDSTICK-1110
To match OpenStack Pike release, we upgrade novaclient from 7.1.1 to 9.1.1.
And the client interface has changed, it no longer has nova_client.images attribute.
So I use shade instead. Later will change all same issue.
Change-Id: Ie4f54069d4346e44e2ad925439930504b945cbad
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
(cherry picked from commit 5ac59e495d74b64ab377f1ba25bb00b11da14e67)
|
|
* Update docs/submodules/clover from branch 'stable/fraser'
- Add section to help user understand how logging works
Change-Id: Iebfb747450cc08e930eabd36a87670236b23ffff
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
(cherry picked from commit 8d3f6673e08d6b8c02f604791c6e42a399dc660
|
|
* Update docs/submodules/yardstick from branch 'stable/fraser'
- remove more old apexlake testcases
fix fraser failures
Change-Id: I8bb12a762054a4c3274cc6e0297e948b92700e7e
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
|
|
* Update docs/submodules/snaps from branch 'stable/fraser'
- Addressed issue with test when replicated networks are configured on the pod.
According to the defect, "neutron OVS agent uses a replicated network for DVR."
JIRA: SNAPS-305
Change-Id: I3ceb94582d74a297f5ff41520ffe4e9f5e638266
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
(cherry picked from commit 7f5f1b87cdde0b60cda714eb656d46751b9e2548)
|
|
* Update docs/submodules/functest from branch 'stable/fraser'
- Update graphs in userguide
1. Functest structural concept
2. Clearwater architecture
Change-Id: I88e39d6d08f1eb28a389d2b8a7a1669295f6aa49
Signed-off-by: Linda Wang <wangwulin@huawei.com>
(cherry picked from commit ccaa9c9d495575bd16da001a984597456bf152e4)
|
|
* Update docs/submodules/fuel from branch 'stable/fraser'
- Merge "Disable cpu pinning & L3 HA features" into stable/fraser
- Disable cpu pinning & L3 HA features
* CPU pinning: tests have no support for dedicated CPU policy, so
enabled pinning causes general performance impact
[https://docs.openstack.org/nova/pike/admin/cpu-topologies.html]
* L3 HA routers:
- doesn't catch l3-agent failure, relies only on
HA network state to spot failure
- failover process only retains the state of network
connections for instances with a floating IP address
- incompatible with DVR mode
JIRA: FUEL-360
Change-Id: Ie0182bf953b9989729f89d705d9fee902d229e51
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
(cherry picked from commit ed7bb355c93af5c163d5ae7926012652021abf75)
|
|
* Update docs/submodules/fuel from branch 'stable/fraser'
- Merge "[ha] Fix tenant NIC OS config for VLAN ranges" into stable/fraser
- [ha] Fix tenant NIC OS config for VLAN ranges
Previous commits added support for tenant VLAN range parametrization,
yet failed to accomodate the new VLAN range representation ('M:N') in
existing `linux.network.interfaces` reclass configuration.
This lead to the silent removal of <nic_private>.<vlan_private> from
interfaces file and for `br-mesh` to try to use <nic_private> instead
of <nic_private>.<vlan_private>, conflicting with `br-floating`.
Stick to using the first VLAN in the tenant range.
JIRA: FUEL-365
Change-Id: I88f7263159f1742dba3b6e36649c9344f2932c5f
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit cfc5988be48d1317244e71fd7919480db18745d4)
|
|
* Update docs/submodules/fuel from branch 'stable/fraser'
- Merge "[reclass] Parameterize tenant VLAN ranges" into stable/fraser
- [reclass] Parameterize tenant VLAN ranges
Instead of hardcoding the VLAN ranges in reclass, read them from IDF.
This is required when VLAN segmentation is used instead of VXLAN, as
lab switches should be configured appropiately (e.g. Armband PODs use
VLANs 2000+ instead of 1000-1030).
Change-Id: I009ccea9b328c40f055a745791eafe3393b96390
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit aa199b5e96f91111d96f53040be00736cd9309be)
|
|
* Update docs/submodules/fuel from branch 'stable/fraser'
- Add ports to ovs bridge config
To avoid race with interfaces initialization specify all
the ports that belong to a bridge in the config file.
Change-Id: Ie4f48e7a81d4659a0f43749cdd518dbeffe2e35f
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
(cherry picked from commit 9c9a1adc6f2501507a68b1926ea93efcb40782d1)
|
|
* Update docs/submodules/doctor from branch 'stable/fraser'
- Release note for Fraser
Change-Id: I22db79ca21c9812b8ab5ef88e9e6aa51b5f6ce05
Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
(cherry picked from commit b109fdcabbeb234511a4ef31cf5d9403f4e60ca0)
|
|
* Update docs/submodules/doctor from branch 'stable/fraser'
- Updated Doctor feature configuration doc
Change-Id: I1217439d46be7659fa372451c2bc686e8c2030f0
Signed-off-by: Bertrand Souville <souville@docomolab-euro.com>
(cherry picked from commit 1dbdc25cebb1404a8f75fc0c1e58a2923c9f0143)
|
|
* Update docs/submodules/doctor from branch 'stable/fraser'
- Merge "Updated Doctor user configuration doc" into stable/fraser
- Updated Doctor user configuration doc
Change-Id: I71539412285c8f7865890880fdfc8c5268156f68
Signed-off-by: Bertrand Souville <souville@docomolab-euro.com>
(cherry picked from commit eee0314ac794d5e2b1ef8739afb12a89c3b42cc4)
|
|
* Update docs/submodules/doctor from branch 'stable/fraser'
- Merge "Updated the testing doc" into stable/fraser
- Updated the testing doc
Remove references to bash script (code now removed), updated links
Change-Id: I6fb66b7700ee044f125cd283645dfa07d2c63aac
Signed-off-by: Bertrand Souville <souville@docomolab-euro.com>
(cherry picked from commit db6684c6cbdec3d41d0e555793a275879bbb26bc)
|
|
* Update docs/submodules/doctor from branch 'stable/fraser'
- Added more upstream work
Change-Id: Ifc5bf04272add8d1d8db2b128bdc7dbae24ba5e8
Signed-off-by: Bertrand Souville <souville@docomolab-euro.com>
(cherry picked from commit 2870bab0ac5c7da097d2d96ca5ffcb1f1318e856)
|
|
* Update docs/submodules/ipv6 from branch 'stable/fraser'
- Final Release Notes 6.0.0. Ready
Change-Id: I188faadc70ed54090f9202974498e3a74effde35
Signed-off-by: Bin Hu <bh526r@att.com>
(cherry picked from commit 9b5b71cae4ca1d83688395aa4e58466b23e96acb)
- Revise ODL Gap Analysis of IPv6 N-S Support
Change-Id: I263dd18c5f50dd707e2154612f820eae81c00633
Signed-off-by: Bin Hu <bh526r@att.com>
(cherry picked from commit dfcc0745ef76e684593c8284f9dcb81cca2f7959)
|
|
* Update docs/submodules/armband from branch 'stable/fraser'
- u/fuel: Bump & rebase for tenant NIC fix
Change-Id: I318b3541add33d50e47f8acba56b7ad58357e105
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit c1bc6ac41e9ea98a37c108a87859c1c113bc9964)
|
|
* Update docs/submodules/armband from branch 'stable/fraser'
- [p/openstack.nova] force creation of pty on aarch64
Allow nova to create a pty device for aarch64VM
JIRA: ARMBAND-352
Change-Id: I7d481957342a0dfb5be38a01b3d755862321cfa7
Signed-off-by: Charalampos Kominos <charalampos.kominos@enea.com>
(cherry picked from commit 093f2b7684c86979dfa6f5f36f28689ca9b3e552)
|
|
* Update docs/submodules/armband from branch 'stable/fraser'
- u/fuel: Bump & rebase for vlan parametrization
Change-Id: If8b154835b4ac18117108c6a0070a65f6db3e011
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
(cherry picked from commit 5491081be01a3ec9cedc5a8f57a07510ef951a3f)
|
|
* Update docs/submodules/functest from branch 'stable/fraser'
- Bypass NoneType errors when creating router in rally
It converts private subnet name to str as it's mandary till [1].
It could be reverted as soon as [2] is merged in snaps.
[1] https://gerrit.opnfv.org/gerrit/#/c/56091/
[2] https://gerrit.opnfv.org/gerrit/#/c/56171/
Change-Id: Ia728415207f8ecb5b5ac55982f82337c45671c4c
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit f0870e3735324941f5bd77243f36f9214cd531ac)
|
|
* Update docs/submodules/bottlenecks from branch 'stable/fraser'
- bug-fix: image for VMs is wrongly referenced
This patch is to fix the url of yardstick image for bottlenecks
Change-Id: I7fca672e0a7b8976923162a12a8a752cec320fcb
Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
(cherry picked from commit 73bd5d30fb9d5ee3bc01d78b431282332a53b44d)
|
|
* Update docs/submodules/functest from branch 'stable/fraser'
- Bypass NoneType errors when creating router
It converts private subnet name to str as it's mandary till [1].
It could be reverted as soon as [2] is merged in snaps.
[1] https://gerrit.opnfv.org/gerrit/#/c/56091/
[2] https://gerrit.opnfv.org/gerrit/#/c/56171/
Change-Id: I849944fa9d4d2be21fe1a37b76c4cfd231b6d56f
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
* Update docs/submodules/functest from branch 'stable/fraser'
- Add timeouts in juju_epc
juju_epc still hangs if OpenStack isn't well deployed [1].
As releng doesn't publish logs if the job is aborted, timeout has to
be added mostly everywhere.
[1] https://build.opnfv.org/ci/view/functest/job/functest-apex-baremetal-daily-fraser/31/console
Change-Id: I0296cd811bda0234aab98f184b3ab247a5b32017
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 6279d9372d0a1827bb14e365cd02e9888941315d)
|
|
* Update docs/submodules/releng from branch 'master'
- Cleanup Archived projects
Removing archived projects from jjb
These project dont need any jobs associated with them
escalator
fastpathmetrics
inspector
lsoapi
movie
multisite
octopus
openretriever
prediction
Change-Id: Ibbe49e54ed326f502157c7892022b7a62173b72d
Signed-off-by: agardner <agardner@linuxfoundation.org>
|
|
* Update docs/submodules/yardstick from branch 'stable/fraser'
- disable NSB (DPDK) image load for ARM
we skip the building now but we also need to skip the image loading
JIRA: YARDSTICK-1124
Change-Id: I27c40d6319e74374282203132cfc2c7ebff9b094
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
(cherry picked from commit 15cec319ab06f161c239ead78da9ecdf1673b7ce)
|
|
* Update docs/submodules/yardstick from branch 'stable/fraser'
- disable DPDK images for ARM
We are trying to compile DPDK for the os-nosdn-ovs-ha scenario because we added TC042 "Measure network latency using testpmd and pktgen-dpdk".
However it looks like TC042 is only enabled for compass in opnfv_os-nosdn-kvm_ovs_dpdk-ha
https://gerrit.opnfv.org/gerrit/#/c/54659/1/tests/opnfv/test_suites/opnfv_os-nosdn-kvm_ovs_dpdk-ha_daily.yaml
-
file_name: opnfv_yardstick_tc042.yaml
constraint:
installer: compass
pod: huawei-pod1
We don't actually need TC042 and DPDK or os-nosdn-ovs-ha.
But in order to run TC042 we have to know beforehand that we are going to use DPDK, so we have a conditional in the load_images.sh script that tries to guess when we will need a DPDK image.
The conditional only checks for *[_-]ovs[_-]*
if [[ $DEPLOY_SCENARIO == *[_-]ovs[_-]* ]]; then
ansible-playbook \
-e img_property="nsb" \
-e YARD_IMG_ARCH=${YARD_IMG_ARCH} \
-vvv -i inventory.ini build_yardstick_image.yml
if [ ! -f "${QCOW_NSB_IMAGE}" ]; then
echo "Failed building QCOW NSB image"
exit 1
fi
fi
For this release we won't be able to get DPDK images to compile on ARM, we should fix this conditional and not try to compile.
Also change the shell glob to match *[_-]ovs_dpdk[_-]* to only enable DPDK
images for ovs_dpdk scenarios
JIRA: YARDSTICK-1124
Change-Id: I03142e6b8aa00dc9cdf9b446868fb723cd10198b
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
(cherry picked from commit 50154694f8dc37726d456cfb8efddc6d3e126dbd)
|
|
* Update docs/submodules/snaps from branch 'stable/fraser'
- Fixed bug with regards to subnet lookups.
Neutron returns all subnets regardless of visibility which cause problems
within routers if there is another subnet with the same name attached to
a different network.
JIRA: SNAPS-304
In addition, this patch contains two other minor fixes.
launch_utils.py - raise an exception when the creator is not properly instantiated
network.py - allow fixed IPs to be none.
Change-Id: Ib343074d925be4592a713727a03d5b531890eada
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
|
|
* Update docs/submodules/functest from branch 'stable/fraser'
- Merge "Update configguide" into stable/fraser
- Update configguide
JIRA: FUNCTEST-959
Change-Id: Id75689154a63b7258d753f26bb5ff01c0b06012e
Signed-off-by: Linda Wang <wangwulin@huawei.com>
(cherry picked from commit e37cf21781d60f498e08683df4ca7b1993c52052)
|
|
* Update docs/submodules/functest from branch 'stable/fraser'
- Merge "Update version in setup.cfg (Fraser)" into stable/fraser
- Update version in setup.cfg (Fraser)
Change-Id: I4a8daeb788e18b0507f92b2e145e08614afc1b5a
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
* Update docs/submodules/functest from branch 'stable/fraser'
- Merge "Last Release updates before tag (Fraser)" into stable/fraser
- Last Release updates before tag (Fraser)
Change-Id: Id56f6b6bd6d35ce8edc006eb8824bcee67a3ca9a
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
* Update docs/submodules/functest from branch 'stable/fraser'
- Merge "Update test results in userguide" into stable/fraser
- Update test results in userguide
JIRA: FUNCTEST-958
Change-Id: I45fcdac6c645e52db9d664b7bd96319bbac49a63
Signed-off-by: Linda Wang <wangwulin@huawei.com>
(cherry picked from commit 4b18074ae39972ec9674e4d80d8392f06e6df61a)
|
|
* Update docs/submodules/functest from branch 'stable/fraser'
- Merge "Add Kubernetes test details to functest userguide" into stable/fraser
- Add Kubernetes test details to functest userguide
Change-Id: I032bfe5f079c185d6217800b4a4d16e94c29b05c
Signed-off-by: Konrad Djimeli <konraddjimeli@gmail.com>
(cherry picked from commit cf04ef760710de425afef62d2584d7fb5a908d33)
|
|
* Update docs/submodules/functest from branch 'stable/fraser'
- Add Kubernetes test results to functest userguide
Change-Id: I8b9d7a449ea3b123993c6619b368a4afb0dd2e3e
Signed-off-by: Konrad Djimeli <konraddjimeli@gmail.com>
(cherry picked from commit f0b362607b73f03d7ceef4e358920a5186b2c780)
|
|
* Update docs/submodules/functest from branch 'stable/fraser'
- Fix image paths in cloudify_ims_perf.yaml
Change-Id: If58b5f2021df8a0de672a30459b5b0b12f3fcef2
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 4c140b0cc3f484ce441e0f24a6a3a8c906d4cc59)
|
|
* Update docs/submodules/functest from branch 'stable/fraser'
- Set fraser as branch in cloudify_vrouter repos
Change-Id: I1338c07f7eab398723b5e7599cf94b032d014cdd
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
* Update docs/submodules/functest from branch 'stable/fraser'
- Download fraser.zip instead of master.zip (cloudify_ims)
Change-Id: I6a5ebb27f445b816cf449f8b9db60e70278b338f
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
* Update docs/submodules/functest from branch 'stable/fraser'
- Take the new Abot charm branch into account
Change-Id: I0cc1ea6b9bed335b4f0cc740f37fe399dc89146b
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "pass value to parameters"
- pass value to parameters
Change-Id: Ia1130cbdd7fc11127b54d2f8d5ff952f5e293ac0
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
|
|
* Update docs/submodules/samplevnf from branch 'stable/fraser'
- Fix link speed when link is down at startup.
When link is down at startup, the link_speed returned by DPDK
is 0. This results in un-optimized latency estimates in gen and lat.
With this fix, lat and gen do nothing until link_speed is
properly initialized, and use the right link speed in the fast path.
Change-Id: Id2d14b6966ccfac7cc78db3c5a74e704b42edae7
Signed-off-by: Xavier Simonart <xavier.simonart@intel.com>
- Support async operation in handle_esp
Change-Id: Ibee77e31c0eb7a0e14e7aa0df092a278dfe75d6b
Signed-off-by: Xavier Simonart <xavier.simonart@intel.com>
- Add support for reception of jumbo frames
Jumbo frames are now supported through the addition of a "mtu"
parameter of the port in the config file.
Setting the mtu to a value higher than 1500 bytes will enable
the reception of jumbo frames.
In addition, the rte_eth_dev_set_mtu is now set for all pmds.
Finally, setting mbuf_size does not set MEMPOOL_F_NO_SPREAD
anymore. This option was only used for pure debugging.
Big packets can be received using two ways
- Using multiple "small" mbufs, i.e. around 2K. This is the default.
- Using one big mbuf holding the whole packet. This can be enabled
by setting a parameter mbuf_size in the receiving core configuration
Change-Id: Idd60ad31f41c89f9522dff4d894af2696b7a2ea1
Signed-off-by: Xavier Simonart <xavier.simonart@intel.com>
- Added missing file: rapidVMs.vms
This file describes flavors, flavor meta data and boot info.
All this info can be defined in the [Default] section and will then be
used by to create all VMs. This data can also be specified in individual
VM sections to overule the deault values per VM.
Change-Id: I9d59208360eacec2790e5c467d7afcbeba301251
Signed-off-by: Luc Provoost <luc.provoost@intel.com>
- Add support for multiple GEN tasks running on the same core
resolve memory allocation issue
Change-Id: I90bbf711a6a7a4869e5024c061470d9779839a60
Signed-off-by: Igor Shaula <igor.shaula@intel.com>
- Add support for crypto on multiple cores
* Experimental, for dpdk-stable-17.05.2
* New improved ESP decapsulation function
Change-Id: If4862dacb3fcf53e21eb5932a195664f80c7c192
Signed-off-by: Igor Shaula <igor.shaula@intel.com>
|
|
* Update docs/submodules/snaps from branch 'stable/fraser'
- Adding assertion message to test validation.
Change-Id: I609d09ed8b4f75baeb1ad5454c9ddde9e996a3fe
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
|
|
* Update docs/submodules/storperf from branch 'stable/fraser'
- Update release notes
Change-Id: Ifc4742dd43a267e6319f5c5a9eb66ed7de49aaa4
Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
(cherry picked from commit 64c8b3b561ccac6159241cd0485a3259887c6bb0)
|
|
* Update docs/submodules/functest from branch 'stable/fraser'
- Use timeout to wrap juju-wait
It allows getting logs as releng doesn't push them if global timeout.
Change-Id: I4bbb3818feff37d29b4ccd586f3e940380feef2e
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 251024b29199ecee86661b8850751d982b7c5797)
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Report Armband Deployments to Testapi Dashboard"
- Report Armband Deployments to Testapi Dashboard
Using these macros for deployment jobs will report the deployment
results of Armband Fuel to the testresults database[1].
[1] http://testresults.opnfv.org/test/#/deployresults
Change-Id: I78b84dcae04af6199b7fa090bbcaa87050e91c5f
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
|
|
* Update docs/submodules/pharos from branch 'stable/fraser'
- [fuel] Parameterize tenant VLAN ranges
- IDF: convert all tenant VLANs to ranges;
- IA: convert 'M-N' to 'M:N' for `opnfv_net_tenant_vlan`;
Change-Id: Ic9211235281c81ba082d10806651c35116ba4c35
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit c7034503e2bb8da20f2b5c678719c7c7fbe6e61f)
|
|
* Update docs/submodules/apex from branch 'stable/fraser'
- Merge "Fix nosdn fdio scenario" into stable/fraser
- Fix nosdn fdio scenario
- Update networking-vpp to use master branch
- Update THT vpp ml2 environment file with correct parameters
- Update external network creation command to use 'externa' as
provider network name.
- Remove vpp network settings file as it's not used
apex-tripleo-heat-templates: Ia25db8456f1ad6beb96c7b9b5f318b166ef4576a
apex-puppet-tripleo: I231054a433eb7e598a6e24f6eaea02d476e776de
Change-Id: I4a1f68c75ae3b7d2a5b347d05abf0d025e8b116b
Signed-off-by: Feng Pan <fpan@redhat.com>
(cherry picked from commit 5acf4e708c68147ef20c67f8d4648e6027c1e20d)
|
|
* Update docs/submodules/yardstick from branch 'stable/fraser'
- remove apex lake tc007 from test suites
fixes opnfv_os-nosdn-fdio-noha_daily.yaml failures due
to missing testcase
Change-Id: I5f050d72334da46b94de5fa3662047bf694f7e3e
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
(cherry picked from commit 01ef85fc8234c8ddeaae65eceaf5bbb9545b9e98)
|
|
* Update docs/submodules/apex from branch 'stable/fraser'
- Fixes OVN scenario
The OVN scenario would not deploy due to failures in trying to upgrades
to OVS 2.8 from OVS 2.7
JIRA: APEX-594.
Change-Id: Id84e488da8d2335f2240930c68119d0e2f6faf9c
Signed-off-by: Tim Rozet <trozet@redhat.com>
(cherry picked from commit ee70c386a8560303693082f449543ad36f0f2f9c)
|