summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-07-17Apex: change detect script to just include-rawTim Rozet1-1/+1
Change-Id: I2366cbaba46734877782951365a4abebca9d17b8 Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-07-17Apex: Fix snapshot scenario detectionTim Rozet1-2/+2
Change-Id: I4b18d441ebc4f9b9ac8c8c67415b8817f3091ee9 Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-07-17Merge "Ensure docker prunning can be done"Trevor Bramwell1-0/+1
2018-07-17Merge "Run ODL CSIT on Apex from Cperf container"Tim Rozet8-81/+328
2018-07-16Run ODL CSIT on Apex from Cperf containerJamo Luhrsen8-81/+328
This patch adds the ability to deploy a cperf container and execute ODL csit against an OPNFV deployment with ODL. The cperf job to execute csit requires an RC file, SSH key to access OPNFV nodes, and a yaml descriptor file that contains per node information about each control/compute node. This patch also adds triggering the cperf CSIT job inside of the 3rd party ODL netvirt verification suite. That job uses Apex snapshots to bring up deployment (no undercloud). Additionally this patch includes some changes to allow multi version snapshots to work. Multiple snapshots are now being created for different OpenStack branches along with noha or HA type topologies. This patch includes the ability to detect the desired scenario as triggered by ODL Netvirt gerrit. Now in ODL netvirt gerrit a user may provide: "check-opnfv <OS version>-<noha|ha>" style syntax to initiate 3rd Party OPNFV CI on a particular OS version/HA setup. Change-Id: I51a27545c985ce74c1c72fe0933eb451939a8c05 Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com> Signed-off-by: Tim Rozet <trozet@redhat.com> Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
2018-07-16Apex: add k8s deployment to dailyTim Rozet2-0/+11
Change-Id: I01ac2d25615f189851bc033d156aacc155233913 Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-07-16Merge "Add verify jobs for new repo dovetail-webportal"mei mei1-0/+101
2018-07-16Merge "[dovetail-webportal] Add docker build jobs for dovetail-webportal"mei mei1-5/+10
2018-07-12Apex: Disable fraser dailyTim Rozet2-2/+2
Change-Id: Iad2503baca32175ff912c85dccd71791fc8156ff Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-07-12Apex: Update blocking for csit promotion jobTim Rozet2-0/+10
Ensure only one csit promotion job runs on a node at a time. Change-Id: Iab36f267f880347e0090fd87b91c9d7e28fbc4f4 Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-07-12Merge "Apex: Allow for multi-version snapshots"Tim Rozet4-9/+47
2018-07-12Apex: Allow for multi-version snapshotsTim Rozet4-9/+47
This patch adds ability to manage multiple snapshot versions. We want to be able to have snapshots for noha and ha for multiple OS releases. This adds that capability and updates the deploy script to be able to deploy them. Also a user can specify which scenario to trigger with his ODL netvirt commit by doing 'opnfv-check <os version>-<ha|noha> Change-Id: I3884b41c86b55c187becfb83ef62f3431724d09e Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-07-12Merge "unh-pod1: disable trigger for deploying auto"Fatih Degirmenci1-1/+1
2018-07-12Ensure docker prunning can be doneCristina Pauna1-0/+1
Sometimes the docker build fails and the docker process hangs on a container, withouth being able to stop it. This causes spurious failures on other builds that shouldn't fail. The prune job should cleanup the hanging containers and images, but it fails when the docker process is hanged. This change adds a docker restart to the prune job, in order to assure that the hanged container is shut down and can be removed. JIRA: ARMBAND-358 Change-Id: I9d04fa1099a6fc53bf773a2eba33be89db7d0aa1 Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
2018-07-10[dovetail-webportal] Add docker build jobs for dovetail-webportalxudan1-5/+10
Add 2 docker build jobs for the new repo dovetail-webportal. One is dovetail-webportal-api, the other is dovetail-webportal-web. Once there is a new patch merged, it will auto trigger the jobs to build and upload the new docker images with tag 'latest'. According to the Dovetail release plan and develpoment of the web, can tag this repo and release with certain tag (e.g. ovp.2.0.0) JIRA: DOVETAIL-671 Change-Id: I1becc084617bb52f8c8e23275202bd7be4a7b2b3 Signed-off-by: xudan <xudan16@huawei.com>
2018-07-10Merge "Update Functest testcase list per tier"Trevor Bramwell6-12/+10
2018-07-10unh-pod1: disable trigger for deploying autoPaul Vaduva1-1/+1
Change-Id: I364ff339db7132b6a2ca31d15b6340542b6a9226 Signed-off-by: Paul Vaduva <Paul.Vaduva@enea.com>
2018-07-09Update Functest testcase list per tierCédric Ollivier6-12/+10
Change-Id: I905527d509597218927908be7752ca16b6ea2cc5 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-07-09[compass4nfv] remove vping suite from verifywutianwei1-9/+0
functest healthcheck include the vping, so we can remove this suite. Change-Id: Ifc5f9e2195a9d31713f6e2c2ce47642dc7855855 Signed-off-by: wutianwei <wutianwei1@huawei.com>
2018-07-09Add verify jobs for new repo dovetail-webportalxudan1-0/+101
JIRA: DOVETAIL-671 Change-Id: I4e55123f211f91f9e783d741251bc1fd9df62b85 Signed-off-by: xudan <xudan16@huawei.com>
2018-07-06Merge "jjb/releng: fix partial image name matching"mei mei1-7/+23
2018-07-03Merge "[release] Fuel, Armband: Release opnfv-6.2.1"Trevor Bramwell2-0/+6
2018-07-03jjb/releng: fix partial image name matchingYibo Cai1-7/+23
Docker image building script opnfv-docker.sh tries to remove existing images before and after building. It simply uses grep to matching image names, which may cause partial name matching problems. Ex. opnfv/compass-tasks will match both opnfv/compass-tasks and opnfv/compass-tasks-base, and may lead to accidentally removing of images still in use when several building tasks run concurrently. Error log: https://build.opnfv.org/ci/job/compass-tasks-build-arm64-master/6/console Change-Id: I1a83f801c5e0cc889cd9e17b8d1b4d895f1f68a9 Signed-off-by: Yibo Cai <yibo.cai@arm.com>
2018-07-02[release] Fuel, Armband: Release opnfv-6.2.1Alexandru Avadanii2-0/+6
Change-Id: Ic3e0be0f031408146ceead3130850650e6bde125 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-07-02Tagging FDS for Fraser 6.2.0Onong Tayeng1-0/+3
Change-Id: Idebf9d0d49ef9d57901615ddf15595545031f093 Signed-off-by: Onong Tayeng <otayeng@cisco.com>
2018-07-02Merge "Tagging Bottlenecks F release 6.2"Aric Gardner1-0/+3
2018-07-02Merge "Fraser Tagging: 6.2.0"Aric Gardner1-0/+3
2018-07-02Merge "[yardstick] fraser opnfv-6.2.1 release tag"Aric Gardner1-0/+3
2018-07-02Fraser Tagging: 6.2.0Sridhar K. N. Rao1-0/+3
vswitchperf tagging. Change-Id: I93a7d97e89d493b2ace9bf2c00b1932a89bab772 Signed-off-by: Sridhar K. N. Rao <sridhar.rao@spirent.com>
2018-07-02Tagging Bottlenecks F release 6.2Yang (Gabriel) Yu1-0/+3
Change-Id: I7df15a89379ce0e30eba0bd00ae9fbb76056970d Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
2018-07-01[yardstick] fraser opnfv-6.2.1 release tagrexlee87761-0/+3
fix opnfv-6.2.0 bug: docker image build failed JIRA: YARDSTICK-1278 Change-Id: Ifac06060ffedf6c8300e371600f1af2ce928dd14 Signed-off-by: rexlee8776 <limingjiang@huawei.com>
2018-06-30Tagging opnfv-6.2.0 for CloverStephen Wong1-0/+4
Change-Id: I350cce402226444fa0dda75e64405cfcb20a3519 Signed-off-by: Stephen Wong <stephen.kf.wong@gmail.com>
2018-06-30update fraser 6.2.0 release tag for sdnvpnPeriyasamy Palanisamy1-0/+3
Change-Id: Id78fbfe1cb2e0ace44d2e6acf688e4115941a84a Signed-off-by: Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
2018-06-29Merge "Adds StorPerf 6.2.0"Trevor Bramwell1-0/+3
2018-06-29Merge "Update in release tag for sfc"Trevor Bramwell1-1/+3
2018-06-29Merge "Apex: update release tags for 6.2"Trevor Bramwell1-0/+12
2018-06-29Merge "Tag snaps-oo with 6.2 for fraser"Trevor Bramwell1-0/+3
2018-06-29Merge "[release] Fuel, Armband: Release opnfv-6.2.0"Trevor Bramwell2-0/+6
2018-06-29Merge "[yardstick] fraser opnfv-6.2.0 release tag"Trevor Bramwell1-0/+3
2018-06-29Merge "updated auto.yaml with 6.2.0 commit"Trevor Bramwell1-0/+4
2018-06-29Merge "Tagging opnfv-6.2.0 for IPv6"Trevor Bramwell1-0/+3
2018-06-29Merge "Tagging SampleVNF stable/fraser branch for Fraser 6.2.0"Trevor Bramwell1-0/+4
2018-06-29Apex: update release tags for 6.2Tim Rozet1-0/+12
Change-Id: I4d6e12a6975b5a3e49fc50eeca71514d118cf235 Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-06-29Adds StorPerf 6.2.0mbeierl1-0/+3
Change-Id: Iec76686129f9cd53603e6a73df45681979e4a695 Signed-off-by: mbeierl <mark.beierl@dell.com>
2018-06-29Update in release tag for sfcManuel Buil1-1/+3
Change-Id: I1e410851dc4e4dcbb2844af9c35cb0b5bb91ac94 Signed-off-by: Manuel Buil <mbuil@suse.com>
2018-06-29Publish Functest 6.2.0 tagsCédric Ollivier1-0/+6
Change-Id: Ieef2d00e57af2c06f588f4f819b9eaf402830a07 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-06-29Merge "tagging compass4nfv Fraser 6.2 release"Trevor Bramwell1-0/+7
2018-06-29Fix release tagging scriptTrevor Bramwell1-1/+1
git cat-file can't output the tag information for a tag, but it can output the commit information a tag points to. Change-Id: I147941e2c0ba6defe212dbd0fc8c8a3a1fe0c728 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-06-29[yardstick] fraser opnfv-6.2.0 release tagrexlee87761-0/+3
merge after patch https://gerrit.opnfv.org/gerrit/#/c/59349/ Change-Id: Icf2a16659f2804eaef95c83ee7d959b7e73441eb Signed-off-by: rexlee8776 <limingjiang@huawei.com>
2018-06-29[release] Fuel, Armband: Release opnfv-6.2.0Alexandru Avadanii2-0/+6
Change-Id: I704c09f22098023ad39b835a982a58159ac45ff0 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>