releng/builder.git
4 years agoMerge "Add gre type driver for dc-gw and tdd cases"
Thanh Ha (zxiiro) [Tue, 2 Jul 2019 16:53:36 +0000 (16:53 +0000)]
Merge "Add gre type driver for dc-gw and tdd cases"

4 years agoUpdate global-jjb to v0.39.0 75/82875/1
Anil Belur [Tue, 2 Jul 2019 02:26:35 +0000 (12:26 +1000)]
Update global-jjb to v0.39.0

- This pulls updated lftools v.0.25.1

Change-Id: Iff10b7ccf36daeea69ab2601475af7224d4993f9
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
4 years agoAdd missing disabled var to templates 74/82874/1
Anil Belur [Tue, 2 Jul 2019 02:21:12 +0000 (12:21 +1000)]
Add missing disabled var to templates

Change-Id: Ief35bec1a6649fc5103f1fe84f167c217d356f22
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
4 years agoMerge "Add disable-job var to packaging templates"
Anil Belur [Tue, 2 Jul 2019 00:34:45 +0000 (00:34 +0000)]
Merge "Add disable-job var to packaging templates"

4 years agoAdd disable-job var to packaging templates 73/82873/2
Anil Belur [Mon, 1 Jul 2019 23:49:36 +0000 (09:49 +1000)]
Add disable-job var to packaging templates

Change-Id: I2e3769d2598390c7d229a22b7b39ed4885b64beb
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
4 years agoStrip git2u packages from devstack rocky 63/82763/4
Anil Belur [Fri, 28 Jun 2019 05:11:02 +0000 (15:11 +1000)]
Strip git2u packages from devstack rocky

CSIT tests with devstack rocky tries to pull in git dependencies
which conflicts with existing git2u rpms. As a workaround
uninstall them on the devstack rocky image since its not
required.

Change-Id: Ib4f2797c83ded9d19d4d391bbde28cadfdd1f3a6
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
4 years agoMerge "Update devstack rocky to the latest"
Andrew Grimberg [Mon, 1 Jul 2019 22:26:56 +0000 (22:26 +0000)]
Merge "Update devstack rocky to the latest"

4 years agoMerge "Add required deps for devstack rocky"
Andrew Grimberg [Mon, 1 Jul 2019 22:26:41 +0000 (22:26 +0000)]
Merge "Add required deps for devstack rocky"

4 years agoAdd gre type driver for dc-gw and tdd cases 56/82856/1
JayaPr [Mon, 1 Jul 2019 16:30:52 +0000 (22:00 +0530)]
Add gre type driver for dc-gw and tdd cases

Change-Id: I7716305fb5be438d4fdb4fb2105beada37e2f2e0
Signed-off-by: JayaPr <jaya.priyadarshini@ericsson.com>
4 years agoUpdate devstack rocky to the latest 41/82641/2
Anil Belur [Mon, 1 Jul 2019 09:15:09 +0000 (19:15 +1000)]
Update devstack rocky to the latest

This pulls in the dependencies required for rdma-core
libraries and replace the git2u with default upstream
git rpms.

https://lists.opendaylight.org/pipermail/integration-dev/2019-July/013472.html

Change-Id: I0404e8f4adcbd071cb180f51438d3baa534006b6
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
4 years agoDisable packaging jobs for debs 11/82811/2
Anil Belur [Mon, 1 Jul 2019 09:03:05 +0000 (19:03 +1000)]
Disable packaging jobs for debs

As discussed in the integration call the deb packages
are no longer maintained which is failing the
verify/test jobs.

Change-Id: If0469952d7522a8ddbb4a57edec9b7cfd0f59f46
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
4 years agoAdd required deps for devstack rocky 73/82573/4
Anil Belur [Thu, 27 Jun 2019 23:36:19 +0000 (09:36 +1000)]
Add required deps for devstack rocky

Add the required dependency for runtime core libraries
(libibverbs, libmlx5) to devstack rocky image. This
fixes stack initialization issues with CSIT jobs.

https://bugzilla.redhat.com/show_bug.cgi?id=1658141
https://patchwork.ozlabs.org/patch/1011038/

Change-Id: I2db53ef844bd0ee2261560235e05846acfb17eee
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
4 years agoEnable archetype/fluorine jobs 46/82746/1
Robert Varga [Wed, 26 Jun 2019 12:05:05 +0000 (14:05 +0200)]
Enable archetype/fluorine jobs

The jobs were disabled as part of Oxygen disablement, but that
is not accurate here.

Change-Id: I5eddc74c968e13ca133207d2add45aaabe1ed506
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
4 years agoMerge "Migrate Ubuntu 16.04 docker image to common-packer"
Jamo Luhrsen [Fri, 21 Jun 2019 15:55:58 +0000 (15:55 +0000)]
Merge "Migrate Ubuntu 16.04 docker image to common-packer"

4 years agoMerge "DONT use with_items with yum module"
Thanh Ha (zxiiro) [Fri, 21 Jun 2019 14:41:35 +0000 (14:41 +0000)]
Merge "DONT use with_items with yum module"

4 years agoDONT use with_items with yum module 38/82638/1
Anil Belur [Fri, 21 Jun 2019 04:37:27 +0000 (14:37 +1000)]
DONT use with_items with yum module

This fixes deprecation warning to invoke yum module without
with_items. Using with_items is slower and not recommended.

[DEPRECATION WARNING]: Invoking "yum" only once while using a loop
via squash_actions is deprecated. Instead of using a loop to supply
multiple items and specifying `name: {{item}}`, please use
`name: [u'{{sed_output.stdout_lines }}']` and remove the loop.
This feature will be removed in version 2.11.

Change-Id: Ie2c95d54d4ddf59cfc65d4b74cc4008ff4929218
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
4 years agoSign and stage artifacts in Maven Central 01/82601/1
Thanh Ha [Thu, 20 Jun 2019 13:18:10 +0000 (06:18 -0700)]
Sign and stage artifacts in Maven Central

This patch turns on code signing and enables deployment to
Maven Central.

Change-Id: Iaf53984b05ff1848979d12ffe766534bb946b2ed
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
4 years agoMigrate Ubuntu 16.04 docker image to common-packer 23/82523/1
Anil Belur [Sat, 15 Jun 2019 00:54:34 +0000 (10:54 +1000)]
Migrate Ubuntu 16.04 docker image to common-packer

Migrate Ubuntu 16.04 docker images for netconf to the
templates available in common-packer. We are using
Ubuntu 16.04 docker images specific to GPB project
that is not maintained.

Move to the templates which are already availble in
common-packer since this will minimize the jobs and the
number of image maintained on the infra.

Tested the image with netconf CSIT job successfully:
https://logs.opendaylight.org/sandbox/vex-yul-odl-jenkins-2/netconf-csit-1node-callhome-only-fluorine/2

Change-Id: Ic3c97f2911eccbe46d1ba0d6e7ea017ae92821ad
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
4 years agoUpdate global-jjb version to v0.38.4 16/82516/1
Anil Belur [Thu, 13 Jun 2019 23:29:16 +0000 (09:29 +1000)]
Update global-jjb version to v0.38.4

- Pull in lftools fix to handle dup patterns, files/paths

Change-Id: Ib9d4095b32ebc08a6621a8b95cb52560720b57df
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
4 years agoRemove unused script to push a gerrit patch 03/82503/1
Anil Belur [Wed, 12 Jun 2019 10:06:54 +0000 (20:06 +1000)]
Remove unused script to push a gerrit patch

This code has been ported to global-jjb and no
longer used.

https://gerrit.linuxfoundation.org/infra/#/c/releng/global-jjb/+/9878

Change-Id: I1f3bcbff6bbe07e10d986a8d1b07cd9f43cd0cd6
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
4 years agoDefine controller-core patch test 88/82488/2
Robert Varga [Tue, 11 Jun 2019 15:03:51 +0000 (17:03 +0200)]
Define controller-core patch test

Aside from having netvirt/genius, also define native patch tests.

Change-Id: I55c47f5e519594fcc3031f96c4540094cec9ccbd
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
4 years agoMerge changes I7b52aa72,I2a77a84a
Jamo Luhrsen [Mon, 10 Jun 2019 15:43:09 +0000 (15:43 +0000)]
Merge changes I7b52aa72,I2a77a84a

* changes:
  Update CentOS 7 devstack-rocky image to latest
  Update Ubuntu 16.04 mininet-ovs-26 images

4 years agoUpdate global-jjb to v0.38.3 32/82432/6
Anil Belur [Mon, 10 Jun 2019 00:02:00 +0000 (10:02 +1000)]
Update global-jjb to v0.38.3

- Pull in the latest version of lftools v0.24.0
- Pull in the fix for compressing .xml|.html logs
- Pull in the fix for openstack-cron-jobs failure
- Update jobs to pass submodule params

Change-Id: I3ed00357bb8901a95a98deb5fd9c84513e35ebf1
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
4 years agoMerge "Add integration code for rocky"
Venkatrangan Govindarajan [Mon, 10 Jun 2019 05:25:49 +0000 (05:25 +0000)]
Merge "Add integration code for rocky"

4 years agoFix gclogs collection 59/82459/1
Luis Gomez [Sat, 8 Jun 2019 05:45:08 +0000 (22:45 -0700)]
Fix gclogs collection

Change-Id: I09ae33d8a9cc7dba61802c824e43301239922abc
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
4 years agoAdd numpy to tox.ini 29/82429/1
Anil Belur [Thu, 6 Jun 2019 22:49:47 +0000 (08:49 +1000)]
Add numpy to tox.ini

NLTK upstream library adds numpy as a dependency.

Change-Id: I1f4ae11d917a07701f11cd55f89e882571a77aef
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
4 years agoUpdate CentOS 7 devstack-rocky image to latest 15/82415/1
Anil Belur [Thu, 6 Jun 2019 06:15:51 +0000 (16:15 +1000)]
Update CentOS 7 devstack-rocky image to latest

Some of the working images on prod were removed because
the openstack cron job did not run for a few weeks on
stack removal failures.

All new images are to be marked as protected, when we update
new images, if the cron job is not running then the imaege
might get removed on the infra.

https://logs.opendaylight.org/releng/vex-yul-odl-jenkins-1/builder-openstack-cron/19027/console.log.gz

Change-Id: I7b52aa722a24ba0efd61c8227e3797e1b176c65b
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
4 years agoUpdate Ubuntu 16.04 mininet-ovs-26 images 14/82414/1
Anil Belur [Thu, 6 Jun 2019 06:08:55 +0000 (16:08 +1000)]
Update Ubuntu 16.04 mininet-ovs-26 images

Some of the working images on prod werer removed because
the openstack cron job did not run for a few weeks on
stack removal failures.

All new images are to be marked as protected, when we update
new images, if the cron job is not running then the imaege
might get removed on the infra.

https://logs.opendaylight.org/releng/vex-yul-odl-jenkins-1/builder-openstack-cron/19027/console.log.gz

Change-Id: I2a77a84a11c630274dd9cc2cabb76387878d79d6
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
4 years agoMerge "Remove Ubuntu 14.04 templates and packer jobs"
Luis Gomez [Thu, 6 Jun 2019 03:47:59 +0000 (03:47 +0000)]
Merge "Remove Ubuntu 14.04 templates and packer jobs"

4 years agoFix missing /tmp 04/82404/1
Luis Gomez [Wed, 5 Jun 2019 02:00:45 +0000 (19:00 -0700)]
Fix missing /tmp

Change-Id: I4af08748c0d46148c9ad03109e916195eef3c38a
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
4 years agoMerge changes from topic 'shellcheck'
Jamo Luhrsen [Tue, 4 Jun 2019 21:58:16 +0000 (21:58 +0000)]
Merge changes from topic 'shellcheck'

* changes:
  Fix SC2086 Double quote variables
  Fix SC2086 for lines 300 until EOF
  Fix SC2086 for lines 490 until EOF
  Fix SC2086 for lines 575 until EOF
  Fix SC2086 for lines 700 until EOF
  Fix SC2086 for lines 940 until EOF
  Fix SC2004 $/${} unnecessary on arithmetic vars
  Fix SC2006 backtick syntax is legacy

4 years agoMerge "Remove unused mdsal javadoc jobs"
Anil Belur [Tue, 4 Jun 2019 10:56:11 +0000 (10:56 +0000)]
Merge "Remove unused mdsal javadoc jobs"

4 years agoMerge "Remove unused yangtools javadoc jobs"
Anil Belur [Tue, 4 Jun 2019 10:56:09 +0000 (10:56 +0000)]
Merge "Remove unused yangtools javadoc jobs"

4 years agoRemove Ubuntu 14.04 templates and packer jobs 93/82393/1
Anil Belur [Tue, 4 Jun 2019 03:42:36 +0000 (13:42 +1000)]
Remove Ubuntu 14.04 templates and packer jobs

Ubuntu 14.04 is EOL-ed and no longer supported.

Change-Id: Ib85a6a76dc5acaa9a66b3b2d32d259cf89193949
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
4 years agoUpdate to lastest Ubuntu 16.04 images 92/82392/1
Anil Belur [Tue, 4 Jun 2019 02:42:03 +0000 (12:42 +1000)]
Update to lastest Ubuntu 16.04 images

Ubuntu 14.04 is EOL-ed and no longer supported.

Change-Id: If78f90ae03ff58097d0b7d2bb23d5ebb2c794b3f
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
4 years agoAdd integration code for rocky 04/82004/6
JayaPr [Mon, 13 May 2019 12:35:17 +0000 (18:05 +0530)]
Add integration code for rocky

Change-Id: I4abe948f4334bc97f26bb57d9fd50ef7a233d43c
Signed-off-by: JayaPr <jaya.priyadarshini@ericsson.com>
4 years agoMerge "Add views for mvn stage and verify deps jobs"
Jamo Luhrsen [Fri, 31 May 2019 05:22:43 +0000 (05:22 +0000)]
Merge "Add views for mvn stage and verify deps jobs"

4 years agoMerge "Update global-jjb to v0.37.6"
Jamo Luhrsen [Fri, 31 May 2019 05:22:13 +0000 (05:22 +0000)]
Merge "Update global-jjb to v0.37.6"

4 years agoMerge "Disable packer jobs with Ubuntu 18.04"
Jamo Luhrsen [Fri, 31 May 2019 05:21:54 +0000 (05:21 +0000)]
Merge "Disable packer jobs with Ubuntu 18.04"

4 years agoMerge "Update Test jobs for ODL Neon SR1 Release"
Jamo Luhrsen [Fri, 31 May 2019 05:21:07 +0000 (05:21 +0000)]
Merge "Update Test jobs for ODL Neon SR1 Release"

4 years agoMerge "Fix autorelease generated view file name"
Anil Belur [Fri, 31 May 2019 01:15:29 +0000 (01:15 +0000)]
Merge "Fix autorelease generated view file name"

4 years agoUpdate global-jjb to v0.37.6 44/82344/1
Anil Belur [Fri, 31 May 2019 01:13:16 +0000 (11:13 +1000)]
Update global-jjb to v0.37.6

- Pull in the fix for deploy logs

Change-Id: I0e4f2dc0e8b91e2ca86adec966accae235dcf399
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
4 years agoRemove unused mdsal javadoc jobs 31/82331/1
Thanh Ha [Thu, 30 May 2019 03:16:16 +0000 (23:16 -0400)]
Remove unused mdsal javadoc jobs

Change-Id: I28f3af282e526b7263806eefbf8b0b1f615806a0
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
4 years agoRemove unused yangtools javadoc jobs 30/82330/1
Thanh Ha [Thu, 30 May 2019 03:13:24 +0000 (23:13 -0400)]
Remove unused yangtools javadoc jobs

Change-Id: If55a9e18fa34ba72e81426254d160e1ac8ce874f
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
4 years agoRemove controller javadoc jobs 99/82299/2
Robert Varga [Wed, 29 May 2019 05:48:23 +0000 (07:48 +0200)]
Remove controller javadoc jobs

Controller has its own controller-docs.jar created as part
of the build process, which verifies javadoc consistency,
hence secondary javadoc jobs are unnecessary churn.

Change-Id: I6ad51215eed7e9a67978794f524963c1023a0ee9
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
4 years agoFix SC2086 Double quote variables 29/82329/1
Thanh Ha [Thu, 30 May 2019 02:52:48 +0000 (22:52 -0400)]
Fix SC2086 Double quote variables

Double quote to prevent globbing and word splitting

Change-Id: Ieb057e388a4ae0dcf1237f395b1052dd2c23be9e
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
4 years agoFix SC2086 for lines 300 until EOF 28/82328/1
Thanh Ha [Thu, 30 May 2019 02:44:18 +0000 (22:44 -0400)]
Fix SC2086 for lines 300 until EOF

Double quote to prevent globbing and word splitting

Change-Id: I610b8ffe9a8140b1381a5ee6e16fbea96621b209
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
4 years agoFix SC2086 for lines 490 until EOF 27/82327/1
Thanh Ha [Thu, 30 May 2019 02:34:19 +0000 (22:34 -0400)]
Fix SC2086 for lines 490 until EOF

* Double quote to prevent globbing and word splitting
* SC2035: Use ./*glob* or -- *glob* so names with dashes
          won't become options

Change-Id: I118743d0f9f4e4a413cecd0234a9dff48ba993c2
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
4 years agoFix SC2086 for lines 575 until EOF 26/82326/1
Thanh Ha [Thu, 30 May 2019 02:26:44 +0000 (22:26 -0400)]
Fix SC2086 for lines 575 until EOF

Double quote to prevent globbing and word splitting

Change-Id: I245d01e71ce04bd968d7ad9a13589586ea30e53e
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
4 years agoFix SC2086 for lines 700 until EOF 25/82325/1
Thanh Ha [Thu, 30 May 2019 02:16:50 +0000 (22:16 -0400)]
Fix SC2086 for lines 700 until EOF

Double quote to prevent globbing and word splitting

Change-Id: Ic34ae97f05b8e6180d91ccd5479e1cd56ee52e44
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
4 years agoFix SC2086 for lines 940 until EOF 24/82324/1
Thanh Ha [Thu, 30 May 2019 02:10:49 +0000 (22:10 -0400)]
Fix SC2086 for lines 940 until EOF

Double quote to prevent globbing and word splitting

Change-Id: I5326e70fd7978f3971031656fbf5179929181410
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
4 years agoFix SC2004 $/${} unnecessary on arithmetic vars 23/82323/1
Thanh Ha [Thu, 30 May 2019 02:06:17 +0000 (22:06 -0400)]
Fix SC2004 $/${} unnecessary on arithmetic vars

Change-Id: Id068d46b56d6c5c1555b2d95f04f39f465ff573c
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
4 years agoFix SC2006 backtick syntax is legacy 22/82322/1
Thanh Ha [Thu, 30 May 2019 02:03:20 +0000 (22:03 -0400)]
Fix SC2006 backtick syntax is legacy

Also resolve SC2086 Double quote to prevent globbing and word splitting
for backtick affected lines.

Change-Id: I00f3e2537e05da25996d913b80cd0b3d4d8d3c09
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
4 years agoFix autorelease generated view file name 73/82273/3
Anil Belur [Tue, 28 May 2019 09:54:37 +0000 (19:54 +1000)]
Fix autorelease generated view file name

$WORKSPACE/archives is a dir which is created later in
the job, without the dir existing the .yaml file generated
gets created as an $WORKSPACE/archives file and
fails when running `lftools deploy logs`.

The correct way to handle this create a $WORKSPACE/archives
and add the file to the dir.

Change-Id: I313fed7d1ecfa8545ad6e8b59634c7f63d25e597
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
4 years agoUpdate Test jobs for ODL Neon SR1 Release 92/82292/1
Anil Belur [Wed, 29 May 2019 01:20:46 +0000 (11:20 +1000)]
Update Test jobs for ODL Neon SR1 Release

Change-Id: Ie45499a34825d2d5c0bce2cb8bada593132a4723
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
4 years agoDisable packer jobs with Ubuntu 18.04 09/82209/1
Anil Belur [Thu, 23 May 2019 02:25:17 +0000 (12:25 +1000)]
Disable packer jobs with Ubuntu 18.04

None of the images are being used in the projects presently.
Also the packer images are failing with 18.04 due to incompatible
version of mininet and kubernetes. Specific jobs can be re-enabled
once we determine what is supported for the projects.

Change-Id: I06ebc076296e6faa1809b19d9b7ce9e5c3ab3e6b
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
4 years agoAdd views for mvn stage and verify deps jobs 04/82204/1
Anil Belur [Tue, 21 May 2019 23:45:08 +0000 (09:45 +1000)]
Add views for mvn stage and verify deps jobs

Change-Id: Ia92e5f1d67fecae210088d03b82c0931d89832cf
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
4 years agoMerge "Update common-packer to v0.3.0"
Thanh Ha (zxiiro) [Tue, 21 May 2019 22:33:50 +0000 (22:33 +0000)]
Merge "Update common-packer to v0.3.0"

4 years agoMerge "Migrate devstack images to Ansible provisioners"
Thanh Ha (zxiiro) [Tue, 21 May 2019 22:33:43 +0000 (22:33 +0000)]
Merge "Migrate devstack images to Ansible provisioners"

4 years agoRemove mvn-goals from telemetry project 62/82162/2
Anil Belur [Mon, 20 May 2019 08:40:03 +0000 (18:40 +1000)]
Remove mvn-goals from telemetry project

Update job to address comment in Ibc1cb172a441f0.
mvn-goals is defined in global-jjb defaults and does
not need to be redefined here.

Also remove the openjdk and mvn-version since this
is defined in the defaults.

Change-Id: Ia5ca68c1141c200072b110e61fe0cc59d2693eb7
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
4 years agoMerge "Add sodium jobs for detnet project"
Andrew Grimberg [Fri, 17 May 2019 21:38:53 +0000 (21:38 +0000)]
Merge "Add sodium jobs for detnet project"

4 years agoMerge "Update mvn-goals for telemetry project"
Andrew Grimberg [Fri, 17 May 2019 21:38:25 +0000 (21:38 +0000)]
Merge "Update mvn-goals for telemetry project"

4 years agoMerge "Update RTD tokens and url for alt-datastore jobs"
Andrew Grimberg [Fri, 17 May 2019 21:37:56 +0000 (21:37 +0000)]
Merge "Update RTD tokens and url for alt-datastore jobs"

4 years agoSet nexus-iq namespace to odl- 61/82161/1
Thanh Ha [Fri, 17 May 2019 15:03:44 +0000 (11:03 -0400)]
Set nexus-iq namespace to odl-

Distribution is not pulling in the job-group for ODL so was missing this
configuration to properly work with LF Nexus IQ server.

Change-Id: Ie2c2136bb2e37937ba31aa0c8bf87e2967591a88
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
4 years agoUpdate mvn-goals for telemetry project 58/82158/2
Anil Belur [Fri, 17 May 2019 06:14:39 +0000 (16:14 +1000)]
Update mvn-goals for telemetry project

Fix the mvn-goals to deploy the artifacts to
'$WORKSPACE/$JOB-NAME/m2repo', since this is required by
`lftools deploy nexus-stage` CLI for the maven-stage
jobs.

Change-Id: Ibc1cb172a441f0f2cb64b97e54fa217acce1608d
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
4 years agoUpdate RTD tokens and url for alt-datastore jobs 32/82132/2
Anil Belur [Fri, 17 May 2019 01:54:58 +0000 (11:54 +1000)]
Update RTD tokens and url for alt-datastore jobs

The previous webhooks have been setup pointing to lf RTD repos.
This should fix the issue.

Change-Id: I00ea3915cdc704161b36f7047f56c9bf9e2cc260
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
4 years agoAdd sodium jobs for detnet project 33/82133/2
Anil Belur [Fri, 17 May 2019 01:38:37 +0000 (11:38 +1000)]
Add sodium jobs for detnet project

Change-Id: Icb1e46d5ce266f4ac273522941ed45f18a666906
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
4 years agoUpdate common-packer to v0.3.0 98/81798/2
Anil Belur [Mon, 29 Apr 2019 02:04:03 +0000 (12:04 +1000)]
Update common-packer to v0.3.0

Change-Id: I01c68b22c2bfa421f2bc399592cc6f545c9b9e73
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
4 years agoUpdate global-jjb to 0.37.5 48/82048/1
Anil Belur [Tue, 14 May 2019 22:38:01 +0000 (08:38 +1000)]
Update global-jjb to 0.37.5

- This fixes the issue with surefire reports.

Change-Id: I2d306e53942fb83af8ba7d3d582205c457ace744
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
4 years agoRevert "Update global-jjb to 0.37.4" 36/82036/1
Anil Belur [Tue, 14 May 2019 14:05:17 +0000 (00:05 +1000)]
Revert "Update global-jjb to 0.37.4"

This reverts commit 5f45df3646f1593e48d5769a13d350807c393986.

Change-Id: I1709e40efb3a5fd2d1f8081c7137231943afb6c2
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
4 years agoMerge "Update global-jjb to 0.37.4"
Faseela K [Tue, 14 May 2019 10:33:17 +0000 (10:33 +0000)]
Merge "Update global-jjb to 0.37.4"

4 years agoMerge "Replace pike with queens for group based policy"
Anil Belur [Tue, 14 May 2019 10:22:17 +0000 (10:22 +0000)]
Merge "Replace pike with queens for group based policy"

4 years agoReplace pike with queens for group based policy 19/82019/1
JayaPr [Tue, 14 May 2019 13:55:01 +0000 (19:25 +0530)]
Replace pike with queens for group based policy

Replace pike with queens for group based policy
jobs as pike is not supported in infra

Change-Id: Iff58c15590edbaca377aa976a72c98e2b956abbe
Signed-off-by: JayaPr <jaya.priyadarshini@ericsson.com>
4 years agoRemove devstack pike image from defaults 05/82005/2
JayaPr [Mon, 13 May 2019 12:39:56 +0000 (18:09 +0530)]
Remove devstack pike image from defaults

stable/pike images are not longer supported
and images are not available on the infra hence
removing it from defaults

Change-Id: I5e1daad10291148c3454bc1b8bcff0352ed1a1f4
Signed-off-by: JayaPr <jaya.priyadarshini@ericsson.com>
4 years agoMerge changes I05fc93ee,I702d6831
Anil Belur [Tue, 14 May 2019 02:33:40 +0000 (02:33 +0000)]
Merge changes I05fc93ee,I702d6831

* changes:
  Resolve packaging ShellCheck errors
  Resolve OPFlex ShellCheck issues

4 years agoMerge "Resolve yamllint issues"
Anil Belur [Tue, 14 May 2019 02:33:01 +0000 (02:33 +0000)]
Merge "Resolve yamllint issues"

4 years agoMigrate devstack images to Ansible provisioners 35/81835/5
Anil Belur [Tue, 14 May 2019 01:37:39 +0000 (11:37 +1000)]
Migrate devstack images to Ansible provisioners

Migrate the packer provisioners to use Ansible playbooks.
Remove the shell scripts used to provision custom devstack
{pre-pip-{queens,rocky}} images.

Change-Id: I42a114db01208b96a0fd9116a4404bdd61688376
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
4 years agoUpdate global-jjb to 0.37.4 18/82018/1
Anil Belur [Tue, 14 May 2019 00:59:57 +0000 (10:59 +1000)]
Update global-jjb to 0.37.4

Change-Id: I27a591593671a6ecd0425ee21157f85c897e9286
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
4 years agoMerge "Update Ubuntu 16.04 mininet 2.6 image to latest"
Faseela K [Mon, 13 May 2019 06:46:29 +0000 (06:46 +0000)]
Merge "Update Ubuntu 16.04 mininet 2.6 image to latest"

4 years agoResolve packaging ShellCheck errors 91/81991/1
Thanh Ha [Sat, 11 May 2019 00:38:03 +0000 (20:38 -0400)]
Resolve packaging ShellCheck errors

Change-Id: I05fc93ee5eaf84fc95ea28af1548074945cc4380
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
4 years agoResolve OPFlex ShellCheck issues 90/81990/1
Thanh Ha [Sat, 11 May 2019 00:25:58 +0000 (20:25 -0400)]
Resolve OPFlex ShellCheck issues

Change-Id: I702d6831c2cc15ad3fa6451efd7d2ba90f2f55b7
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
4 years agoResolve yamllint issues 89/81989/1
Thanh Ha [Sat, 11 May 2019 00:12:45 +0000 (20:12 -0400)]
Resolve yamllint issues

* Truthiness values should be true|false
* Document start should being with '---'
* Improper indentation
* Ignore line-length for packer as URL gets can be long

Change-Id: I8375f8bbf486a22677e354189148786d7d5126be
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
4 years agoFix Karaf log size adjustment for CSIT 58/81958/3
Luis Gomez [Wed, 8 May 2019 18:00:36 +0000 (11:00 -0700)]
Fix Karaf log size adjustment for CSIT

There was recent change in odlparent to generate 64 MB log file.
After that, the CSIT script to adjust log size stopped working.

Change-Id: Ic8cb34d224a7b38c029f64e3bffe269ed4057882
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
4 years agoPin pygments to 2.3.x 64/81964/1
Thanh Ha [Wed, 8 May 2019 23:53:39 +0000 (19:53 -0400)]
Pin pygments to 2.3.x

Pygments released 2.4.0 which added a python requires that excludes all
versions of Python < 3.5. The LFCI's default Python 3 version is 3.4 so
causes build failure.

Change-Id: If3e3687f1c269b6eebfb2f7919c0fcf7bbd4eac7
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
4 years agoUpdate Ubuntu 16.04 mininet 2.6 image to latest 51/81951/1
Anil Belur [Wed, 8 May 2019 01:39:46 +0000 (11:39 +1000)]
Update Ubuntu 16.04 mininet 2.6 image to latest

Change-Id: Ifc1f5d857d3969142226d4ec1a030a85b33dbdae
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
4 years agoMerge "Remove openstack high frequency jobs"
Luis Gomez [Tue, 7 May 2019 17:15:36 +0000 (17:15 +0000)]
Merge "Remove openstack high frequency jobs"

4 years agoInstall OpenVSwitch 2.6.1 into '/opt/ovs' 20/81920/1
Anil Belur [Tue, 7 May 2019 02:07:34 +0000 (12:07 +1000)]
Install OpenVSwitch 2.6.1 into '/opt/ovs'

The source files are required by Netvirt CSIT tests
installing them into '/tmp' removes the src files.

Change-Id: I15fd77eb0ec232052b5bf9a04a24b8d618c54ccc
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
4 years agoMerge "Add plots to netconf-scale-max-devices job"
Thanh Ha (zxiiro) [Fri, 3 May 2019 17:35:26 +0000 (17:35 +0000)]
Merge "Add plots to netconf-scale-max-devices job"

4 years agoAdd plots to netconf-scale-max-devices job 93/81893/1
jluhrsen [Fri, 3 May 2019 16:56:22 +0000 (09:56 -0700)]
Add plots to netconf-scale-max-devices job

Change-Id: I4ff142ff969217679e65aa88489c5376b256915d
Signed-off-by: jluhrsen <jluhrsen@gmail.com>
4 years agoMerge "Add netconf scale job to find max devices"
Thanh Ha (zxiiro) [Fri, 3 May 2019 11:05:57 +0000 (11:05 +0000)]
Merge "Add netconf scale job to find max devices"

4 years agoAdd netconf scale job to find max devices 87/81887/1
jluhrsen [Fri, 3 May 2019 04:21:19 +0000 (21:21 -0700)]
Add netconf scale job to find max devices

Change-Id: I189e3616f898dd0b26219b8d692618938875e0d3
Signed-off-by: jluhrsen <jluhrsen@gmail.com>
4 years agoRemove packer job and template for devstack pike 70/81870/2
Anil Belur [Thu, 2 May 2019 08:59:35 +0000 (18:59 +1000)]
Remove packer job and template for devstack pike

The pike images are no longer used with ODL CSIT jobs.

https://lists.opendaylight.org/pipermail/integration-dev/2019-May/013213.html

Change-Id: Icfeca67d57b85ece934f57f5cbd305213f2acf6f
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
4 years agoRemove openstack high frequency jobs 58/81858/1
Luis Gomez [Wed, 1 May 2019 16:24:57 +0000 (09:24 -0700)]
Remove openstack high frequency jobs

Same jobs will run daily on AR creation.

Change-Id: I3f447f0dd3c083334bee3420da7173eb756ebfa0
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
4 years agoMerge "Update CentOS7 robot nodes to the latest"
Anil Belur [Tue, 30 Apr 2019 21:40:56 +0000 (21:40 +0000)]
Merge "Update CentOS7 robot nodes to the latest"

4 years agoMerge "Enable gre type driver for tdd wip jobs"
Thanh Ha (zxiiro) [Tue, 30 Apr 2019 16:31:15 +0000 (16:31 +0000)]
Merge "Enable gre type driver for tdd wip jobs"

4 years agoEnable gre type driver for tdd wip jobs 18/81818/1
JayaPr [Tue, 30 Apr 2019 18:21:38 +0000 (23:51 +0530)]
Enable gre type driver for tdd wip jobs

Change-Id: Ic9657f57f5c6593606b8aeecf0727ede4a1cccd5
Signed-off-by: JayaPr <jaya.priyadarshini@ericsson.com>
4 years agoMerge "Do not use with_items for package installs"
Anil Belur [Tue, 30 Apr 2019 12:46:29 +0000 (12:46 +0000)]
Merge "Do not use with_items for package installs"

4 years agoMerge "Add rocky job for master[sodium]"
Thanh Ha (zxiiro) [Tue, 30 Apr 2019 09:58:16 +0000 (09:58 +0000)]
Merge "Add rocky job for master[sodium]"

4 years agoAdd rocky job for master[sodium] 03/81803/3
JayaPr [Mon, 29 Apr 2019 18:34:05 +0000 (00:04 +0530)]
Add rocky job for master[sodium]

Change-Id: I6806dfc46e365aac1123e02009ce9365da715e06
Signed-off-by: JayaPr <jaya.priyadarshini@ericsson.com>
4 years agoDo not use with_items for package installs 09/81809/2
Thanh Ha [Mon, 29 Apr 2019 23:37:12 +0000 (19:37 -0400)]
Do not use with_items for package installs

Ansible package roles support lists being passed to them. There is
no need to use a with_items loop. In addition to that with_items
makes multiple calls to the package manager rather than combining
them into a single call so performance is better when not using
with_items.

Change-Id: I20bb660c28dcdf95c9309f983e2fb724fab3af64
Signed-off-by: Thanh Ha <zxiiro@gmail.com>