releng/builder.git
7 years agoMerge "Revert submodule timeout back to default 10 minutes"
Andrew Grimberg [Thu, 9 Jun 2016 19:30:32 +0000 (19:30 +0000)]
Merge "Revert submodule timeout back to default 10 minutes"

7 years agoRevert submodule timeout back to default 10 minutes 23/40123/1
Thanh Ha [Thu, 9 Jun 2016 19:27:20 +0000 (15:27 -0400)]
Revert submodule timeout back to default 10 minutes

We tried this to see if it helps with the validate-autorelease job
cloning issue but it seems to only have caused us to take 5 minutes
longer to fail the build.

Change-Id: Iae90d6e57710e2dfd66221ae3795cbe3ae08e6e0
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdate automated project templates 22/40122/1
jenkins-releng [Thu, 9 Jun 2016 19:19:39 +0000 (19:19 +0000)]
Update automated project templates

Change-Id: I74f6e44d7207eb9f2d7e881fc5c12bf8305cb06d
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
7 years agoAdd honeycomb/vbd to autorelease check job 21/40121/1
Thanh Ha [Thu, 9 Jun 2016 19:15:50 +0000 (15:15 -0400)]
Add honeycomb/vbd to autorelease check job

Change-Id: I98480041e2df78286a3f0d0a69abbecdbc13085d
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoWipe also non-ODL artifacts before building autorelease 68/40068/2
Vratko Polak [Thu, 9 Jun 2016 17:12:22 +0000 (19:12 +0200)]
Wipe also non-ODL artifacts before building autorelease

When testing https://git.opendaylight.org/gerrit/#/c/35558/4
At first, my local tests were passing,
but they failed when I deleted one non-ODL artifact from my .m2 repo.

This Change will make sure ODL projects have all dependencies ready for packaging,
not relying on them just happen to lay in the local maven reporitory.

Change-Id: I58593bd99fd215feb295dbe9701bb2a50bf1f9f4
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoMerge "Add distribution-check in yangtools jenkins"
Vratko Polák [Thu, 9 Jun 2016 16:18:08 +0000 (16:18 +0000)]
Merge "Add distribution-check in yangtools jenkins"

7 years agoUpdate automated jobs 10/40110/1
Thanh Ha [Thu, 9 Jun 2016 13:56:05 +0000 (09:56 -0400)]
Update automated jobs

Change-Id: I493d8246278d81e2c7895788fa67a784716e0523
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoCreate bundles for autorelease post release tagging 63/40063/4
Thanh Ha [Wed, 8 Jun 2016 17:58:09 +0000 (13:58 -0400)]
Create bundles for autorelease post release tagging

Start treating all releases as possible release candadites which can be
released at any time the TSC approves a release. All autorelease jobs
will now contain an additional variable *next-release-tag* to signify
the next official release version.

See mailing list discussion thread here:
https://lists.opendaylight.org/pipermail/release/2016-April/006299.html

The release engineer can pull down the bundle files and run:

    git fetch /path/to/project.bundle
    git checkout FETCH_HEAD
    git tag -asm "OpenDaylight [release] release" release/[release]
    git push gerrit release/[release]

To push the build tags to Gerrit. This should cut back on the amount of
patches needing to be pushed to Gerrit for review by half and only the
x.y.z-SNAPSHOT patches need to be pushed.

Change-Id: I53bb95236e41c7e99a12c312e5158db51a9f4e67
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoMerge "move urllib3 and httplib2 upgrades to happen after devstack is done"
Luis Gomez [Wed, 8 Jun 2016 21:09:20 +0000 (21:09 +0000)]
Merge "move urllib3 and httplib2 upgrades to happen after devstack is done"

7 years agoMake ovsdb-full-integration job build against gerrit-trigger patchset 67/40067/1
Thanh Ha [Wed, 8 Jun 2016 18:15:20 +0000 (14:15 -0400)]
Make ovsdb-full-integration job build against gerrit-trigger patchset

Change-Id: I780e90ef434620417c67fc8403f99fdbc056461d
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agomove urllib3 and httplib2 upgrades to happen after devstack is done 65/40065/1
Jamo Luhrsen [Wed, 8 Jun 2016 18:05:12 +0000 (11:05 -0700)]
move urllib3 and httplib2 upgrades to happen after devstack is done

Change-Id: I15e3629f2acb5b120792003ba5262000686d834a
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoadd gerrit refspec to full-integration ovsdb job 62/40062/1
Jamo Luhrsen [Wed, 8 Jun 2016 17:49:26 +0000 (10:49 -0700)]
add gerrit refspec to full-integration ovsdb job

Change-Id: Ie69f02d1632a59ff98d0d06c921685ae4bd0ab32
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoFix full-integration job to only run against ovsdb project 57/40057/1
Thanh Ha [Wed, 8 Jun 2016 17:01:12 +0000 (13:01 -0400)]
Fix full-integration job to only run against ovsdb project

Change-Id: Ic3206a4fb8d824d8f2f2931059503a164619a68c
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoadd project and branch info to runit gerrit keyword 52/40052/2
Jamo Luhrsen [Wed, 8 Jun 2016 16:31:24 +0000 (09:31 -0700)]
add project and branch info to runit gerrit keyword

Change-Id: I0f83e68821d0485dba498a68d3cc2800546e1a71
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoMerge "Add a trigger to run integration tests on OVSDB project."
Jamo Luhrsen [Wed, 8 Jun 2016 15:55:37 +0000 (15:55 +0000)]
Merge "Add a trigger to run integration tests on OVSDB project."

7 years agoRearrange the user creation step for slaves 45/40045/1
Andrew Grimberg [Wed, 8 Jun 2016 15:15:02 +0000 (08:15 -0700)]
Rearrange the user creation step for slaves

With the change from JClouds to the OpenStack slave plugin we need to
fully manage the creation of the Jenkins user. This modifies the timing
of when the user gets created to be the last step. This will hopefully
prevent us from having issues with the init scripts not having been
completed before a job starts on the system.

Secondly, we handle adding Jenkins to the docker group in a slightly
more sane manner but without breaking our current production setup that
executes some, but not all of these scripts and in a different order.

Change-Id: I8d88cd0d9de6b3defd6615faa474e4ce8d583ea4
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
7 years agoFix autorelease settings-type for Maven 42/40042/1
Thanh Ha [Wed, 8 Jun 2016 14:37:08 +0000 (10:37 -0400)]
Fix autorelease settings-type for Maven

Change-Id: I6541414902914a01e12a6a6f15c8dc9cfaa4418a
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoMerge "Add Python temp files to .gitignore"
Andrew Grimberg [Wed, 8 Jun 2016 13:32:35 +0000 (13:32 +0000)]
Merge "Add Python temp files to .gitignore"

7 years agoMerge "Need more karaf logs history for distribution check jobs"
Vratko Polák [Wed, 8 Jun 2016 09:32:22 +0000 (09:32 +0000)]
Merge "Need more karaf logs history for distribution check jobs"

7 years agoAdd a trigger to run integration tests on OVSDB project. 74/39674/4
Sharad Mishra [Tue, 31 May 2016 12:57:09 +0000 (05:57 -0700)]
Add a trigger to run integration tests on OVSDB project.

This patch adds a gerrit trigger - "runit", which will
force all integration tests to run on the patch.

Change-Id: I549cec98edfc6b411dd3ce7fb2a2e4fc98fcd044
Signed-off-by: Sharad Mishra <sharad.d.mishra@intel.com>
7 years agoupgrade urllib2 and httplib2 for tempest execution 83/39983/1
Jamo Luhrsen [Wed, 8 Jun 2016 00:14:06 +0000 (17:14 -0700)]
upgrade urllib2 and httplib2 for tempest execution

Change-Id: I2bc472cc3688935b9958d768da19c34366ecb416
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoNeed more karaf logs history for distribution check jobs 20/39920/2
Luis Gomez [Tue, 7 Jun 2016 06:08:12 +0000 (23:08 -0700)]
Need more karaf logs history for distribution check jobs

Change-Id: I00e71160862112170853a40c2f080e6e3f9568bb
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
7 years agoMerge "Add csit "userfeatures" job for Distribution"
Jamo Luhrsen [Tue, 7 Jun 2016 03:48:41 +0000 (03:48 +0000)]
Merge "Add csit "userfeatures" job for Distribution"

7 years agoRemove the unwanted yum update that causes delay 16/39916/1
gvrangan [Tue, 7 Jun 2016 01:38:38 +0000 (01:38 +0000)]
Remove the unwanted yum update that causes delay

Change-Id: Ib345b57d6ac1aaf1c7bf85001231d178cc1e6aac
Signed-off-by: gvrangan <venkatrangang@hcl.com>
7 years agoAdd distribution-check in yangtools jenkins 15/39915/1
Luis Gomez [Tue, 7 Jun 2016 01:22:56 +0000 (18:22 -0700)]
Add distribution-check in yangtools jenkins

Change-Id: I8ec21b2dad677b3f848e0a41bd53a67cdc3614cc
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
7 years agoMerge "Make Openstack jobs more configurable"
Jamo Luhrsen [Tue, 7 Jun 2016 00:24:36 +0000 (00:24 +0000)]
Merge "Make Openstack jobs more configurable"

7 years agoMake Openstack jobs more configurable 38/39738/7
gvrangan [Wed, 1 Jun 2016 23:25:38 +0000 (23:25 +0000)]
Make Openstack jobs more configurable

local.conf contents are made configurable in this patch. User can select
the serices to enable and disable. The entire log directory from karaf is collected
for better debugging. Fixed the wrong variable in the networking-odl git line

Change-Id: I6510a724aa5b939be57dbbdec82e531154b2e612
Signed-off-by: gvrangan <venkatrangang@hcl.com>
7 years agoAdd Python temp files to .gitignore 01/39901/1
Thanh Ha [Mon, 6 Jun 2016 18:10:31 +0000 (14:10 -0400)]
Add Python temp files to .gitignore

Change-Id: Ibaec7d136d5d11d941cd460764ce42d1e74f2f54
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoMerge "Change networking-odl branch for stable/mitaka"
Vratko Polák [Mon, 6 Jun 2016 16:58:51 +0000 (16:58 +0000)]
Merge "Change networking-odl branch for stable/mitaka"

7 years agoMerge "add sptn and potn maven settings macros"
Thanh Ha [Mon, 6 Jun 2016 15:23:32 +0000 (15:23 +0000)]
Merge "add sptn and potn maven settings macros"

7 years agoImprove p2deploy scripts to support snapshot deploy 32/39132/3
Thanh Ha [Thu, 19 May 2016 23:05:36 +0000 (19:05 -0400)]
Improve p2deploy scripts to support snapshot deploy

- Will deploy a release if an opendaylight.snapshot URL is not found
- Will deploy latest SNAPSHOT build if P2ZIP_URL is blank
- Will deploy snapshot build if P2ZIP_URL contains opendaylight.snapshot

TODO:
- Currently hardcoded version to 1.1.1-SNAPSHOT it would be better if we
  can detect the latest x.y.z-SNAPSHOT automatically

Bug: 5869
Change-Id: I1fe343e0664ae8badc1f1f2bce88f66dea759c19
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoAdd csit "userfeatures" job for Distribution 39/39839/2
Vratko Polak [Fri, 3 Jun 2016 13:29:46 +0000 (15:29 +0200)]
Add csit "userfeatures" job for Distribution

Change-Id: If08637c1d99e7bddacf26ffe43da1b257974a840
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
8 years agoMerge "add basic job"
Luis Gomez [Thu, 2 Jun 2016 03:02:39 +0000 (03:02 +0000)]
Merge "add basic job"

8 years agoChange networking-odl branch for stable/mitaka 36/39736/1
gvrangan [Wed, 1 Jun 2016 21:01:27 +0000 (21:01 +0000)]
Change networking-odl branch for stable/mitaka

The yaml is updated to use the stable/mitaka branch of networking-odl.
This has been created recently.

Change-Id: I4bdd4b119877c4be7d55d8657bc5e659f1dec1dc
Signed-off-by: gvrangan <venkatrangang@hcl.com>
8 years agoadd sptn and potn maven settings macros 64/39664/2
Andrew Grimberg [Tue, 31 May 2016 18:21:20 +0000 (11:21 -0700)]
add sptn and potn maven settings macros

Change-Id: Ibe6653f179919733a99eeeafaa2b652fc9184dd1
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
8 years agoadd basic job 79/39679/1
jason [Wed, 1 Jun 2016 00:57:12 +0000 (08:57 +0800)]
add basic job

Change-Id: I72a6a6affdb615e5db08333aed4a6c01f2a40938
Signed-off-by: jason <jason.cw.yuan@foxconn.com>
8 years agoAdd missing comma 78/39678/1
Luis Gomez [Wed, 1 Jun 2016 00:56:42 +0000 (17:56 -0700)]
Add missing comma

Change-Id: If78b85386dd4e913723bc22aad62c3ff00446d03
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
8 years agoMerge "Enable VTN Coordinator CSIT for Boron"
Jamo Luhrsen [Tue, 31 May 2016 20:59:07 +0000 (20:59 +0000)]
Merge "Enable VTN Coordinator CSIT for Boron"

8 years agoCorrect netvirt csit job names in the distribution test 73/39673/1
Luis Gomez [Tue, 31 May 2016 20:39:37 +0000 (13:39 -0700)]
Correct netvirt csit job names in the distribution test

Change-Id: Ic05bcba37e0d960963476a4d040cc87568c9fba3
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
8 years agoEnable VTN Coordinator CSIT for Boron 62/39662/1
gvrangan [Tue, 31 May 2016 18:05:19 +0000 (18:05 +0000)]
Enable VTN Coordinator CSIT for Boron

Change-Id: I3d33257bb51a0a7f5bb9beb2c7f1356faad1f341
Signed-off-by: gvrangan <venkatrangang@hcl.com>
8 years agoAll gerrit declarations should define a server 51/39651/1
Andrew Grimberg [Tue, 31 May 2016 13:50:22 +0000 (06:50 -0700)]
All gerrit declarations should define a server

Jobs that do not use our standard gerrit trigger declaration need to
define a specific gerrit server. If they do not then they can
potentially trigger on jobs from the OpenStack gerrit as well. We should
only be triggering on the OpenStack gerrit for well known and well
managed jobs or our CI will get disabled against OpenStack (again)

Change-Id: I8b742aa91f9247c5d900218cfdbb1ffbbc2463ec
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
8 years agoMerge "remove all csit jobs that do not adhere to system test expectations"
Luis Gomez [Fri, 27 May 2016 20:48:03 +0000 (20:48 +0000)]
Merge "remove all csit jobs that do not adhere to system test expectations"

8 years agoMerge "Job definition for 1node akka upgrade persistence test"
Jamo Luhrsen [Fri, 27 May 2016 20:39:08 +0000 (20:39 +0000)]
Merge "Job definition for 1node akka upgrade persistence test"

8 years agoMerge "Add exception for docs project"
Vratko Polák [Fri, 27 May 2016 15:15:50 +0000 (15:15 +0000)]
Merge "Add exception for docs project"

8 years agoMerge "Remove make files since we can build with tox"
Vratko Polák [Fri, 27 May 2016 10:42:31 +0000 (10:42 +0000)]
Merge "Remove make files since we can build with tox"

8 years agoMerge "Rename Netvirt tests as NetVirt-openstack-basic tests."
Vratko Polák [Fri, 27 May 2016 10:40:43 +0000 (10:40 +0000)]
Merge "Rename Netvirt tests as NetVirt-openstack-basic tests."

8 years agoMerge "remove all csit jobs that do not adhere to system test expectations"
Luis Gomez [Thu, 26 May 2016 23:17:17 +0000 (23:17 +0000)]
Merge "remove all csit jobs that do not adhere to system test expectations"

8 years agoremove all csit jobs that do not adhere to system test expectations 53/39453/2
Jamo Luhrsen [Wed, 25 May 2016 23:40:22 +0000 (16:40 -0700)]
remove all csit jobs that do not adhere to system test expectations

Change-Id: I0ec8e7523eb861f9d833a25398cea5ec76475dcc
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
8 years agoMerge "migrating gerrit signing instructions to RST"
Thanh Ha [Thu, 26 May 2016 21:11:08 +0000 (21:11 +0000)]
Merge "migrating gerrit signing instructions to RST"

8 years agoRename Netvirt tests as NetVirt-openstack-basic tests. 96/39496/1
gvrangan [Thu, 26 May 2016 20:02:51 +0000 (20:02 +0000)]
Rename Netvirt tests as NetVirt-openstack-basic tests.

This job will execute the tests that check the basic openstack integration
functionality.

Change-Id: Ib3071994b6d187471537a9916b778ed8b916a93d
Signed-off-by: gvrangan <venkatrangang@hcl.com>
8 years agoMerge "Install libffi-devel instead of robotframework"
Jamo Luhrsen [Thu, 26 May 2016 16:57:55 +0000 (16:57 +0000)]
Merge "Install libffi-devel instead of robotframework"

8 years agoJob definition for 1node akka upgrade persistence test 81/37181/9
Vratko Polak [Thu, 26 May 2016 10:15:28 +0000 (12:15 +0200)]
Job definition for 1node akka upgrade persistence test

+ Provide ODL_SYSTEM_1_IP variable also for 1node tests.

Change-Id: Ib826817cabbfcf2b7aad5b8abdef408af61e6e8d
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
8 years agoremove all csit jobs that do not adhere to system test expectations 51/39451/1
Jamo Luhrsen [Wed, 25 May 2016 23:25:38 +0000 (16:25 -0700)]
remove all csit jobs that do not adhere to system test expectations

Change-Id: I035ef491b479e209447d7b4747b97fb9a02146d5
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
8 years agoMerge "store csv as artifacts"
Luis Gomez [Wed, 25 May 2016 21:29:21 +0000 (21:29 +0000)]
Merge "store csv as artifacts"

8 years agoAdd exception for docs project 44/39444/2
Thanh Ha [Wed, 25 May 2016 19:54:09 +0000 (15:54 -0400)]
Add exception for docs project

The docs project cannot be a submodule of itself.

Change-Id: I86a1303115be9eed9c3aa02ea7679e5285652307
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
8 years agoMerge "Use robot virtualenv in devstack-testing script"
Luis Gomez [Wed, 25 May 2016 20:46:35 +0000 (20:46 +0000)]
Merge "Use robot virtualenv in devstack-testing script"

8 years agoMerge "Remove openflow triggers from ovsdb jobs"
Jamo Luhrsen [Wed, 25 May 2016 20:43:41 +0000 (20:43 +0000)]
Merge "Remove openflow triggers from ovsdb jobs"

8 years agoMerge "Move netvirt jobs to netvirt"
Jamo Luhrsen [Wed, 25 May 2016 20:43:35 +0000 (20:43 +0000)]
Merge "Move netvirt jobs to netvirt"

8 years agoMerge "Move openstack-gerrit job to netvirt"
Jamo Luhrsen [Wed, 25 May 2016 20:42:50 +0000 (20:42 +0000)]
Merge "Move openstack-gerrit job to netvirt"

8 years agoMerge "Remove tempest from ovsdb"
Jamo Luhrsen [Wed, 25 May 2016 20:42:07 +0000 (20:42 +0000)]
Merge "Remove tempest from ovsdb"

8 years agomigrating gerrit signing instructions to RST 78/39378/6
Colin Dixon [Tue, 24 May 2016 20:52:47 +0000 (16:52 -0400)]
migrating gerrit signing instructions to RST

also adding instuctions for generating gpg files

Change-Id: Iafe74d67235d978e44c47aaa002380d475365832
Signed-off-by: Colin Dixon <colin@colindixon.com>
8 years agoRemove openflow triggers from ovsdb jobs 42/39442/1
Sam Hague [Wed, 25 May 2016 18:58:35 +0000 (14:58 -0400)]
Remove openflow triggers from ovsdb jobs

Change-Id: I09adb223cb6312283aaf81811a3fe4ad7caa3bca
Signed-off-by: Sam Hague <shague@redhat.com>
8 years agoMove netvirt jobs to netvirt 41/39441/1
Sam Hague [Wed, 25 May 2016 18:58:08 +0000 (14:58 -0400)]
Move netvirt jobs to netvirt

Change-Id: Iff726575ccce926d158904fcda0bd78eedb85566
Signed-off-by: Sam Hague <shague@redhat.com>
8 years agoRemove make files since we can build with tox 29/39429/3
Thanh Ha [Wed, 25 May 2016 17:26:29 +0000 (13:26 -0400)]
Remove make files since we can build with tox

Change-Id: I7aa71fd64460e8e0ec701c91714c7803899490d1
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
8 years agoAdd global docs rtd verify job 74/39374/6
Thanh Ha [Tue, 24 May 2016 18:48:36 +0000 (14:48 -0400)]
Add global docs rtd verify job

Change-Id: I3dc19ca737fb63ffbc0b072733781b69754c8a52
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
8 years agoMove openstack-gerrit job to netvirt 39/39439/1
Sam Hague [Wed, 25 May 2016 18:47:24 +0000 (14:47 -0400)]
Move openstack-gerrit job to netvirt

Change-Id: I9cd05df742452a59bcda53f465bf4c05f1860443
Signed-off-by: Sam Hague <shague@redhat.com>
8 years agoRemove tempest from ovsdb 38/39438/1
Sam Hague [Wed, 25 May 2016 18:43:15 +0000 (14:43 -0400)]
Remove tempest from ovsdb

Change-Id: I16106962e200b03683abd868bb7e69afbd1aa19d
Signed-off-by: Sam Hague <shague@redhat.com>
8 years agostore csv as artifacts 82/39282/2
Jamo Luhrsen [Mon, 23 May 2016 18:33:30 +0000 (11:33 -0700)]
store csv as artifacts

Change-Id: I24c9c483d4ed3140f2ad173b7bd8ed72913c2d9c
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
8 years agoUpdate honeycomb vbd 20/39420/1
Thanh Ha [Wed, 25 May 2016 14:44:14 +0000 (10:44 -0400)]
Update honeycomb vbd

Change-Id: Ibdfa1a9a151f15d215d57eceb5b004e439307cb8
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
8 years agoAdd honeycomb/vbd jenkins jobs 62/39362/4
Maros Marsalek [Tue, 24 May 2016 15:27:57 +0000 (17:27 +0200)]
Add honeycomb/vbd jenkins jobs

Change-Id: I939659432936691a9086e8e68ed3ecd064e106d4
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
8 years agoUpdate atrium templates for gerrit-paremeters 12/39412/1
Thanh Ha [Wed, 25 May 2016 13:49:47 +0000 (09:49 -0400)]
Update atrium templates for gerrit-paremeters

Change-Id: I61efc54da23f8ad8e44b779020c509bdfe15c343
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
8 years agoMerge "Plaintext gerrit commit signing instructions"
Thanh Ha [Wed, 25 May 2016 13:45:57 +0000 (13:45 +0000)]
Merge "Plaintext gerrit commit signing instructions"

8 years agoMerge "Simplify gerrit-parameters into one macro"
Vratko Polák [Wed, 25 May 2016 13:36:06 +0000 (13:36 +0000)]
Merge "Simplify gerrit-parameters into one macro"

8 years agoPlaintext gerrit commit signing instructions 77/39377/2
Colin Dixon [Tue, 24 May 2016 20:18:36 +0000 (16:18 -0400)]
Plaintext gerrit commit signing instructions

Change-Id: If90cba6f760bdbe4913b0ff50546e3b3039e015d
Signed-off-by: Colin Dixon <colin@colindixon.com>
8 years agoFix add a New Project Quick Start section 73/39373/1
Thanh Ha [Tue, 24 May 2016 18:35:26 +0000 (14:35 -0400)]
Fix add a New Project Quick Start section

Many projects are confused when they join and are not sure what they
need to do when we refer them to this guide. Let's create a section that
gets them what they need to get the basic jobs going and they can read
the rest of the guide when / if they need to contribute to new JJB
items.

Change-Id: I9d13ce84c7307fa4c575e04b5086e838792d405c
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
8 years agoAdd tox.ini to build docs 72/39372/1
Thanh Ha [Tue, 24 May 2016 18:15:38 +0000 (14:15 -0400)]
Add tox.ini to build docs

Commands to test locally:

    tox
    firefox .tox/docs/tmp/html/index.html

Change-Id: I9dcaf853ce9a8c0c73d4882784b7d6292e799487
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
8 years agoSimplify gerrit-parameters into one macro 29/39129/5
Thanh Ha [Thu, 19 May 2016 18:56:29 +0000 (14:56 -0400)]
Simplify gerrit-parameters into one macro

Change-Id: I7d426a6e111bf4c33fd1fd3a9bfc8d1f1d775fad
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
8 years agoInstall libffi-devel instead of robotframework 41/39341/1
Vratko Polak [Tue, 24 May 2016 12:31:24 +0000 (14:31 +0200)]
Install libffi-devel instead of robotframework

Robotframework is now being installed in virtualenv, see
include-raw-integration-install-robotframework.sh

Libffi is needed: cffi>=1.4.1->cryptography>=1.1->paramiko>=1.8.0->robotframework-sshlibrary

Change-Id: I084d6df958bed66259f56006ae8f14188d8339ec
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
8 years agoUse robot virtualenv in devstack-testing script 40/39340/2
Vratko Polak [Tue, 24 May 2016 12:23:01 +0000 (14:23 +0200)]
Use robot virtualenv in devstack-testing script

Without this, it would pick an old Robot installation.

Change-Id: Iba29f2b5ec53e00f774042015985843656bc5f0f
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
8 years agoAdd tempest for be and b. Leave li in ovsdb 86/39286/1
Sam Hague [Mon, 23 May 2016 20:05:23 +0000 (16:05 -0400)]
Add tempest for be and b. Leave li in ovsdb

Change-Id: I0b4dd5a687560ad924df1dabd5623f2556b81098
Signed-off-by: Sam Hague <shague@redhat.com>
8 years agoRemove lithium stream since netvirt was added later 85/39285/1
Sam Hague [Mon, 23 May 2016 19:23:10 +0000 (15:23 -0400)]
Remove lithium stream since netvirt was added later

Change-Id: Icb0856fddfec5fb8d5342b962906e8883fe8e100
Signed-off-by: Sam Hague <shague@redhat.com>
8 years agoThe private cloud uses 10.29.8.0/22 78/39278/1
Andrew Grimberg [Mon, 23 May 2016 16:44:06 +0000 (09:44 -0700)]
The private cloud uses 10.29.8.0/22

Make sure that the private cloud accepts host keys from any host in
10.29.8.0/22

Change-Id: I2d556b017c396d00ec09db6439e77288444de95a
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
8 years agoMerge "Fix mono-complete repo url"
Vratko Polák [Mon, 23 May 2016 15:30:15 +0000 (15:30 +0000)]
Merge "Fix mono-complete repo url"

8 years agoAdd atrium jenkins jobs 43/39143/2
Manoj [Fri, 20 May 2016 03:02:00 +0000 (08:32 +0530)]
Add atrium jenkins jobs

Change-Id: I558f1b72547aecb1f1a47a010243135c84d3a079
Signed-off-by: Manoj <manoj.krishnan@wipro.com>
8 years agoConfigure sudoers at the beginning of the script 31/39131/2
Thanh Ha [Thu, 19 May 2016 20:32:06 +0000 (16:32 -0400)]
Configure sudoers at the beginning of the script

The docker commands could take a long time to finish and we need sudoers
setup early.

Change-Id: Iad1ddd27e6256d2d0ad950256f033eed7e4a5ca3
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
8 years agoAllow sudo access like mininet 28/39128/1
Thanh Ha [Thu, 19 May 2016 18:57:33 +0000 (14:57 -0400)]
Allow sudo access like mininet

We allow full sudo access for mininet slaves anyway and the gbp project
is loading the gbp-ubuntu as a mininet slave so lets allow the same
permissions as the mininet slave.

Change-Id: Icda6dbfd999ded77e34dbef2e43bc92f1c252b14
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
8 years agoAdd /usr/bin/alternatives to jenkins sudoers 27/39127/1
Thanh Ha [Thu, 19 May 2016 18:39:39 +0000 (14:39 -0400)]
Add /usr/bin/alternatives to jenkins sudoers

Also reorganize commands alphabetically.

Change-Id: I422e8ba549c9c6d1729777b5e38405bd70155b03
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
8 years agoFixed Bug 5376 - Instances in Compute node not able to reach dhcp 45/39045/2
priya.ramasubbu [Wed, 18 May 2016 18:48:45 +0000 (00:18 +0530)]
Fixed Bug 5376 - Instances in Compute node not able to reach dhcp

       * This Patch disabled the firewall in compute 1 and compute 2 nodes

Change-Id: I6c48f5f856bd3e780aac014595468fc8e6e2f785
Signed-off-by: priya.ramasubbu <priya.ramasubbu@hcl.com>
8 years agoUpdate gbp-ubuntu vagrant definition for private cloud 65/39065/3
Thanh Ha [Wed, 18 May 2016 18:48:26 +0000 (14:48 -0400)]
Update gbp-ubuntu vagrant definition for private cloud

This updates the vagrant definition for gbp-ubuntu to be
in line with the private cloud designs.

Also add gbp to the system_type mapping.

Change-Id: I9d4da48833958f27c5602f8e5e211d20fa104d51
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
8 years agoAllow jenkins user to run sudo in devstack 66/39066/1
Thanh Ha [Wed, 18 May 2016 19:01:15 +0000 (15:01 -0400)]
Allow jenkins user to run sudo in devstack

Change-Id: I6b5a58052dadbfb570746a095230178b71c537fc
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
8 years agoGenerate ssh keypairs for use by Robot jobs 57/39057/1
Thanh Ha [Wed, 18 May 2016 17:22:36 +0000 (13:22 -0400)]
Generate ssh keypairs for use by Robot jobs

Creates ssh keypairs as id_rsa and id_rsa.pub that can be used by Robot
systems as authentication keys when connecting to mininet and controller
nodes.

Change-Id: Iddf6b8038445c7ce5afa9a90537e134bed2b6d8f
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
8 years agoFix ubuntu mininet script name 55/39055/1
Thanh Ha [Wed, 18 May 2016 16:25:12 +0000 (12:25 -0400)]
Fix ubuntu mininet script name

Change-Id: Ic393e59437f0b8fc5129ae5b1b514ae9ab5b3874
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
8 years agoFix path for hostname command 54/39054/1
Thanh Ha [Wed, 18 May 2016 16:19:38 +0000 (12:19 -0400)]
Fix path for hostname command

Ubuntu uses /bin/hostname and centos systems support that path too.

Change-Id: I56a4804b1b6b0f97e88e57bec29b6197df0ae752
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
8 years agoUse mapping to determine system type 53/39053/1
Thanh Ha [Wed, 18 May 2016 16:09:12 +0000 (12:09 -0400)]
Use mapping to determine system type

Change-Id: I00179300fee6acbf78ffdc72c6773552df87b748
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
8 years agoExplicitly set /bin/bash for jenkins user 51/39051/1
Thanh Ha [Wed, 18 May 2016 15:25:11 +0000 (11:25 -0400)]
Explicitly set /bin/bash for jenkins user

Change-Id: Iaa1995937879949ed884b44c2a4413f4e2418258
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
8 years agoRemove sshpass from integration deploy scripts 23/39023/1
Luis Gomez [Wed, 18 May 2016 04:00:25 +0000 (21:00 -0700)]
Remove sshpass from integration deploy scripts

It seems sshpass does not work with latest karaf updates.

Change-Id: I6dddd76d04662dacd8211739e029beab7ccebda7
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
8 years agoMerge "Add private cloud to host key check exceptions"
Thanh Ha [Tue, 17 May 2016 21:46:22 +0000 (21:46 +0000)]
Merge "Add private cloud to host key check exceptions"

8 years agoAdd private cloud to host key check exceptions 13/39013/2
Thanh Ha [Tue, 17 May 2016 21:30:24 +0000 (17:30 -0400)]
Add private cloud to host key check exceptions

Change-Id: I1040d4d5d2723961d67e780d7da4a18a88d8de3e
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
8 years agoMerge "New CSIT Jenkins Job for SFC rest basic functionality"
Luis Gomez [Tue, 17 May 2016 19:01:50 +0000 (19:01 +0000)]
Merge "New CSIT Jenkins Job for SFC rest basic functionality"

8 years agoMerge "Add jenkins-init-script as entry point script"
Andrew Grimberg [Tue, 17 May 2016 16:51:46 +0000 (16:51 +0000)]
Merge "Add jenkins-init-script as entry point script"