Age | Commit message (Collapse) | Author | Files | Lines |
|
* Update docs/submodules/releng from branch 'master'
- Merge "Fix docker run command for functest on fuel installer"
- Fix docker run command for functest on fuel installer
Fix docker error because of environment variable IMAGE_PROPERTIES
for fuel installer in functest
Change-Id: I916f965f8432216104b767e5aa62dc93a8f6ce72
Signed-off-by: Delia Popescu <delia.popescu@enea.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Apex: Fix building for gambia
The logic should have been checking for stable/fraser and didn't account
for newer branches other than master.
Change-Id: I1164ce57338ba1734aa68c98bfe22a8a5f4209ac
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "[XCI] Add inventory to run prepare-tests.yml"
- [XCI] Add inventory to run prepare-tests.yml
To pass functest healthcheck test in odl scenarios, some odl variables
must be fetched. To do so, we require to know where opendaylight is
deployed and that we can know using the dynamic_inventory.py file in OSA
This is needed for this patch:
https://gerrit.opnfv.org/gerrit/#/c/63175/
Change-Id: I04643ce93078bad53838e4d4e611f7684d4bd314
Signed-off-by: Manuel Buil <mbuil@suse.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Correct the scenario error in container4nfv"
- Correct the scenario error in container4nfv
Correct the scenario error in container4nfv for
functest-k8s.
Change-Id: I7a24508ae35c44baa22f1fab8b1a72388dedf0b0
Signed-off-by: Jingzhao Ni <jingzhao.ni@arm.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Add image extra properties for fuel installer in functest test"
- Add image extra properties for fuel installer in functest test
With using scsi volume device type, additional image
extra_properties are needed.
Set environment variable IMAGE_PROPERTIES when installer is fuel for
functest test run.
Related to:
https://gerrit.opnfv.org/gerrit/#/c/61913/
https://gerrit.opnfv.org/gerrit/#/c/63225/
Change-Id: If35aa282abaf5dab1a5bacc2f26fe89292b09605
Signed-off-by: Delia Popescu <delia.popescu@enea.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "[barometer] Add stable/gambia branch"
- [barometer] Add stable/gambia branch
Change-Id: Icc8c518bda5240d814be9110b5d09b19c5868078
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Stable/gambia branch creation for SDNVPN project
Change-Id: Iaf668d3f496f7a5343e10e59ff2b7f9073c52f28
Signed-off-by: dimitris.tsiolakis <dmts@intracom-telecom.com>
|
|
* Update docs/submodules/functest from branch 'stable/fraser'
- Read thirdparty-requirements.txt if py3
It fixes the current build issues due to unsynced doctor [1].
[1] https://build.opnfv.org/ci/job/functest-features-docker-build-arm64-master/455/console
Change-Id: Iad8b667e2615dcd976cd8120e4204665134922b7
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 01509097c7447ee70d61f7e97d7947b127425eac)
|
|
* Update docs/submodules/sdnvpn from branch 'stable/fraser'
- Fix run_tempest testcase
JIRA: SDNVPN-221
This patch makes run_tempest testcase functional again. Due to
changes to functest codebase this tescase was failing due to an
exception when trying to get verifier id, because no verifier is
created from functest, as it used to happen before.
Change-Id: Ia31e913b81672215f607055765cac368b8ad5412
Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
(cherry picked from commit b36f480f90b9c4a930d584e72534d18bb306d6b4)
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Add Gambia stream for noop jobs"
- Add Gambia stream for noop jobs
Change-Id: Icb84e4860021f5aa24de0d68542863da7fee4aff
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge changes from topic 'yardstick-docker-gambia'
* changes:
Enable yardstick-docker-build-arm-push-gambia job
Make Gambia stream available to ARM Docker builds
Enable yardstick-docker-build-push-gambia job
- Enable yardstick-docker-build-arm-push-gambia job
Similar to https://gerrit.opnfv.org/gerrit/63177 (done for x86_64).
It replaces the yardstick-docker-build-arm-push-fraser job, for the
same reasons.
Depends on https://gerrit.opnfv.org/gerrit/63179
Change-Id: I482bc05d4c6d1316bfde799a44360decacb60a5e
Signed-off-by: Patrice Buriez <patrice.buriez@intel.com>
- Make Gambia stream available to ARM Docker builds
Similar to https://gerrit.opnfv.org/gerrit/63047 (done for x86_64).
Change-Id: Ie61a11c60ce0fd7c724f308ecfdcca982ebdf3ec
Signed-off-by: Patrice Buriez <patrice.buriez@intel.com>
- Enable yardstick-docker-build-push-gambia job
It replaces the yardstick-docker-build-push-fraser job, because the
logic in jjb/releng/opnfv-docker.sh L106-L119 has limited options for
docker image tags:
- 'latest', for git commits on master branch
- tag-name, for git tags
- 'stable' otherwise, i.e. for git commits on *any* stable branch.
This means we can have only one (stable) job building and pushing
docker images, in order to prevent the 'stable'-tagged image from
switching between fraser and gambia contents, depending on the stable
branch where the most recent change was cherry-picked and committed.
Unfortunately, disabling the yardstick-docker-build-push-fraser job
also means that further git tags on the stable/fraser branch will not
result anymore in building and pushing new docker images with the
intended tag-name and contents.
Change-Id: Ieec1cdc6230e4c000c159cd743c587561c788fc3
Signed-off-by: Patrice Buriez <patrice.buriez@intel.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Configure functest daily gambia jobs for fuel installer"
- Configure functest daily gambia jobs for fuel installer
Add fuel CI PODs and armband CI PODs for gambia stream
in functest-daily jobs
Change-Id: I5d3405a8c8d19dd472738fdddb03fe09bc61df2e
Signed-off-by: Delia Popescu <delia.popescu@enea.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "RTD Builds for OVN4NFV"
- RTD Builds for OVN4NFV
This adds verify and merge jobs for building and publishing the OVN4NFV
documentation to ReadTheDocs (RTD).
Change-Id: Ifb97b3978150d923ef4728e7423b2c02d44978e4
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Make the Gambia stream available to Docker builds"
- Make the Gambia stream available to Docker builds
Change-Id: Iac803fe18e6c1fcfcefb61dfb7ea03cbed5a51d1
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Remove LaaS Container build for RabbitMQ"
- Remove LaaS Container build for RabbitMQ
LaaS is using the upstream rabbitmq container now, so there is no need
for this build.
Change-Id: I08d2dc07eb6cd9cc732b25fd6dee2f342117d857
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|
|
* Update docs/submodules/releng from branch 'master'
- Create Gambia Jobs for Yardstick 2/2
Add Gambia jobs for Yardstick daily.
Keep fraser jobs until Gambia 7.0.0 is released.
For fraser-tied PODs, use docker image tag 'ovp-2.0.0'.
Change-Id: I6dca72807db1caf9adfc5ce5949c50ad70af5361
Signed-off-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org>
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
Signed-off-by: Patrice Buriez <patrice.buriez@intel.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Create Gambia Jobs for Yardstick 1/2
Add Gambia jobs for Yardstick gate:
- yardstick-verify-gambia
- yardstick-merge-gambia
Keep fraser jobs until Gambia 7.0.0 is released.
Gambia jobs for Yardstick daily will be added in next patch.
Change-Id: Id02bcb8197dd1f6d0b8f5baddef684a97e269a14
Signed-off-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org>
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
Signed-off-by: Patrice Buriez <patrice.buriez@intel.com>
|
|
* Update docs/submodules/releng from branch 'master'
- CPERF: Disable CSIT IPv6 suite
This suite is failing with disconnects for the SSH connection to the
overcloud controller. Disabling it for now until we can figure out what
the problem is. Only happens in this suite:
https://build.opnfv.org/ci/job/cperf-apex-csit-master/104/consoleFull
Change-Id: I15eda3009f181c190bcef6e51b00d22070d9e444
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
* Update docs/submodules/releng from branch 'master'
- CPERF: Move L3VPN ipv6 CSIT suite to be first
Pulling an older version of CSIT had no effect, so reverting that
change. Move L3VPN IPv6 CSIT suite to be first, to rule out a timing
issues along the suites, and determine if the problem with the socket
error is specifically somethign to do with this suite.
Change-Id: If523c6102283d00ae0deb1e96e3f89455be7472a
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Fix broken L3VPN tests
L3VPN IPv6 tests fail consistently. This patch checks out a version of
CSIT right before an update was done to all the L3VPN test. This patch
will be used to validate if the bug was introduced by that commit, and
reverted either way.
Change-Id: I2998cc7cfae183048e5ff1d06fd6bcdf16dd8e41
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
* Update docs/submodules/releng from branch 'master'
- [opnfvdocs] verify: Relax changed files pattern
Some changes alter the docs yet still don't trigger the verify job
due to the pattern being too restrictive.
Change-Id: I775bfdce5e31a4334d21da10ff3072268b2b6155
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
|
|
* Update docs/submodules/dovetail from branch 'stable/fraser'
- Delete the invalid url which causes jenkins-ci failed
For Functest, it uses Shade instead of openstack python client.
Remove the link of openstack python client and replace with shade.
Change-Id: I5660ecdc243468a1da7854cde3a98ce424dbffe4
Signed-off-by: xudan <xudan16@huawei.com>
(cherry picked from commit dcd16973180f55be907c79f074040b498c3088b9)
|
|
* Update docs/submodules/dovetail from branch 'stable/fraser'
- Bugfix: There is an exception when crawling Yardstick results
If there is no pod.yaml, the results data looks like,
{"status": 2, "result": "[Errno 2] No such file or directory: u'/home/opnfv/userconfig/pre_config/pod.yaml'"}
It will get an exception when reading value from file,
File "/usr/local/lib/python2.7/dist-packages/dovetail/report.py", line 327, in crawl_from_file
criteria = data['result']['criteria']
TypeError: string indices must be integers
https://build.opnfv.org/ci/view/dovetail/job/dovetail-apex-baremetal-default-mandatory-master/52/console
Change-Id: I73ca3e5ae73433a2dc139789df4d67e8c583be08
Signed-off-by: xudan <xudan16@huawei.com>
(cherry picked from commit 76947950b0196367768068ae31f85ca175b672fb)
|
|
* Update docs/submodules/releng from branch 'master'
- Use Dovetail ovp-2.0.0 docker image for fraser jobs
Change-Id: Ied4eb884b9e61a43d21a87f9cf645b89d043d3a6
Signed-off-by: xudan <xudan16@huawei.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Apex: Add ovn scenarios
Includes a minor fix to ipv6 rocky scenario.
Change-Id: I55440dff2fcf7674d4a9c86d9dcb131c226e68ea
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Create Stable Branch Jobs for sfc"
- Create Stable Branch Jobs for sfc
Change-Id: Idea9af88bd02f647addec9142e0384dc6cf2029a
Signed-off-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org>
|
|
* Update docs/submodules/releng from branch 'master'
- Apex: Fixes branch checking
With the move to upstream artifacts post-fraser the checks to use
upstream artifacts were relying on BRANCH == 'master'. This doesn't
scale as we preserve fraser functionality but add more branches like
gambia. Therefore inversing the logic to accomodate for new branches.
Change-Id: Ice17f6afd33744f44d253d320a194c3f6d02d8bf
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Apex: Add Gambia jobs and prepare for rocky"
- Apex: Add Gambia jobs and prepare for rocky
Adds Gambia daily/verify jobs and prepares to migrate master queens
scenarios to rocky scenarios.
Change-Id: I7bfe6202e00fd62c1e668f3a6f9b481b9fbca99d
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Add docs build jobs for stor4nfv"
- Add docs build jobs for stor4nfv
Change-Id: I432061b472c22dfd65821f8aeaf9c0c5671f3759
Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>
|
|
* Update docs/submodules/releng from branch 'master'
- [fuel, armband] Switch CI jobs to gambia
- keep fraser jobs for Dovetail, schedule 4 CI runs / week / arch;
- stop running Functest/Yardstick for fraser to cut down CI time;
- reschedule master/gambia triggers to ensure an uniform CI POD
allocation across the week;
- enable gambia triggers;
Change-Id: I2a66628ff3525cc9cbd4ffbb4b790633257b6cba
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Apex: Branch for gambia"
- Apex: Branch for gambia
Change-Id: I4280286aac855f3fcab5a72aa82e6f8087bbb63e
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "modules.opnfv: fuel adapter: Switch to MCP"
- modules.opnfv: fuel adapter: Switch to MCP
The current codebase was intended for Fuel@OPNFV up to and including
the Danube release (based on Fuel@Openstack).
Starting with the Euphrates release, Fuel@OPNFV is based on Mirantis
Cloud Platform (MCP), so the Fuel adapter in modules.opnfv needs a
rework to accomodate the new platform:
- remove unused obsolete code in opnfv.utils;
- switch to key-based SSH auth instead of password-based;
- drop proxy-ing SSH to cluster nodes via installer node, instead
SSH directly via PXE/admin network;
Notes:
- MaaS node (when present) is marked with 'installer' role to prevent
ovs-vsctl queries on it;
- gtw01 node (when present) is not marked with any role yet;
JIRA: FUEL-394
Change-Id: If2b7744b950cd502df8eaca0137c9f845a9d077d
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "[fuel] Schedule odl-sfc-noha scenario"
- [fuel] Schedule odl-sfc-noha scenario
Change-Id: Ic1430742e98dd0e98ea3456c636a910c22a90e88
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Increase functest job timeout"
- Increase functest job timeout
Functest job timeout is not enough
Functest jobs are aborted after 480 min
Change-Id: I74dfe12b08e322aad53e10d5808b5b739b8d9ce2
Signed-off-by: Delia Popescu <delia.popescu@enea.com>
|
|
* Update docs/submodules/releng from branch 'master'
- [fuel] build, deploy: Run as regular user
Change-Id: I70f8e7c9372e22e6f3e357b48a0a49f44a4d9078
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
|
|
* Update docs/submodules/fuel from branch 'stable/fraser'
- [ovn] Disable metadata agent
OVN metadata agent is unsupported for pike.
Change-Id: Id4781df6cdb7100567ac96500f988094c1699698
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Pharos Dashboard Container Builds"
- Pharos Dashboard Container Builds
Adds jobs for building the following LaaS containers:
- opnfv/pharos-tools-laas-dashboard
- opnfv/pharos-tools-laas-celery
- opnfv/pharos-tools-laas-mq
Having these containers built seperately from docker-compose decouples
the build and deployment phases for the dashboard.
Change-Id: I919066f5defd02fe1bbf96cfdf8ec2a6b3d8757d
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "[docs] Limit git submodule recurse to depth 1"
- [docs] Limit git submodule recurse to depth 1
Some projects (e.g. Fuel, Armband) embed their own git submodules,
which are picked up by Sphinx during RTD verify job, leading to a lot
of issues (e.g. duplicate labels since Armband includes Fuel as a git
submodule of its own).
Change-Id: I771f7c95334fc25c82cc8b14ee2064b043d9e321
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
|
|
* Update docs/submodules/releng from branch 'master'
- openci: Run jobs on xci slaves
Change-Id: I58fc2c56d32c04f2c96136ed69335b5c64771e05
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
|
|
* Update docs/submodules/functest from branch 'stable/fraser'
- Update juju agents
It conforms with last juju update.
Change-Id: I4941aac66e5ac96045090f10f197f6ee2712caac
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 1ab7a53dab08a6f67ff2cf54f33b70dea0e82bfb)
- Update Juju to 2.3.9
It should fix the key bug about subnet discovery.
Now juju_epc may run in parallel of rally testcases.
Change-Id: I04c1fcf2a18b461e5809d436846aa52c4b2660c8
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit a51d42200d94643314ece1a833181a7193ce2265)
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Fix Functest return values"
- Fix Functest return values
The current impl doesn't exit as expected when running both tiers and
testcases [1][2].
[1] https://build.opnfv.org/ci/view/functest/job/functest-apex-baremetal-daily-master/324/console
[2] https://build.opnfv.org/ci/view/functest/job/functest-apex-baremetal-daily-fraser/284/console
Change-Id: I934c3f54313522011ed87ebebe77fbb285b8ab49
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Add scenario parameter for functest-k8s in container4nfv Proj"
- Add scenario parameter for functest-k8s in container4nfv Proj
Add a scenario parameter for functest-k8s in container4nfv
project.
Change-Id: I1465ed268c7f5015616076cd8efc923fd833c623
Signed-off-by: Jingzhao Ni <jingzhao.ni@arm.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "container4nfv: adjust arm job timeout"
- container4nfv: adjust arm job timeout
Our virtual node is kind of slow in handling all triggered tasks.
Change-Id: I1b4616561aaaabfe96ef77b4a649a16e888d18c0
Signed-off-by: Yibo Cai <yibo.cai@arm.com>
|
|
* Update docs/submodules/dovetail from branch 'stable/fraser'
- Update link to participation form
Change-Id: Ice4ac73f8ea7253e5ad510796486afa129f26699
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
(cherry picked from commit 3f842d1ae584959ec9a28c3a4bb6a9161af0fc49)
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Fill stable branch details"
- Fill stable branch details
Change-Id: I135189c6fa8fbf01f67f37547ca120779c08fbc9
Signed-off-by: Manuel Buil <mbuil@suse.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Create stable/gambia branch for Auto project"
- Create stable/gambia branch for Auto project
Change-Id: Ic5e0a004422264fb91f27b1d1152518ef7b159b3
Signed-off-by: Martin Klozik <martin.klozik@tieto.com>
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Create stable/gambia Branch for Compass4nfv repos"
- Create stable/gambia Branch for Compass4nfv repos
Change-Id: I97e1f9d0909f72c13b2fb8f80bfe10f34c054d11
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Gambia Stable Branch for IPv6"
- Gambia Stable Branch for IPv6
Change-Id: Ife7a1fe2feddc54b980e702733d829998f9e02e3
Signed-off-by: BIN HU <bh526r@att.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Doctor stable/gambia and opnfv-7.0.0"
- Doctor stable/gambia and opnfv-7.0.0
Doctor Gambia release
Change-Id: Idf90b116d3e697947b3e9a60163243bff79cf181
Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "[samplevnf] Add stable/gambia branch"
- [samplevnf] Add stable/gambia branch
Change-Id: I3f3b0b150defb12553740f0d4c3ec111fceb7a5b
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
|