Age | Commit message (Collapse) | Author | Files | Lines |
|
* Update docs/submodules/releng from branch 'master'
- Merge "[Functest] Exclude vnf tests for virtual deployments"
- [Functest] Exclude vnf tests for virtual deployments
VNF test cases take long time when executed in
virtual deployments, mainly due to the resources
assigned to the virtual hosts.
Change-Id: Id0591e6217515b04fe163488a89667ac66c06cdd
Signed-off-by: JoseLausuch <lausso@Joses-iMac.local>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Disable fuel/mcp ci jobs on zte-pod3"
- Disable fuel/mcp ci jobs on zte-pod3
The ci jobs on zte-pod3 failed many days.
Disable the mcp ci jobs on it.
And the pod will be used for another installer.
Change-Id: Id8eab7424db6dc0eac97fa0d85c93f2ef98442e3
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Apply docker config adaptations to alpines"
- Apply docker config adaptations to alpines
regression reported by barometer project
1) --privileged=true no more set in docker run
2) wrong INSTALLER_IP -e INSTALLER_IP=192.168.122.169
3) ssh_key no more mounted -v /root/.ssh/id_rsa:/root/.ssh/id_rsa
Change-Id: Iccda9d57b7ea4c346ff26e9b2f74320bfe7eec95
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "add k8s scenario to compass4nfv"
- add k8s scenario to compass4nfv
Change-Id: Ie146c6da6d554c5e5285c73c52beae9f4043eff1
Signed-off-by: wutianwei <wutianwei1@huawei.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "bug-fix: delete directory created by root for workspace cleanup"
- bug-fix: delete directory created by root for workspace cleanup
JIRA: RELENG-311
RT
Change-Id: Id6c5306ef02a3c02c270ef0e548c41dde6d1b8b4
Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Apex: Converts clean to use python
Change-Id: I2b7ee35500da4523a6cb872f89225fad6dd8af7f
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
* Update docs/submodules/releng from branch 'master'
- opnfv-docker-arm: Use new dockerdir variable
Previous changes defined the default value and overrides for
'dockerdir' jjb variable, but did not actually set it as the
default for DOCKER_DIR.
Change-Id: Id73aa60e786b4d4dafbcd18ce2fd926720f9d634
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "opnfv-docker-arm: storperf: Fix docker repo name"
- opnfv-docker-arm: storperf: Fix docker repo name
Storperf job definitions define an override for docker_repo_name,
so use that in setting the default for DOCKER_REPO_NAME param.
Change-Id: I772088437cd2d6d383ec2f0f44a202b01d95ff59
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "yardstick-cleanup.sh: try to fix docker rmi failure"
- yardstick-cleanup.sh: try to fix docker rmi failure
apex builds seem to be failing to remove the yardstick
containers
https://build.opnfv.org/ci/job/yardstick-apex-baremetal-daily-master/400/console
[yardstick-apex-baremetal-daily-master] $ /bin/bash /tmp/hudson8974425724638109512.sh
Cleaning up docker containers/images...
Docker images to remove:
REPOSITORY TAG IMAGE ID CREATED SIZE
opnfv/yardstick latest 5b83d8e60fb7 6 days ago 1.84GB
Removing docker image opnfv/yardstick:latest...
Error response from daemon: No such image: opnfv/yardstick:latest
Build step 'Execute shell' marked build as failure
For some reason we can't remove the yardstick container.
Try instead to remove based on ID
Replace grep | awk with just awk.
Also fixed shellcheck warnings:
In jjb/yardstick/yardstick-cleanup.sh line 6:
if [[ -n ${dangling_images} ]]; then
^-- SC2128: Expanding an array without an index only gives the first element.
In jjb/yardstick/yardstick-cleanup.sh line 10:
containers=$(docker ps -a | grep $image_id | awk '{print $1}')
^-- SC2086: Double quote to prevent globbing and word splitting.
In jjb/yardstick/yardstick-cleanup.sh line 12:
docker rm -f $containers >${redirect}
^-- SC2086: Double quote to prevent globbing and word splitting.
In jjb/yardstick/yardstick-cleanup.sh line 14:
docker rmi $image_id >${redirect}
^-- SC2086: Double quote to prevent globbing and word splitting.
In jjb/yardstick/yardstick-cleanup.sh line 20:
if [[ ! -z $(docker ps -a | grep opnfv/yardstick) ]]; then
^-- SC2143: Use ! grep -q instead of comparing output with [ -z .. ].
In jjb/yardstick/yardstick-cleanup.sh line 27:
if [[ ! -z $(docker images | grep opnfv/yardstick) ]]; then
^-- SC2143: Use ! grep -q instead of comparing output with [ -z .. ].
In jjb/yardstick/yardstick-cleanup.sh line 33:
docker rmi opnfv/yardstick:$tag >$redirect
^-- SC2086: Double quote to prevent globbing and word splitting.
Change-Id: I6545ac7f568161e5620e31d487faf70fa21da075
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
|
|
* Update docs/submodules/releng from branch 'master'
- opnfv-docker.sh: Fix unbound ARCH_TAG
Jenkins does not set ARCH_TAG to an empty string; instead it does
not set that variable at all when the input is empty.
Fix this by providing a default empty string in the script.
Change-Id: Iec4c38068b1ab3e8dd124f49b36759eedb084f4a
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "[fuel] Handle os cacert for alpine as well"
- [fuel] Handle os cacert for alpine as well
Change-Id: Ie7e8228dc4316a70c8cd800415108180148f5f31
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Don't test dovetail with os-onos-nofeature-ha scenario"
- Don't test dovetail with os-onos-nofeature-ha scenario
Compass will not release os-onos-nofeature-ha scenario in its E release.
Dovetail will not test against this scenario anymore.
JIRA: DOVETAIL-502
Change-Id: Ifeefc0fdbe610808d349be971f597ad10ea5ceca
Signed-off-by: xudan <xudan16@huawei.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Add danube scenario "os-odl_l2-bgpvpn-ha" in fuel pod zte-pod1"
- Add danube scenario "os-odl_l2-bgpvpn-ha" in fuel pod zte-pod1
JIRA: DOVETAIL-500
Change-Id: Iab4af16ecb31b183a375d03a9fc6066e00ecaec1
Signed-off-by: xudan <xudan16@huawei.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Bugfix: Add job-template to jobs"
- Bugfix: Add job-template to jobs
The last patch to add apex danube jobs on huawei-pod4 forget to add the
job-template to the jobs list.
Change-Id: I671faa2068bab517adc59ad8597e9c05330d528f
Signed-off-by: xudan <xudan16@huawei.com>
|
|
* Update docs/submodules/releng from branch 'master'
- bug-fix: fix privilege error for removing workspace
JIRA: BOTTLENECK-196
Details refer to: https://build.opnfv.org/ci/view/bottlenecks/
job/bottlenecks-compass-posca_stress_ping-virtual-daily-master/
41/consoleFull
Change-Id: Ia973bab723e2b52a34f4332a5dbcff7c342720d7
Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Bug-fix: Cleanup Workspace after Testing"
- Bug-fix: Cleanup Workspace after Testing
JIRA: BOTTLENECK-196
RT
Change-Id: If98c2cf3636f5f65006f7418851e8d2a63a712fa
Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Apex, Dovetail: run proposed_test against Apex on huawei_pod4"
- Apex, Dovetail: run proposed_test against Apex on huawei_pod4
Run Dovetail proposed_test job against Apex Danube daily on
huawei_pod4.
Change-Id: I14f4f86caa2b1fb2802b5ea154edec47784209cc
Signed-off-by: Peng Liu <pliu@redhat.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Optional Architecture Specific Push
Enables optional argument to specify the architecture to use
when building and pushing the image. If project defines it,
the arch is added to the docker version like so: arch-version.
This matches the tag convention used by multiarch/alpine.
Change-Id: I699c2aba05c55291b5f8c48bcc1daacceae6154b
JIRA: STORPERF-210
Signed-off-by: mbeierl <mark.beierl@dell.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "ericsson-pod1 slave defaults: Custom INSTALLER_IP"
- ericsson-pod1 slave defaults: Custom INSTALLER_IP
ericsson-pod1's jump host already has a static IP assigned to its
pxebr, which collides with the mcpcontrol network default settings
used by Fuel@OPNFV.
Instead of changing the existing network configuration on the jump
host to prevent CIDR collision, use a slightly different CIDR,
which is derived from INSTALLER_IP.
JIRA: FUEL-285
Change-Id: Ibea10b3f6528f3b34bc4ab12c3f9131932f6dc84
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "yardstick: AArch64: Pull from arch-specific repo"
- yardstick: AArch64: Pull from arch-specific repo
AArch64 Docker images for Yardstick reside in
"opnfv/yardstick_aarch64" repo.
Change-Id: Ic2621aabd535bbfcd274650ee590eebed4806efa
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "xci: Make it possible to skip deployment and healthcheck"
- xci: Make it possible to skip deployment and healthcheck
This change adds possibility for patch submitters to skip the full
xci-verify if the change doesn't impact the deployment.
Since the patch will be reviewed by others, reviewers can always
ask the submitter to run it through full xci-verify by changing
the topic and posting reverify or recheck as comment to gerrit
change.
The keyword to put in topic branch is skip-verify.
Change-Id: Ib7be71cadd1e1ddff181936ae77753fbfbf3a1d3
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Add reporting for Functest Alpine in Releng"
- Add reporting for Functest Alpine in Releng
Change-Id: I1e72cb5b7ce9441900a239bb593d89275fe7b675
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Disable mcp ci job on zte-pod1"
- Disable mcp ci job on zte-pod1
Avoid the conflicts between fuel deployment and mcp deployment,
disable mcp ci job on zte-pod1 temporarily.
Change-Id: I9161ae0b5eb2d6a4631e6bb1c7bb22ed340d09af
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Fix Yamllint Violations for jjb/escalator"
- Fix Yamllint Violations for jjb/escalator
JIRA: RELENG-254
Change-Id: I2a4ba4a8a60aaf6f0a9859726abfd8f1b73df82f
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Fix Yamllint Violations for jjb/vswitchperf"
- Fix Yamllint Violations for jjb/vswitchperf
JIRA: RELENG-254
Change-Id: I9713573cb5321d68beb703f26e662b889341f0ac
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Fix Yamllint Violations for jjb/container4nfv"
- Fix Yamllint Violations for jjb/container4nfv
JIRA: RELENG-254
Change-Id: I3c64608d9a185617769a7f9f1488e5cd3fd5cd16
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|
|
* Update docs/submodules/releng from branch 'master'
- xci: Drop parameter ANSIBLE_VERBOSITY from jobs
Instead of setting the verbosity in jobs, they can be set in scripts
to move the setting to where it makes most sense and possibly easing
the work for ansible version adaptations by fixing it in one place.
Change-Id: Ie155b666cf5300a3f57687b3214a65d5d79aeee1
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "barometer: fixed typo in jjb"
- barometer: fixed typo in jjb
Change-Id: Iaec493601d26516012ec62b0daf79d03768c1cad
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Fix Yamllint Violations for jjb/ves"
- Fix Yamllint Violations for jjb/ves
JIRA: RELENG-254
Change-Id: I3e9889a145dc74201a503502fff7d69e844addaf
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Fix Yamllint Violations for jjb/qtip"
- Fix Yamllint Violations for jjb/qtip
JIRA: RELENG-254
Change-Id: I07318b8077d46e5d716f0ac42453ab999e5c76d9
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Fix Yamllint Violations for jjb/promise"
- Fix Yamllint Violations for jjb/promise
JIRA: RELENG-254
Change-Id: Ia936e1ab5840b7f7acbe874bb46ca906369a4121
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Fix Yamllint Violations for jjb/prediction"
- Fix Yamllint Violations for jjb/prediction
JIRA: RELENG-254
Change-Id: Ic58a32e9b60afc09c7f8271cac7ed84e7c7b58ca
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Fix Yamllint Violations for jjb/pharos"
- Fix Yamllint Violations for jjb/pharos
JIRA: RELENG-254
Change-Id: I52fb864bf84bff75a0f5cf9bae522602be2c2d49
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Fix Yamllint Violations for jjb/parser"
- Fix Yamllint Violations for jjb/parser
JIRA: RELENG-254
Change-Id: I7a338c71e24a468a00a2d1cb21b2a6600b698306
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Fix Yamllint Violations for jjb/copper"
- Fix Yamllint Violations for jjb/copper
JIRA: RELENG-254
Change-Id: I48ab499f4f5b70657fa67c9f44ef430fdd1a9e9d
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Fix Yamllint Violations for jjb/ovsnfv"
- Fix Yamllint Violations for jjb/ovsnfv
JIRA: RELENG-254
Change-Id: Ie85c86395669f0d96956f5b24d4f1283ba95a170
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Fix Yamllint Violations for jjb/onosfw"
- Fix Yamllint Violations for jjb/onosfw
JIRA: RELENG-254
Change-Id: I89b7a0498399602c488c0045e7cc4368b5f19f14
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Fix Yamllint Violations for jjb/netready"
- Fix Yamllint Violations for jjb/netready
JIRA: RELENG-254
Change-Id: I348cd559349b73ce9bba44b66c843a1b72ea4ff9
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Fix Yamllint Violations for jjb/moon"
- Fix Yamllint Violations for jjb/moon
JIRA: RELENG-254
Change-Id: If7e19dfdaf3b9d5df79b4d22fd13578d64481cb1
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Fix Yamllint Violations for jjb/models"
- Fix Yamllint Violations for jjb/models
JIRA: RELENG-254
Change-Id: I88147ba688b427a2dba8fed1e634b9c4466a2a88
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Fix Yamllint Violations for jjb/kvmfornfv"
- Fix Yamllint Violations for jjb/kvmfornfv
JIRA: RELENG-254
Change-Id: Ibab4edf47116bd89d8a65eedec9961d1a42eebb1
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Fix Yamllint Violations for jjb/availability"
- Fix Yamllint Violations for jjb/availability
JIRA: RELENG-254
Change-Id: I830f05e7b005195580aa1d24e977c132c6278f86
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Fix Yamllint Violations for jjb/ipv6"
- Fix Yamllint Violations for jjb/ipv6
JIRA: RELENG-254
Change-Id: I9b6017724ae1566a8651e187d372506ee6bb0373
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Fix Yamllint Violations for jjb/domino"
- Fix Yamllint Violations for jjb/domino
JIRA: RELENG-254
Change-Id: Ia9246b4fee30ea350b57563241fb83c4f03a3b55
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Fix Yamllint Violations for jjb/conductor"
- Fix Yamllint Violations for jjb/conductor
JIRA: RELENG-254
Change-Id: I446c7820204757b46866fbff180a83ff2b757c3b
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "slave-params: Add fuel/armband bridge information"
- slave-params: Add fuel/armband bridge information
This information was previously fetched from securedlab, via a
POD-specific "local_env" file which was sourced at deploy time.
Since this information can't be parametrized via PDF, nor is it
sensitive enough to hide in securedlab, move it to releng.
Change-Id: Ia4e244ceb534c49b1ecda5be798470a81c68b494
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Added nfvbench docker configuration
Change-Id: I90ff32b7047b768552f5d5e1c78d12e0bf4ea1a2
Signed-off-by: Kerim Gokarslan <kgokarsl@cisco.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Apex: remove relative paths for tmp build dirs
Change-Id: I3246aa7d7b26b2d79ba9bd23aba4f305eb47fd94
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Use old functest container for armband CI runs"
- Use old functest container for armband CI runs
Functest Alpine not supported yet for aarch64 architecture.
Task for Armband project but until support could be done, the
traditionnal docker shall be used for armband tests
usage of alpine leads to errors [1]
[1]: https://build.opnfv.org/ci/view/functest/job/functest-fuel-armband-baremetal-daily-master/214/console
Change-Id: I48e05a0c7cd97989784fd97348bd331425c4877e
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Add OSA adapter for XCI"
- Add OSA adapter for XCI
Add OSA adapter so that we could benefit from it in functest integration
Change-Id: I010a6f2b6c75711d0cc80f8fd130604c41b6d1e6
Signed-off-by: Manuel Buil <mbuil@suse.com>
|