releng/builder.git
6 years agoMerge "Add quotes around -z (empty or null) test"
Thanh Ha [Mon, 8 Jan 2018 23:47:51 +0000 (23:47 +0000)]
Merge "Add quotes around -z (empty or null) test"

6 years agoAdd quotes around -z (empty or null) test 58/66958/1
Sam Hague [Mon, 8 Jan 2018 23:12:21 +0000 (18:12 -0500)]
Add quotes around -z (empty or null) test

Change-Id: Ifac861abe0d34a50c20f0f7324b3b51e3083ce48
Signed-off-by: Sam Hague <shague@redhat.com>
6 years agoAdd lf-ansible and common-packer modules 03/66903/4
Thanh Ha [Fri, 5 Jan 2018 01:11:58 +0000 (20:11 -0500)]
Add lf-ansible and common-packer modules

Will be used to build out the common-packer builders that
can more easily be shared across projects.

Change-Id: If6e5a360ed680b45ad280985ae2ce78239a3cc9e
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoMerge "Add jenkins param to use featuresBoot (or not)"
Luis Gomez [Mon, 8 Jan 2018 17:31:18 +0000 (17:31 +0000)]
Merge "Add jenkins param to use featuresBoot (or not)"

6 years agoSwitch to using gjjb maven-merge jobs 44/66944/2
Thanh Ha [Mon, 8 Jan 2018 16:00:29 +0000 (11:00 -0500)]
Switch to using gjjb maven-merge jobs

This new Maven merge job type does away with the Jenkins Maven
project type and is capable of deploying at end.

Change-Id: I7a39adb4de59c5626913379927acbcf0e18e043a
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate to global-jjb v0.13.1 43/66943/1
Thanh Ha [Mon, 8 Jan 2018 15:58:26 +0000 (10:58 -0500)]
Update to global-jjb v0.13.1

Pulls in the much awaited maven-merge job. We will deploy this to a
few projects to test before making it available to all projects.

Change-Id: Idcdf63bd76510481deef06c13fb9983a47e36486
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoMerge "Revert "Download/install JDK9""
Andrew Grimberg [Fri, 5 Jan 2018 22:19:54 +0000 (22:19 +0000)]
Merge "Revert "Download/install JDK9""

6 years agoRevert "Download/install JDK9" 12/66912/1
Thanh Ha [Fri, 5 Jan 2018 22:10:59 +0000 (22:10 +0000)]
Revert "Download/install JDK9"

Need to revert this. We should be using OpenJDK and not the Oracle one.

This reverts commit 51f49d3bb5dcd9054a3ed89413ed760aa54579b0.

Change-Id: Id64e5c94c9e6e1f1be2064163fb7f9dedef4249f
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoMerge "Download/install JDK9"
Thanh Ha [Fri, 5 Jan 2018 21:37:55 +0000 (21:37 +0000)]
Merge "Download/install JDK9"

6 years agoMerge "Add check for max robot node types"
Jamo Luhrsen [Fri, 5 Jan 2018 19:27:33 +0000 (19:27 +0000)]
Merge "Add check for max robot node types"

6 years agoAdd check for max robot node types 05/66905/2
Thanh Ha [Fri, 5 Jan 2018 17:06:49 +0000 (12:06 -0500)]
Add check for max robot node types

We do not allow more than 1 robot node type to be in use at the same
time. This ensures that we can properly limit the number of
simultanious robot builds properly due to the way the Jenkins
OpenStack cloud plugin works. All templates should always use the
same Robot VM so any updates to change this needs to be changed in
all robot templates.

Issue: RELENG-75
Change-Id: Id2087bb92a860379fc2437a1a58cac578e853be5
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoArchive some extra file for lispflowmapping 09/66909/1
Lorand Jakab [Fri, 5 Jan 2018 17:51:08 +0000 (19:51 +0200)]
Archive some extra file for lispflowmapping

Change-Id: I9277a9ee9555d2c35e6bc069c9ac28a595bfd5db
Signed-off-by: Lorand Jakab <lojakab@cisco.com>
6 years agoUpdate ALL robot systems to 2c 04/66904/1
Thanh Ha [Fri, 5 Jan 2018 16:38:34 +0000 (11:38 -0500)]
Update ALL robot systems to 2c

Unfortunately due to the way OpenStack Jenkins plugin allows us to
limit minions we cannot have multiple robot nodes in play at the same
time. Otherwise there will be 2 robot queues allowing too many
parallel csit runs in production.

Bump all nodes to the 2c machines to ensure we are properly limiting
parallel csit runs.

Issue: RELENG-75
Change-Id: I8923c0b67a6a2c9385ae7f6684af8a27b44d2d3e
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoImprove orphaned-nodes to check on each delete 84/66884/3
Thanh Ha [Fri, 5 Jan 2018 00:36:03 +0000 (19:36 -0500)]
Improve orphaned-nodes to check on each delete

Similar to I2fcc0a9bef34708062e69f4d8a4ee04dfd6108b5 improve the
script here to check closer to the delete to reduce the race
condition timing.

Issue: RELENG-75
Change-Id: I8aff148efc11ede656747978ba570075ce679e3a
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoImprove debugging output 83/66883/1
Thanh Ha [Thu, 4 Jan 2018 23:46:01 +0000 (18:46 -0500)]
Improve debugging output

Try to pick more useful debug output rather than spamming with every
detail from `openstack stack show`.

Change-Id: I376abc2d3213e98dfa81d1baefc8eee652715d58
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoImprove Stack cleanup to check on each delete 81/66881/5
Thanh Ha [Thu, 4 Jan 2018 22:33:33 +0000 (17:33 -0500)]
Improve Stack cleanup to check on each delete

There is a race condition between when we query Jenkins for a list
of in use builds to compare with stacks and when they are actually
deleted. Shorten that race condition by querying on every stack
check.

Hopefully this will reduce the chance that Jenkins deletes a stack
that is in progress building and has not yet attached to Jenkins.

Issue: RELENG-75
Change-Id: I2fcc0a9bef34708062e69f4d8a4ee04dfd6108b5
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoRemove unnecessary echo 80/66880/1
Thanh Ha [Thu, 4 Jan 2018 21:09:28 +0000 (16:09 -0500)]
Remove unnecessary echo

`openstack stack show` already prints to the screen so it does not
really make sense to store it in a variable and echo it again.

Change-Id: Idfbfae0b686867044b6fe4981156dac18cc4c3a4
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoBeef up lispflowmapping performance VMs to 4 CPUs 68/66868/1
Lorand Jakab [Thu, 4 Jan 2018 10:27:51 +0000 (12:27 +0200)]
Beef up lispflowmapping performance VMs to 4 CPUs

Change-Id: I19f1e705cc71ebb83eb9ae4f5083093c0f86fe09
Signed-off-by: Lorand Jakab <lojakab@cisco.com>
6 years agoAdd jenkins param to use featuresBoot (or not) 57/66857/2
Jamo Luhrsen [Thu, 4 Jan 2018 00:12:08 +0000 (16:12 -0800)]
Add jenkins param to use featuresBoot (or not)

This should only add a parameter and default everything to
'True' so there will be no functional changes to the jobs.

This is to prepare for the next step which will stop
the netvirt csit from installing with featuresBoot in
order to let those jobs install from the karaf console.

Change-Id: I1ed9c28b3360a14286c6d512cabe3db7a696e531
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
6 years agoMerge "Fail with helpful message if RPM not found"
Jamo Luhrsen [Wed, 3 Jan 2018 21:02:49 +0000 (21:02 +0000)]
Merge "Fail with helpful message if RPM not found"

6 years agoMerge "OFP test adjustments"
Luis Gomez [Wed, 3 Jan 2018 20:54:32 +0000 (20:54 +0000)]
Merge "OFP test adjustments"

6 years agoFail with helpful message if RPM not found 55/66855/1
Daniel Farrell [Wed, 3 Jan 2018 20:46:01 +0000 (15:46 -0500)]
Fail with helpful message if RPM not found

When testing RPMs after builds, if something goes wrong in the build and
the RPM isn't at the expected path, report that error vs a false
negative about whatever check happens next.

Change-Id: Id5e0773bb939045ed81b4a5800ac2a25ceb69f54
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
6 years agoKeep RPM in build out dir for snapshot builds 54/66854/1
Daniel Farrell [Wed, 3 Jan 2018 20:42:38 +0000 (15:42 -0500)]
Keep RPM in build out dir for snapshot builds

This is like 66401 but for snapshot builds.

Change-Id: I0b7a8d1f14903847c17f787d462c6ec4bd92700f
Fixes: INTPAK-119
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
6 years agoOFP test adjustments 53/66853/1
Luis Gomez [Wed, 3 Jan 2018 20:38:54 +0000 (12:38 -0800)]
OFP test adjustments

- Longevity will run with 16 switches
- SW scale test requires more CPU in ODL and Tools

Change-Id: If4e28f88e822b5b23478e49df82cb1b9684a3d7f
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
6 years agoSet SFC build timeout to 120 47/66847/2
Luis Gomez [Wed, 3 Jan 2018 02:51:36 +0000 (18:51 -0800)]
Set SFC build timeout to 120

Change-Id: Id4b0a039d067309d3b274c9c054aca4e76e7822f
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
6 years agoUpdate OFP mininet VM to OVS 2.6 46/66846/1
Luis Gomez [Wed, 3 Jan 2018 01:12:49 +0000 (17:12 -0800)]
Update OFP mininet VM to OVS 2.6

Change-Id: I90d15064318fc45fca2f7095f6d8ec0ccfa7737d
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
6 years agoMake sfc use java-builder-4c-16g 44/66844/1
Luis Gomez [Tue, 2 Jan 2018 23:16:17 +0000 (15:16 -0800)]
Make sfc use java-builder-4c-16g

Change-Id: I30e3d23d4a4bd2cd2040fa7a1eda0a677523feb3
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
6 years agoMerge "Use 4c-16g vms for eman and lispflowmapping"
Luis Gomez [Tue, 2 Jan 2018 21:41:51 +0000 (21:41 +0000)]
Merge "Use 4c-16g vms for eman and lispflowmapping"

6 years agoUse 4c-16g vms for eman and lispflowmapping 43/66843/1
Thanh Ha [Tue, 2 Jan 2018 21:35:20 +0000 (16:35 -0500)]
Use 4c-16g vms for eman and lispflowmapping

Change-Id: I15bfa8e3f5c96c39fe0ac4e04ff2b4edbeb56d77
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoMerge "Auto Update CSIT Jobs to run for oxygen"
Jamo Luhrsen [Tue, 2 Jan 2018 21:16:37 +0000 (21:16 +0000)]
Merge "Auto Update CSIT Jobs to run for oxygen"

6 years agoMerge "Auto Update CSIT Jobs to run for nitrogen"
Jamo Luhrsen [Tue, 2 Jan 2018 21:16:22 +0000 (21:16 +0000)]
Merge "Auto Update CSIT Jobs to run for nitrogen"

6 years agoMerge "Make autorelease & unimgr use java-builder-4c-16g"
Luis Gomez [Tue, 2 Jan 2018 21:14:37 +0000 (21:14 +0000)]
Merge "Make autorelease & unimgr use java-builder-4c-16g"

6 years agoMerge "Add lf-ansible jobs"
Luis Gomez [Tue, 2 Jan 2018 21:14:21 +0000 (21:14 +0000)]
Merge "Add lf-ansible jobs"

6 years agoAuto Update CSIT Jobs to run for nitrogen 42/66842/1
jenkins-releng [Tue, 2 Jan 2018 21:04:06 +0000 (21:04 +0000)]
Auto Update CSIT Jobs to run for nitrogen

Change-Id: I910fc7c7730616cf1d7c57f40c6943795fc202c2
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
6 years agoAuto Update CSIT Jobs to run for oxygen 41/66841/1
jenkins-releng [Tue, 2 Jan 2018 21:01:36 +0000 (21:01 +0000)]
Auto Update CSIT Jobs to run for oxygen

Change-Id: Ic10ad468cbeb3bbc8b2c226a5b45b88228d56cad
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
6 years agoMake autorelease & unimgr use java-builder-4c-16g 40/66840/1
Thanh Ha [Tue, 2 Jan 2018 20:51:55 +0000 (15:51 -0500)]
Make autorelease & unimgr use java-builder-4c-16g

Change-Id: I023c7d499c58815b00cb5240a91e8d77e1efafcb
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoCluster tests template for daexim 33/66833/3
Sreekalyan Devaraj [Tue, 2 Jan 2018 18:39:34 +0000 (10:39 -0800)]
Cluster tests template for daexim

  - Add cluster support for daexim

Change-Id: Ib60c1f86344529c7bd77857e4c9966727109af24
Signed-off-by: Sreekalyan Devaraj <kalyan.ds@gmail.com>
6 years agoAdd lf-ansible jobs 31/66831/2
Thanh Ha [Tue, 2 Jan 2018 17:35:43 +0000 (12:35 -0500)]
Add lf-ansible jobs

Change-Id: I6956950158fabfb4a8f016feebcf99db78de5d85
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoMerge "Revert "Create RAM disk on ODL VM /tmp folder""
Thanh Ha [Tue, 2 Jan 2018 16:48:51 +0000 (16:48 +0000)]
Merge "Revert "Create RAM disk on ODL VM /tmp folder""

6 years agoFix cbench test 24/66824/1
Luis Gomez [Tue, 2 Jan 2018 01:01:12 +0000 (17:01 -0800)]
Fix cbench test

- Increase ODL system and tools VM specs

Change-Id: If4106807292a32abcc24bf83a1d79d04c059d47d
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
6 years agoRevert "Create RAM disk on ODL VM /tmp folder" 23/66823/1
Luis Gomez [Mon, 1 Jan 2018 22:34:50 +0000 (22:34 +0000)]
Revert "Create RAM disk on ODL VM /tmp folder"

This reverts commit a0607226ca33abebacc31c76fe76e969f6f74429.

Change-Id: I807a926d798d1acbf7a741853cb86036d5f17343
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
6 years agoUpdate cloud image list docs 00/66800/1
jenkins-releng [Fri, 29 Dec 2017 11:06:01 +0000 (11:06 +0000)]
Update cloud image list docs

Change-Id: Ic0baf0a1befc8909d261bbc7dcd11ce9670e3896
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
6 years agoMerge "Update GBP jobs to use Ubuntu 16.04 GBP image"
Thanh Ha [Wed, 27 Dec 2017 22:16:34 +0000 (22:16 +0000)]
Merge "Update GBP jobs to use Ubuntu 16.04 GBP image"

6 years agoDownload/install JDK9 62/66762/1
Robert Varga [Tue, 26 Dec 2017 08:13:37 +0000 (09:13 +0100)]
Download/install JDK9

Not all distributions carry JDK9, manually install JDK9.0.1
on those which do not.

Change-Id: If7bc4f657bdcd6f831c5bff9bd3ab49d8e9299be
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
6 years agoMerge "Use ramdisk for /opt/stack"
Jamo Luhrsen [Sun, 24 Dec 2017 19:06:34 +0000 (19:06 +0000)]
Merge "Use ramdisk for /opt/stack"

6 years agoUse ramdisk for /opt/stack 19/66719/2
Sam Hague [Wed, 20 Dec 2017 21:50:34 +0000 (16:50 -0500)]
Use ramdisk for /opt/stack

Change-Id: I16b558093a87565c4d72d1a6f6c17d0d5f361045
Signed-off-by: Sam Hague <shague@redhat.com>
6 years agoRestore robot vms to 2c 49/66749/2
Sam Hague [Fri, 22 Dec 2017 22:09:26 +0000 (17:09 -0500)]
Restore robot vms to 2c

Change-Id: If302dff24a2d5db8c02b0f1b98c0eb0a7e69cda6
Signed-off-by: Sam Hague <shague@redhat.com>
6 years agoAdd cluster-netvirt to ovsb test-patch 20/66720/2
Sam Hague [Fri, 22 Dec 2017 03:30:06 +0000 (22:30 -0500)]
Add cluster-netvirt to ovsb test-patch

Change-Id: I05095a92573477698b8b594e1c51ad9ab7f62c69
Signed-off-by: Sam Hague <shague@redhat.com>
6 years agoMerge "Add infrautils patch-test"
Jamo Luhrsen [Thu, 21 Dec 2017 18:39:55 +0000 (18:39 +0000)]
Merge "Add infrautils patch-test"

6 years agoMerge "Update the IP for Nexus SNI issue"
Andrew Grimberg [Thu, 21 Dec 2017 13:47:16 +0000 (13:47 +0000)]
Merge "Update the IP for Nexus SNI issue"

6 years agoUpdate the IP for Nexus SNI issue 95/66695/2
Anil Belur [Thu, 21 Dec 2017 06:00:32 +0000 (16:00 +1000)]
Update the IP for Nexus SNI issue

This should be reverted once Sonatype has an updated nexus staging
plugin for us.

Trello: https://trello.com/c/VBeO8STM
Change-Id: I4869a4d9825e2f28a8a215a9992d5aa700759b5c
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
6 years agoAdd infrautils patch-test 93/66693/1
Sam Hague [Thu, 21 Dec 2017 05:24:07 +0000 (00:24 -0500)]
Add infrautils patch-test

Change-Id: I1c2ab0acbca884d0eb26b074c0a5c1948a460c9c
Signed-off-by: Sam Hague <shague@redhat.com>
6 years agoFix OF scale test 82/66682/1
Luis Gomez [Wed, 20 Dec 2017 21:23:27 +0000 (13:23 -0800)]
Fix OF scale test

Change-Id: I03d38ba7eafee56146067c1a62107da3219bd126
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
6 years agoMerge "Create RAM disk on ODL VM /tmp folder"
Jamo Luhrsen [Wed, 20 Dec 2017 20:53:49 +0000 (20:53 +0000)]
Merge "Create RAM disk on ODL VM /tmp folder"

6 years agoCreate RAM disk on ODL VM /tmp folder 76/66676/2
Luis Gomez [Wed, 20 Dec 2017 18:45:42 +0000 (10:45 -0800)]
Create RAM disk on ODL VM /tmp folder

Change-Id: I559b458f6e46e99049d1487b555eb9ed7e0a0f7d
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
6 years agoUpdate HEAT scripts to use local gerrit mirror 77/66677/1
Andrew Grimberg [Wed, 20 Dec 2017 18:49:29 +0000 (10:49 -0800)]
Update HEAT scripts to use local gerrit mirror

With Gerrit no longer living in the same cloud as the CI infrastructure
a localized mirror has been put in place to speed up git operations as
much as possible. Since instance bring-ups should be as fast as we can
possibly make them we need to point at this localized mirror for the
spin-up scripts.

Change-Id: I7bbeaf36bd7ccd5f5c9d45707d3c1f8a8507ee5f
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
6 years agoAdd more build timeout in bgpcep 04/66604/1
Claudio D. Gasparini [Tue, 19 Dec 2017 09:16:26 +0000 (10:16 +0100)]
Add more build timeout in bgpcep

Change-Id: Ie93d507001f942469b1acca1083c78e74fb41d3a
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
6 years agoMerge "Increase build timeout"
Jamo Luhrsen [Tue, 19 Dec 2017 04:51:13 +0000 (04:51 +0000)]
Merge "Increase build timeout"

6 years agoIncrease build timeout 92/66592/2
Tom Pantelis [Tue, 19 Dec 2017 04:00:58 +0000 (23:00 -0500)]
Increase build timeout

Change-Id: I3eb8d182d05573809598ad6daa53f9c000427040
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
6 years agoRemove accidental shague in job name 94/66594/1
Jamo Luhrsen [Tue, 19 Dec 2017 04:38:05 +0000 (20:38 -0800)]
Remove accidental shague in job name

Change-Id: I45d5ec4615c9a2ad3893825a03a4e90fc97e3890
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
6 years agoIncrease build timeout for docs 89/66589/1
Anil Belur [Tue, 19 Dec 2017 01:59:06 +0000 (11:59 +1000)]
Increase build timeout for docs

Change-Id: Ic52df443b3bc167e2392895c566a6cc40580de44
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
6 years agoMerge "Increase build timeouts for genuis"
Sam Hague [Mon, 18 Dec 2017 23:47:27 +0000 (23:47 +0000)]
Merge "Increase build timeouts for genuis"

6 years agoIncrease build timeouts for genuis 87/66587/1
Anil Belur [Mon, 18 Dec 2017 23:27:37 +0000 (09:27 +1000)]
Increase build timeouts for genuis

Change-Id: I32b5f9c9a1470cd3aab1c3605b079b7dfe2120b2
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
6 years agoIncrease build timeout 85/66585/1
Sam Hague [Mon, 18 Dec 2017 23:07:29 +0000 (18:07 -0500)]
Increase build timeout

Change-Id: I4ff9de481fb3c168120b2abb027dd71448feac6a
Signed-off-by: Sam Hague <shague@redhat.com>
6 years agoMerge "Remove unused os compute nodes"
Jamo Luhrsen [Mon, 18 Dec 2017 22:44:20 +0000 (22:44 +0000)]
Merge "Remove unused os compute nodes"

6 years agoUpdate GBP jobs to use Ubuntu 16.04 GBP image 71/66371/2
Anil Belur [Tue, 12 Dec 2017 04:14:04 +0000 (14:14 +1000)]
Update GBP jobs to use Ubuntu 16.04 GBP image

Update image:
ZZCI - Ubuntu 16.04 - gbp - 20171213-2018

RELENG-719
Change-Id: I7a3a6956744ec1833eb96434a793ce4760902455
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
6 years agoIncrease vm perf 50/66550/2
Sam Hague [Sun, 17 Dec 2017 17:47:17 +0000 (12:47 -0500)]
Increase vm perf

Change-Id: Id0415fc5ab391e631918db74fdba04edc174e5a6
Signed-off-by: Sam Hague <shague@redhat.com>
6 years agoRemove unused os compute nodes 48/66548/1
Sam Hague [Sun, 17 Dec 2017 15:18:49 +0000 (10:18 -0500)]
Remove unused os compute nodes

Change-Id: I2454ac80bd57ac92fe76732551ca399153834548
Signed-off-by: Sam Hague <shague@redhat.com>
6 years agoMove CSIT perf job to 4c ODL image 35/66535/2
Luis Gomez [Sat, 16 Dec 2017 01:22:03 +0000 (17:22 -0800)]
Move CSIT perf job to 4c ODL image

Change-Id: I6ec5fd9a707f0d5416c8b015a62f71bd30dc0ea0
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
6 years agoMerge "Bump up vm images"
Thanh Ha [Sat, 16 Dec 2017 01:20:03 +0000 (01:20 +0000)]
Merge "Bump up vm images"

6 years agoMerge "Refactor Is Feature Installed"
Thanh Ha [Sat, 16 Dec 2017 01:19:20 +0000 (01:19 +0000)]
Merge "Refactor Is Feature Installed"

6 years agoRefactor Is Feature Installed 34/66534/1
Sam Hague [Sat, 16 Dec 2017 01:09:11 +0000 (20:09 -0500)]
Refactor Is Feature Installed

Change-Id: I9075f80fb5f66ea59e01632f81ee7abc9415e0b7
Signed-off-by: Sam Hague <shague@redhat.com>
6 years agoBump up vm images 33/66533/2
Sam Hague [Sat, 16 Dec 2017 00:35:54 +0000 (19:35 -0500)]
Bump up vm images

Change-Id: I5933b78f512c51bf29d15d39add8913ea79c980d
Signed-off-by: Sam Hague <shague@redhat.com>
6 years agoChange deafult ODL image to 2c 32/66532/1
Luis Gomez [Sat, 16 Dec 2017 00:04:18 +0000 (16:04 -0800)]
Change deafult ODL image to 2c

Change-Id: I2698325d99ec775b638f981ee6d639f714b592b9
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
6 years agoAdd more build timeout in bgpcep 30/66530/1
Luis Gomez [Fri, 15 Dec 2017 23:13:59 +0000 (15:13 -0800)]
Add more build timeout in bgpcep

Change-Id: I298cb46e640bc08c242bb55d725d3c69b1d7c379
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
6 years agoAuto Update CSIT Jobs to run for oxygen 24/66524/1
jenkins-releng [Fri, 15 Dec 2017 19:59:30 +0000 (19:59 +0000)]
Auto Update CSIT Jobs to run for oxygen

Change-Id: I4cf20c8a5f1b9b62762bdae390eb49b58907db28
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
6 years agoMerge "Bump all java-builders to 2 core machines"
Sam Hague [Fri, 15 Dec 2017 19:54:47 +0000 (19:54 +0000)]
Merge "Bump all java-builders to 2 core machines"

6 years agoMerge "Remove TSDR from Oxygen CSIT blacklist"
Jamo Luhrsen [Fri, 15 Dec 2017 19:37:52 +0000 (19:37 +0000)]
Merge "Remove TSDR from Oxygen CSIT blacklist"

6 years agoBump all java-builders to 2 core machines 23/66523/1
Thanh Ha [Fri, 15 Dec 2017 19:33:28 +0000 (14:33 -0500)]
Bump all java-builders to 2 core machines

This should hopefully get us back to the same build times as we had
in the old cloud.

Change-Id: Ib8266fe7b875f25257233aa6d803c088b3871696
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoMerge "Update cloud image list docs"
Jamo Luhrsen [Fri, 15 Dec 2017 18:57:48 +0000 (18:57 +0000)]
Merge "Update cloud image list docs"

6 years agoRemove TSDR from Oxygen CSIT blacklist 99/66499/2
AbdulRahman AlHamali [Fri, 15 Dec 2017 08:13:37 +0000 (10:13 +0200)]
Remove TSDR from Oxygen CSIT blacklist

Change-Id: I95624a429df6f45b52a847dcd5c5858c3fdb4e24
Signed-off-by: AbdulRahman AlHamali <a.alhamali93@gmail.com>
6 years agoUpdate cloud image list docs 16/66516/2
jenkins-releng [Fri, 15 Dec 2017 17:31:27 +0000 (17:31 +0000)]
Update cloud image list docs

Change-Id: Ia52cc872543732456321a74636a86300d5229b18
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
6 years agoFix auto-update image docs script 11/66511/3
Thanh Ha [Fri, 15 Dec 2017 16:27:07 +0000 (11:27 -0500)]
Fix auto-update image docs script

Should pick up the new Vexxhost images now.

LF-Issue: RELENG-724
Change-Id: Ic0f898e9f84c7adc4bdc2346c52a1169d5b4705a
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoAdd Vexxhost flavors docs 10/66510/1
Thanh Ha [Fri, 15 Dec 2017 16:14:39 +0000 (11:14 -0500)]
Add Vexxhost flavors docs

Include Vexxhost performance node flavor docs since they do not
document this on their own website.

Change-Id: I05d0df32a5a4b1ea2088fe09229adbcfc5d4fa2f
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoFix orphaned nodes script 87/66487/1
Thanh Ha [Thu, 14 Dec 2017 23:48:16 +0000 (18:48 -0500)]
Fix orphaned nodes script

Looks like unintended changes from
4d3119e3d3dbd7743517854174a5f6e75ad59c67 snuck in somehow.

Change-Id: I9d0f1de4e4b54bdf61204fae4113a2d9c2317050
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoFix indent 80/66480/1
Thanh Ha [Thu, 14 Dec 2017 23:00:18 +0000 (18:00 -0500)]
Fix indent

Change-Id: Ia0178f5f04472bdf55498989d53a4c048906a835
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoMerge "Continue to delete instead of abandon"
Andrew Grimberg [Thu, 14 Dec 2017 22:59:05 +0000 (22:59 +0000)]
Merge "Continue to delete instead of abandon"

6 years agoMerge "Print the name of the stack being deleted"
Andrew Grimberg [Thu, 14 Dec 2017 22:58:27 +0000 (22:58 +0000)]
Merge "Print the name of the stack being deleted"

6 years agoMerge "Add a job to cleanup orphaned nodes"
Andrew Grimberg [Thu, 14 Dec 2017 22:58:10 +0000 (22:58 +0000)]
Merge "Add a job to cleanup orphaned nodes"

6 years agoMerge "Remove unnecessary jq call in stale-stacks"
Andrew Grimberg [Thu, 14 Dec 2017 22:58:06 +0000 (22:58 +0000)]
Merge "Remove unnecessary jq call in stale-stacks"

6 years agoCreate volume using Cinder 79/66479/1
Mohammed Naser [Thu, 14 Dec 2017 22:13:45 +0000 (17:13 -0500)]
Create volume using Cinder

This switches the volume creation to be done using Heat and
attached via Nova instead of letting Nova create it right away.

The reason behind this is that it will probably be much cleaner
for clean-up and Heat is much more 'patient' in order to get
the resource created.

Change-Id: Ifc70acb967a8a2f4007aa3b020232258b4032aec
Signed-off-by: Mohammed Naser <mnaser@vexxhost.com>
6 years agoContinue to delete instead of abandon 77/66477/1
Thanh Ha [Thu, 14 Dec 2017 22:02:42 +0000 (17:02 -0500)]
Continue to delete instead of abandon

The abandon API is not supported by Vexxhost so keep trying deletes
and see if it eventually works out.

Change-Id: Ibe51c820f971b62c94047be4facf23cadc86167f
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoPrint the name of the stack being deleted 76/66476/1
Thanh Ha [Thu, 14 Dec 2017 21:33:04 +0000 (16:33 -0500)]
Print the name of the stack being deleted

Change-Id: Id7da06b3d91b4b60b6e5f5b477bcb4b716f65324
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoAdd a job to cleanup orphaned nodes 73/66473/3
Thanh Ha [Thu, 14 Dec 2017 20:42:25 +0000 (15:42 -0500)]
Add a job to cleanup orphaned nodes

This job assumes that releng minions have a 'prd' prefix and
sandbox has a 'snd' prefix. These minions are Jenkins managed
minions and are not Heat managed minions.

The script get's a list of jobs with the prd or snd prefix and then
checks against Jenkins to see if the nodes are attached to Jenkins
if they are not then issue a delete call as it is likely Jenkins
lost track of them.

Issue: RELENG-724
Change-Id: I624102ace279d49d2696d287cfea9e4e89ba7a20
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoRemove unnecessary jq call in stale-stacks 72/66472/2
Thanh Ha [Thu, 14 Dec 2017 20:40:56 +0000 (15:40 -0500)]
Remove unnecessary jq call in stale-stacks

jq is not actually necessary to run our query. By getting values
instead of json data we can remove the unnecessary complexity of
this part of the script.

Change-Id: I090862af675af35df1755aa94f55baea083a1dae
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUse right pid for jstack collection 63/66463/5
Sam Hague [Thu, 14 Dec 2017 13:09:57 +0000 (08:09 -0500)]
Use right pid for jstack collection

The jstack collection fails in post-carbon distros.
Starting with karaf 4 there are two processes for karaf
where the existing code expected one.

Grep was reworked to use the main process of the
karaf shell to return a single pid. This works for
carbon also since that is the only process found.

Change-Id: Ic3b0fc0f3c171e5c18228e3e537c79983dc26f96
Signed-off-by: Sam Hague <shague@redhat.com>
6 years agoMerge "Update cloud image list docs"
Jamo Luhrsen [Thu, 14 Dec 2017 16:43:42 +0000 (16:43 +0000)]
Merge "Update cloud image list docs"

6 years agoMerge "Change default RPM repo, CentOS CBS to ODL Nexus"
Jamo Luhrsen [Thu, 14 Dec 2017 15:20:49 +0000 (15:20 +0000)]
Merge "Change default RPM repo, CentOS CBS to ODL Nexus"

6 years agoUpdate cloud image list docs 62/66462/1
jenkins-releng [Thu, 14 Dec 2017 12:50:43 +0000 (12:50 +0000)]
Update cloud image list docs

Change-Id: Ie2a087b2c90640055cf5c4dc2308a767dccf0a1d
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
6 years agoChange default RPM repo, CentOS CBS to ODL Nexus 56/66456/1
Daniel Farrell [Thu, 14 Dec 2017 08:30:15 +0000 (03:30 -0500)]
Change default RPM repo, CentOS CBS to ODL Nexus

Default to new fully-automated CD repos, away from manual CBS.

Also move to Nitrogen from Carbon while changing upgrade test URLs.

Change-Id: Ic80207ecebe3b0ea454805ed12555b2e56529f3b
Fixes: INTPAK-112
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>