docs.git
6 years agoUpdate git submodules
Jamo Luhrsen [Fri, 20 Apr 2018 20:44:24 +0000 (13:44 -0700)]
Update git submodules

* Update docs/submodules/integration/test from branch 'master'
  to 056dccee2fcd331a1148d0f9fd7e12604cb09c9c
  - Remove hardcoded line nos in status output matches

    Change-Id: I198b20cbb05940d9c993cd4fadd1794859c38118
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
6 years agoUpdate git submodules
Anil Belur [Mon, 23 Apr 2018 05:31:47 +0000 (05:31 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 081f5cef8ffbd8fe4ced5bd5694467030d8553a0
  - Merge "Revert "Run Carbon autorel daily""
  - Revert "Run Carbon autorel daily"

    This reverts commit e6799acf36e906176115b0cc4a1a47b2dbd5c891.

    Change-Id: Iccdae3debb930a44e6c5769db604b03615871735
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate git submodules
Daniel Farrell [Fri, 20 Apr 2018 02:24:17 +0000 (22:24 -0400)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 2c1d1c5aec9456fb5d39111c64cf3ec4f169e6ec
  - Add lfn-process tox verify and RTDs jobs

    Add jobs for new Linux Foundation Networking repo that will host docs
    about LFN processes. Using tox/coala/docs config in 10151, the jobs will
    add linting as a verify job and RTDs verify/merge jobs for pushing docs.

    Change-Id: Ieedeb893326894dea8bf8c58c28aeab5a7730d93
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
6 years agoUpdate git submodules
Luis Gomez [Fri, 20 Apr 2018 19:15:01 +0000 (12:15 -0700)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 1cf1ab953155b9f0abac9607e3608f736f55120f
  - Fix BUNDLE_URL extraction in distribution-check

    After maven upgrade we see different upload message in log so
    script has to be adjusted.

    Change-Id: I0b8f19cf684bcaf2e93c50b41d5b021c274e31a8
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
6 years agoUpdate git submodules
Thanh Ha [Fri, 20 Apr 2018 03:53:57 +0000 (23:53 -0400)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 97b12b4b42c91a67e3743667f59970ec0d744ee0
  - Create new queue for non-disttest jobs

    After monitoring the system a bit and looking at the jobs. The none
    distribution-test jobs do not queue very many csit jobs and if we
    tie them to the distro-test queue these jobs would not benefit much
    from parallel csit runs. Let's give them their own separate queue
    instead with a larger pool of allowed job runs.

    Use NUM_EXECUTORS so that we can use the same VM to launch multiple
    jobs considering that these jobs do not do anything other than launch
    other csit jobs.

    Change-Id: Ide261d2550ff69da4fd0f30857f7358f2c7f9cb6
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate git submodules
Sam Hague [Fri, 20 Apr 2018 13:49:30 +0000 (06:49 -0700)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 0a339790cbb2d1b85f12a2db846ed4bed7b89e14
  - Add controllerdebugmap to remaining jobs

    Change-Id: Ic8cfc955534a771a271f05f5287452c31dd391b9
Signed-off-by: Sam Hague <shague@redhat.com>
6 years agoUpdate git submodules
Tomas Markovic [Thu, 19 Apr 2018 07:13:45 +0000 (09:13 +0200)]
Update git submodules

* Update docs/submodules/integration/test from branch 'master'
  to e3e911bcb5faa9c93bd5a7d22626528112c07d89
  - Fix robot syntax

    Additional dot in test.

    Change-Id: I0f3d4c503b017df7caeed8bb41f32622ff40c9a8
Signed-off-by: Tomas Markovic <tomas.markovic@pantheon.tech>
6 years agoUpdate git submodules
Thanh Ha [Thu, 19 Apr 2018 22:48:12 +0000 (18:48 -0400)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to c8bbce6a3c5bf12144d0493615307a6468e97d54
  - Delete stack at the end of the build

    Attempt to delete the stack at the end of each csit build. This was
    something we used to do in Rackspace but then something broke during
    the migration so we had to stop doing it temporarily. It's about time
    we turned it back on.

    Change-Id: I142ea2f0852188db3e3f09ea060d58834b06dce5
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate git submodules
Thanh Ha [Thu, 19 Apr 2018 21:56:05 +0000 (17:56 -0400)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to d827d4dc07ccecf9944f4e621a96a7720d7a2324
  - Create a queue for distro-test jobs

    Considering all the distro-test job does is launches additional jobs
    and having too many of them run in parallel makes it take longer for
    any single distro-test job to return with results. Let's create a
    new instance that we can use as a dummy queue for this job type
    limiting only 1 of this job to ever run at a time.

    This modifies the following job-templates to use the same queue:

    - integration-sanity-test-{stream}
    - integration-distribution-test-{stream}
    - integration-distribution-weekly-test-{stream}
    - integration-distribution-high-frequenecy-test-trigger-{stream}

    Change-Id: Id3e94c1289f7ce89821ef9d53ddcb570f91f00b3
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate git submodules
Thanh Ha [Thu, 19 Apr 2018 19:26:55 +0000 (19:26 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 8e7767f618b27b8c88820c83a572fbeb02731d40
  - Merge "Rename opflex jobs with -thirdparty- keyword"
  - Rename opflex jobs with -thirdparty- keyword

    Rename opflex jobs that upload thirdparty dependencies
    to ODL Nexus. The 'thirdparty' keyword would allow tracking
    jobs under a separate view created for thirdparty jobs.

    https://jira.linuxfoundation.org/browse/RELENG-887

    Change-Id: I34f94aa8b1c2c73f23b914b72d59fad1f89cb078
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
6 years agoUpdate git submodules
Thanh Ha [Thu, 19 Apr 2018 19:25:27 +0000 (19:25 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 237e04a14e60558558799c7f4b4ee0ead2a29459
  - Merge "Switch releng jobs to use mvn35"
  - Switch releng jobs to use mvn35

    Issue: RELENG-97
    Change-Id: Ie7f8a919c8f6e40ef263c2337f958bfad84ed996
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate git submodules
Thanh Ha [Thu, 19 Apr 2018 19:25:18 +0000 (19:25 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to a7034747a9a7a264cf3a8296e8a338189c9d7c65
  - Merge "Switch autorelease jobs to use mvn35"
  - Switch autorelease jobs to use mvn35

    Issue: RELENG-97
    Change-Id: I033b6973b9b788d44f7bc29234c662b8c0c940e5
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate git submodules
Thanh Ha [Thu, 19 Apr 2018 19:25:11 +0000 (19:25 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to bfbe5157bf862f8d408494eb388b4ba0e817b883
  - Merge "Switch integration jobs to use mvn35"
  - Switch integration jobs to use mvn35

    Issue: RELENG-97
    Change-Id: I421e5eaee0495179947fe32f47883e0fe2d9e144
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate git submodules
Thanh Ha [Thu, 19 Apr 2018 18:00:03 +0000 (14:00 -0400)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to e44290bf1018a9c317925362ec5df02c899845d4
  - Update flavor list for the new odl-instance types

    Need this patch to fix the broken jenkins-cfg job.

    Change-Id: I6cbc3fc3dc0d77889165dc12268d1c9067c3cf05
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate git submodules
Stephen Kitt [Mon, 18 Dec 2017 17:19:50 +0000 (18:19 +0100)]
Update git submodules

* Update docs/submodules/genius from branch 'stable/carbon'
  to 9c9d9a2516359df85ece0b257fed9233f7aba867
  - GENIUS-103: use a callback to start LLDP monitoring

    This ensures that the transaction is *processed* before we start LLDP
    monitoring.

    Change-Id: I61abc7e1d03321fd94c86fbe311aed2a2e3951ca
Signed-off-by: Stephen Kitt <skitt@redhat.com>
    (cherry picked from commit daaa6b44c0f3258757f5ae7b8ed3fa8af1819525)
    (cherry picked from commit 9ef4da33d52c4cbc67b20370de2d1a29d78af848)

6 years agoUpdate git submodules
Mohammed Naser [Thu, 19 Apr 2018 15:24:18 +0000 (11:24 -0400)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 9b9f7c9c1851f962625bd34063abe93a257c6b07
  - Switch to using ODL-specific flavors

    Cinder is currently causing a lot of issues with not properly detaching
    volumes because of the interaction with Heat.  We have setup specific
    flavors for ODL which contain 40G of disk which means the Cinder
    interaction is no longer necessary.

    Change-Id: Id74bb321d25bee15758e87d684d724133eb6157c
Signed-off-by: Mohammed Naser <mnaser@vexxhost.com>
6 years agoUpdate git submodules
Tomas Markovic [Tue, 17 Apr 2018 04:47:35 +0000 (06:47 +0200)]
Update git submodules

* Update docs/submodules/integration/test from branch 'master'
  to 6305dccb6684b8a9f85b0ea9635addfd08215c4a
  - Add timeout for rib out checks

    Because route-reflect can take up to
    10 seconds when using play.py tool.

    Also changed test case name to better reflect
    functionality.

    Change-Id: I6529c24fced83ec5805129df90113042b615e614
Signed-off-by: Tomas Markovic <tomas.markovic@pantheon.tech>
6 years agoUpdate git submodules
Tomas Markovic [Wed, 18 Apr 2018 05:55:52 +0000 (07:55 +0200)]
Update git submodules

* Update docs/submodules/integration/test from branch 'master'
  to 9135ca170a8f491efb33a48d0501a1b25395e38a
  - Application peer oxygen route key

    Output was the same for both oxygen,
    and fluorine versions.

    Add fluorine output and change the default
    output to match oxygen values.

    Change-Id: Ic71a05a3d4e094f00b88adcae23ac027c202da17
Signed-off-by: Tomas Markovic <tomas.markovic@pantheon.tech>
6 years agoUpdate git submodules
Tomas Markovic [Thu, 12 Apr 2018 11:27:47 +0000 (13:27 +0200)]
Update git submodules

* Update docs/submodules/integration/test from branch 'master'
  to 708d4a729dc6a8d0d04006d740964f5eb5cfa72c
  - Local as peer test

    Testing local-as configuration.
    Configures external peer with local-as,
    and internal peer without local-as.

    We connect play.py python tool to both
    peers, and we wait for them to exchange
    routes.

    Local-as from external peer is expected
    on outputs of both peers, and each peer
    should contain the others peer-as.

    Change-Id: I741b251b6618432b713b65d4aa9ab81a7290eb90
Signed-off-by: Tomas Markovic <tomas.markovic@pantheon.tech>
6 years agoUpdate git submodules
Daniel Farrell [Wed, 18 Apr 2018 15:59:51 +0000 (15:59 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 4b66b15685e5e157463ce0be4f268e482483bd3d
  - Merge "Switch distribution jobs to use mvn35"
  - Switch distribution jobs to use mvn35

    Issue: RELENG-97
    Change-Id: I3a2dbb37746d1952016a273da721c91fa70651d4
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate git submodules
jenkins-releng [Wed, 18 Apr 2018 11:02:10 +0000 (11:02 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to c1f26b9e641b3411e5f17f431da90049fd911aca
  - Update cloud image list docs

    Change-Id: I6614d03ae1bb3b8a1426ec628f6846f13d6dafb2
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
6 years agoUpdate git submodules
Daniel Farrell [Wed, 18 Apr 2018 00:41:10 +0000 (20:41 -0400)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to a9b3c845fdcce15d3bd0be93aa960ed4e0475a88
  - Update all perishable RPM test example builds

    The multipatch examples had expired and were failing builds. Updating
    all the examples that periodically need refreshing while I'm at it.

    Change-Id: I3062da1db297d8f08dae5de88b1a1d29a53581c0
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
6 years agoUpdate git submodules
Thanh Ha [Tue, 17 Apr 2018 01:21:27 +0000 (21:21 -0400)]
Update git submodules

* Update docs/submodules/integration/packaging from branch 'master'
  to 2604ddabab376f70c88f4af98a034eb20be8df96
  - Update autorelease build instructions

    The karaf distro is located in a different location starting with
    nitrogen so update the text to reflect that. Also refactor the text
    so that it is easier to read.

    Change-Id: Ie7ca694721a960202aa6fbb214759723ec276f25
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate git submodules
Anil Belur [Tue, 17 Apr 2018 23:02:50 +0000 (23:02 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 9def145757fa01e56435bd91358c303435dbf948
  - Merge "Make merge job run daily for archetypes project"
  - Make merge job run daily for archetypes project

    Issue: https://jira.linuxfoundation.org/browse/RELENG-893
    Change-Id: Iaf5e42f8a7948e5edf8773c1058d37a2d93c8efe
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate git submodules
Anil Belur [Tue, 17 Apr 2018 23:00:12 +0000 (23:00 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 76d36486489ca457ad4679838f442434030c02c4
  - Merge "Update to more recent docker image"
  - Update to more recent docker image

    Some jobs are currently unable to run because the docker image
    being used no longer exists. This patch fixes those as well as
    updates all jobs to use the latest docker image.

    Issue: RELENG-88
    Change-Id: If55ee0e0ab513d8223ad942d4a455ef7a00d7b1f
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate git submodules
Anil Belur [Tue, 17 Apr 2018 23:00:04 +0000 (23:00 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to de86d25e12dd10135626c0e505e609c4fcf71cdb
  - Merge "Add support for a cron override with merge job"
  - Add support for a cron override with merge job

    Per request in https://jira.linuxfoundation.org/browse/RELENG-893
    add a cron parameter to the merge job to allow projects to optionally
    choose a different cron schedule for their merge jobs.

    Issue: https://jira.linuxfoundation.org/browse/RELENG-893
    Change-Id: Ibac49ae549410f7e47c5cd10dab2d04a61afac8b
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate git submodules
Thanh Ha [Tue, 17 Apr 2018 19:26:50 +0000 (15:26 -0400)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to a5e8c82a217ebd4acc3de62f3133313d1d9af132
  - Allow openstack-cron to run concurrently

    In case the job hangs we want to make sure another one is able
    to run. Otherwise we might not get stacks / servers cleared
    fast enough.

    Change-Id: I4357b947e944abf518e49eaba51280c94dd4c216
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate git submodules
Thanh Ha [Tue, 17 Apr 2018 17:34:26 +0000 (13:34 -0400)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 825826932a2339563f2305e635ded229e3497fcf
  - Add script to remove stale volumes

    Stale volumes are volumes that are in "Available" state and
    have been around for longer than 15 minutes long.

    Change-Id: Ic3d9546609d6037afbce26d822b81ed8e8b46ec3
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate git submodules
Jamo Luhrsen [Tue, 17 Apr 2018 18:12:29 +0000 (18:12 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 36f24c357a6bb12f3fddcea88781421f28741fa6
  - Merge "Full distribution build"
  - Full distribution build

    - Distribution verify and merge will build full distribution.
    - Remove old maven site configuration & clean up stuff.

    Change-Id: Ifd23e5bd2934840e25b1457dbb87f2ecce12a0d3
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
6 years agoUpdate git submodules
Jamo Luhrsen [Tue, 17 Apr 2018 17:41:50 +0000 (17:41 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 1ed0582bb09047268f4d389c00fd9a0bcbf45522
  - Merge "Add controller ready detect to int/dist jobs"
  - Add controller ready detect to int/dist jobs

    These are distribution-check and distribution-deploy jobs.

    Change-Id: I7e57b210ee21b4ba29196d47e958da3771b5455a
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
6 years agoUpdate git submodules
Tomas Markovic [Tue, 17 Apr 2018 12:41:31 +0000 (14:41 +0200)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to b22de290a49fbac954ecc46c6f8606967e946ce1
  - Pcep topology timeout

    Based on testing it now takes
    around 1-2min for pcep-topology
    to get ready on nitrogen and carbon.

    On fluorine and oxygen it doesn't,
    (probably because of infrautils.ready)
    but I saw it fail at this step as well.

    300 seconds value from the test still
    seems a bit excessive so 180 it is, with
    easy to way to change it if anything
    changes.

    Change-Id: If6e7cec44eb12093e989a323a5d28bd73a9e3b80
Signed-off-by: Tomas Markovic <tomas.markovic@pantheon.tech>
6 years agoUpdate git submodules
Anil Belur [Tue, 17 Apr 2018 03:06:56 +0000 (03:06 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 9a1082d553399a567708ccc68c0cbad0d7f9e1f5
  - Merge "Fix system-update role missing failure"
  - Fix system-update role missing failure

    The system-update role should be lfit.system-update now that it's
    being pulled in from ansible galaxy.

    Change-Id: I50c0ee6f3d4f1ca6c0c0a770f67b8001df5545d4
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate git submodules
Anil Belur [Tue, 17 Apr 2018 03:04:58 +0000 (03:04 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to a748447997b8a628b3a73b9dae72c4f3522c9836
  - Merge "Auto Update CSIT Jobs to run for carbon"
  - Auto Update CSIT Jobs to run for carbon

    Change-Id: Ie0db67db358c7f0d9e4f1a6460bb77518b2537dd
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
6 years agoUpdate git submodules
Anil Belur [Tue, 17 Apr 2018 03:04:42 +0000 (03:04 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 5740589a989c4448746e3b2fb7518e2fc8548a76
  - Merge "Auto Update CSIT Jobs to run for oxygen"
  - Auto Update CSIT Jobs to run for oxygen

    Change-Id: I5f2d264c67b47f0fe83a9703d2f814ca07e702c7
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
6 years agoUpdate git submodules
Anil Belur [Tue, 17 Apr 2018 03:04:34 +0000 (03:04 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to f16dcd87ac787be24d9435b842624f423fd51e11
  - Merge "Auto Update CSIT Jobs to run for nitrogen"
  - Auto Update CSIT Jobs to run for nitrogen

    Change-Id: I308afc12a49d52ac657f89c865f8e7cf0b84f468
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
6 years agoUpdate git submodules
jenkins-releng [Tue, 17 Apr 2018 02:21:10 +0000 (02:21 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 41e09398ec921ade014a2f93eb61b790f4efd505
  - Auto Update CSIT Jobs to run for fluorine

    Change-Id: Ie1b368a8d08a89da84038c1117d7d772907ade37
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
6 years agoUpdate git submodules
Luis Gomez [Fri, 13 Apr 2018 23:34:41 +0000 (16:34 -0700)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 985c975ed862f30172f9add5331f1ea31b2e0ccd
  - Remove -periodic- CSIT jobs

    Historically we had this to differentiate between merge and
    daily trigger, now there is no need and it is also confusing.

    Note that job history of -periodic- jobs will be lost so the
    beginning of release cycle is best time for this.

    Change-Id: I8942cd9ef72558cf09d5c8e7a59c5824fafd12a5
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
6 years agoUpdate git submodules
Luis Gomez [Sun, 15 Apr 2018 16:14:58 +0000 (09:14 -0700)]
Update git submodules

* Update docs/submodules/integration/test from branch 'master'
  to 49cee03b0d03437006f993de99dd0313829cb229
  - Adjust UM projects CSIT documentation

    Change-Id: I2324fdfb2853eb67113673654b8e38ef301220b7
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
6 years agoUpdate git submodules
Jamo Luhrsen [Mon, 16 Apr 2018 22:43:28 +0000 (22:43 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to dd127697545ae248565a4fb8b0468691bed3d522
  - Merge "Adjust CSIT for UM projects"
  - Adjust CSIT for UM projects

    UM projects can use Managed distribution (SNAPSHOT or Release)
    and add their own feature repo in their csit jjb file.

    This is much better than using local distribution.

    Change-Id: Ib5d08347f809129157f95fa29b36a87c2416adf6
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
6 years agoUpdate git submodules
Anil Vishnoi [Mon, 16 Apr 2018 19:01:18 +0000 (19:01 +0000)]
Update git submodules

* Update docs/submodules/openflowplugin from branch 'stable/carbon'
  to de333eb978e7ca9bd59a9dbbf5d977876240ea76
  - Merge "OPNFLWPLUG-945" into stable/carbon
  - OPNFLWPLUG-945

    Change-Id: If139d8552bbaa3b9972882271eb1ae3f425b139f
Signed-off-by: gobinath <gobinath@ericsson.com>
6 years agoUpdate git submodules
Evan Zeller [Mon, 9 Apr 2018 23:54:17 +0000 (16:54 -0700)]
Update git submodules

* Update docs/submodules/openflowplugin from branch 'stable/carbon'
  to 6e11f06a0eeaef5009f6260284c499b8a783f693
  - must use full node-connector string when writing queue stats

    OPNFLWPLUG-995
    Similar to port statistics, when writing queue statistics into the
    operational datastore, make sure to use the full md-sal node-connector
    string. i.e. 'openflow:1:1' rather than '1'.

    Change-Id: If9ae252c762ac26830539722481bcf11b58199e9
Signed-off-by: Evan Zeller <evanrzeller@gmail.com>
6 years agoUpdate git submodules
Thanh Ha [Mon, 19 Mar 2018 15:10:53 +0000 (11:10 -0400)]
Update git submodules

* Update docs/submodules/netvirt from branch 'stable/carbon'
  to 523fc696deec4a97b2b214918072953ea2180510
  - Switch to using lfdocs-conf to pull in theme

    lfdocs-conf is a new project that allows us to centrally manage
    project theme configuration without having to duplicate it
    everywhere or have the "docs" project become a large submodule
    project.

    We will push to ReadTheDocs separately and then create a new path
    for this doc under docs.opendaylight.org/projects/integration-packaging

    For further details refer to:
    http://docs.releng.linuxfoundation.org/en/latest/project-documentation.html

    Change-Id: Iefbb38dd3fa4714c5018d6553bfde41e45e2bd37
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate git submodules
Thanh Ha [Sat, 14 Apr 2018 17:35:53 +0000 (13:35 -0400)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to fb06681782d91500e74f589d25c5e729f32ef4bd
  - Update global-jjb to pick up lftools-pip patch

    pip 10.0.0 started breaking lftools calls today pull in fix
    from global-jjb to resolve this.

    Due to the nature of this patch it also pulls in rtd job changes
    which need to be reflected in project rtd definitions.

    Issue: https://jira.linuxfoundation.org/browse/RELENG-884
    Change-Id: Ifc93bcf490f38fb5134e371cf5949125ef07da68
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate git submodules
Thanh Ha [Sat, 14 Apr 2018 17:00:20 +0000 (13:00 -0400)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 9b76679ab5252182ede12d759acb672341853996
  - Replace pipdeptree with pip freeze

    pipdeptree is not compatible with pip>=10.0.0 remove this
    3rdparty dependency since it is not clear if it is being
    maintained.

    Issue: RELENG-96
    Change-Id: I3814a4f9514eeda4ed0f61b87772d4153480fb6e
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
  - Pin pip to a version <10.0.0

    Issue: RELENG-96
    Change-Id: Ia2785bde8601b5130e7c05ba13d029932cbde249
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate git submodules
Jamo Luhrsen [Fri, 13 Apr 2018 22:40:20 +0000 (22:40 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to ebe737ff767751b562b36673d94a568dfc361341
  - Merge "Create install-test-uninstall-deb builder"
  - Create install-test-uninstall-deb builder

    Depends-On: I3b01d9e258529fbf68ce16266f3358c163dc19e4

    Change-Id: I2c01f97d1cde26a769321bd769538146e7601369
Signed-off-by: Dimitrios Markou <mardim@intracom-telecom.com>
6 years agoUpdate git submodules
Jamo Luhrsen [Fri, 13 Apr 2018 22:38:36 +0000 (22:38 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to b053625c404ad9a72d1200a36412bf3c9ab6f71e
  - Merge "Create script for checking ODL deb dependencies"
  - Create script for checking ODL deb dependencies

    Change-Id: I431ddf090d295602f7d8df808bc0d2fde6604aa7
Signed-off-by: Dimitrios Markou <mardim@intracom-telecom.com>
6 years agoUpdate git submodules
eafatha [Thu, 12 Apr 2018 17:22:56 +0000 (22:52 +0530)]
Update git submodules

* Update docs/submodules/integration/test from branch 'master'
  to 800c337e081ded34dd485003aa8917ce6dba64f9
  - Update of Check_Karaf_Log_Message_Count API

    Enabling user option to use either console or karaf log

    Change-Id: I42e23647c608e91a0c8d7d3d271f571f727c0511
Signed-off-by: eafatha <a.fathima.thasneem@ericsson.com>
6 years agoUpdate git submodules
Tomas Markovic [Wed, 11 Apr 2018 11:10:20 +0000 (13:10 +0200)]
Update git submodules

* Update docs/submodules/integration/test from branch 'master'
  to 24c856c16b1caea872fc146c7797106c281d2c2f
  - Multipath route-key config

    Addition of mandatory fluorine
    argument, but invalid for old
    versions of odl, as ipv4/6 and linkstate
    route-key is not supported.

    Change-Id: I302becbe270806de435a3a11a8377b41d752c813
Signed-off-by: Tomas Markovic <tomas.markovic@pantheon.tech>
6 years agoUpdate git submodules
Tomas Markovic [Tue, 10 Apr 2018 12:14:21 +0000 (14:14 +0200)]
Update git submodules

* Update docs/submodules/integration/test from branch 'master'
  to c20758675f9679650f817edb47edf15fb6a9d8da
  - Route refresh config update

    Route-key parameter is now mandatory
    when sending routes to bgp on fluorine.

    Change-Id: I98ceb2dea7513bf883280ebeb994acfa09415375
Signed-off-by: Tomas Markovic <tomas.markovic@pantheon.tech>
6 years agoUpdate git submodules
Tomas Markovic [Fri, 13 Apr 2018 15:33:44 +0000 (17:33 +0200)]
Update git submodules

* Update docs/submodules/integration/test from branch 'master'
  to ef08b829a3432cb80212f376fcf27130ce19325f
  - Add route-key into policies

    Mandatory fluorine argument.

    Change-Id: I52f31b7170d6748b44b32030678e4b32da9189aa
Signed-off-by: Tomas Markovic <tomas.markovic@pantheon.tech>
6 years agoUpdate git submodules
Tomas Markovic [Mon, 9 Apr 2018 14:03:47 +0000 (16:03 +0200)]
Update git submodules

* Update docs/submodules/integration/test from branch 'master'
  to e70c57a76594b55c4f24fe476d5cc6a40fc681dc
  - Cluster id test case

    In fluorine mutliple cluster-ids are
    supported, therefore we add new test case
    to test this functionality.

    Two ibgp rr-client peers introduce prefixes
    and we check if controller adds respective
    cluster-ids as argument to these routes.

    Also fixing play.py type hex for cluster-id
    argument.

    Change-Id: I73a462a81b080c5550c0f4590294d8dde34bd6ee
Signed-off-by: Tomas Markovic <tomas.markovic@pantheon.tech>
6 years agoUpdate git submodules
Tomas Markovic [Wed, 11 Apr 2018 13:29:41 +0000 (15:29 +0200)]
Update git submodules

* Update docs/submodules/integration/test from branch 'master'
  to c4da8fd165d4c45c654683741d5c7c3096145678
  - Bgp app peer route key

    Addition of mandatory fluorine argument.

    Removing support for lithium, beryllium.

    Change-Id: I9c5efa3ec5260d7832424a147748684bc8c371b2
Signed-off-by: Tomas Markovic <tomas.markovic@pantheon.tech>
6 years agoUpdate git submodules
Thanh Ha [Thu, 12 Apr 2018 17:08:44 +0000 (17:08 +0000)]
Update git submodules

* Update docs/submodules/ovsdb from branch 'stable/carbon'
  to ce6ef26456e491825333a41816a80281a15a0b5d
  - Revert "Add Karaf build profile"

    This reverts commit 29c97aeaef93abce402f420e8df359a838cc4027.

    Change-Id: I41bc42c8bec3f474a6107cb67d8b19019cfd0483
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate git submodules
Dimitrios Markou [Thu, 12 Apr 2018 08:01:32 +0000 (11:01 +0300)]
Update git submodules

* Update docs/submodules/integration/packaging from branch 'master'
  to f0e8458f5d519b66a6311d12ee6f5b0aa4abe656
  - Add missing opendaylight.service template file

    ODL debian packages were building succesfully but when they were
    getting installed the ODL service was not started because
    of missing opendaylight.service file which is essential so the
    systemd can start the ODL service.

    Change-Id: I3b01d9e258529fbf68ce16266f3358c163dc19e4
Signed-off-by: Dimitrios Markou <mardim@intracom-telecom.com>
6 years agoUpdate git submodules
Daniel Farrell [Thu, 12 Apr 2018 01:51:25 +0000 (21:51 -0400)]
Update git submodules

* Update docs/submodules/integration/packaging from branch 'master'
  to 6b57ae5081274412f4aa22fc4f0dbf8b18806739
  - Add tests for Oxygen release, Fluorine pre-release

    Add packaging logic unit test coverage for Oxygen formal release and
    Fluorine snapshot builds.

    Issue: INTPAK-154
    Change-Id: I78f5636baa5387b2a39c7754ab22c00a50881b55
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
6 years agoUpdate git submodules
Jamo Luhrsen [Fri, 2 Mar 2018 01:13:49 +0000 (17:13 -0800)]
Update git submodules

* Update docs/submodules/integration/test from branch 'master'
  to ee5dda20f06bc80c22cf4b462fceef263266797d
  - Count threads in suite teardown

    - in light of the recent discovery that we get a lot of threads
    running when doing karaf shell commands (especially via ssh),
    this info might be useful to have down the road.

    see: https://jira.opendaylight.org/browse/INFRAUTILS-29

    Change-Id: I4198512bd6ad28b2916ca13276b7ca1ea73117c8
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
6 years agoUpdate git submodules
Aswin Suryanarayanan [Wed, 11 Oct 2017 10:47:35 +0000 (16:17 +0530)]
Update git submodules

* Update docs/submodules/integration/test from branch 'master'
  to 46ffb100b2042135191171d4a1e6d5e34c860254
  - Test to cover No FIP VM to FIP VM traffic.

    1)This covers NFIP to FIP same compute and different compute.
    2)NFIP-FIP from a NAPT switch and Non-NAPT switch(Assumes NAPT switch is
    scheduled on a compute).

    Change-Id: I9956aa3a52245daf1ab9a7a31e145669168c5a96
Signed-off-by: Aswin Suryanarayanan <asuryana@redhat.com>
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
6 years agoUpdate git submodules
Jamo Luhrsen [Wed, 11 Apr 2018 20:59:40 +0000 (13:59 -0700)]
Update git submodules

* Update docs/submodules/integration/test from branch 'master'
  to 7b42b4920600f2a6b5a3d9e8743b64ad798cd161
  - Whitelist karaf ssh interrupted timeout Exception

    Change-Id: I544ddb78ab37fcd450c05c5527ebf711bcfd6e9c
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
6 years agoUpdate git submodules
Jamo Luhrsen [Wed, 11 Apr 2018 20:30:41 +0000 (20:30 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 88047e7f502de6ac356110557926c10eda5396f0
  - Merge "Update validate autorelease projects for carbon"
  - Update validate autorelease projects for carbon

    Change-Id: I5ba0ba0f2be92ad0ccccd3ed591f7aa394047b91
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
6 years agoUpdate git submodules
Daniel Farrell [Wed, 11 Apr 2018 19:36:23 +0000 (19:36 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 10bf4b365db484c364eb510c940ed8fdc9d0433f
  - Merge "Fix netvirt & packaging rtd-verify jobs"
  - Fix netvirt & packaging rtd-verify jobs

    The rtd-verify job assumes that docs are located in docs/_build/html
    by default however these projects build them in the tox tmp directory
    instead. Update to match.

    Change-Id: Iccdd09742c9aa1cf624a2de37a120eaedb838a8c
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate git submodules
Jamo Luhrsen [Wed, 11 Apr 2018 18:59:16 +0000 (18:59 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 99107065072a4e221d5f39555d87f8fff8dca5d7
  - Merge "Update validate autorelease projects for oxygen"
  - Update validate autorelease projects for oxygen

    Change-Id: I890b7f372950e8ca1f474b388caacd5243325912
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
6 years agoUpdate git submodules
jenkins-releng [Wed, 11 Apr 2018 18:35:22 +0000 (18:35 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to dedad7d5ec9a8b2a4678035297bb3e2b7608f808
  - Update validate autorelease projects for nitrogen

    Change-Id: I601397095ec14c4d728f603b34893a0102d89f81
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
6 years agoUpdate git submodules
Luis Gomez [Wed, 11 Apr 2018 00:46:31 +0000 (17:46 -0700)]
Update git submodules

* Update docs/submodules/integration/test from branch 'master'
  to 673122d6fb509c09ba6f77fa6881c1e2d250fa34
  - Adjust OF stats test

    Do not push flows until switch is really connected.

    Change-Id: Ibbda6ae4cf0ab4c80e006014129676446eea362b
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
6 years agoUpdate git submodules
eafatha [Tue, 10 Apr 2018 20:28:50 +0000 (01:58 +0530)]
Update git submodules

* Update docs/submodules/integration/test from branch 'master'
  to fb9d300b0a3b19955d8419701ab9069713a247f5
  - Check_Karaf_Log_Message_Count API added

    Change-Id: If0d9e685e3363b26bb4ebe3b69d546bd1eae23cf
Signed-off-by: eafatha <a.fathima.thasneem@ericsson.com>
6 years agoUpdate git submodules
Jamo Luhrsen [Wed, 11 Apr 2018 05:17:36 +0000 (22:17 -0700)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to eb05a1ceddefe77d8d42e833e641c7d583f5a845
  - Run Nitrogen autorelease daily

    Nitrogen SR3 is due in four weeks and we need to get a healthy
    autorelease before that.

    This is per the TSC's request:

    https://meetings.opendaylight.org/opendaylight-meeting/2018/tsc/opendaylight-meeting-tsc.2018-03-28-20.33.html

    Change-Id: Ie51abb25590ebaeedf8a68bc50fed09be37b44a8
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
6 years agoUpdate git submodules
Thanh Ha [Wed, 11 Apr 2018 01:33:12 +0000 (01:33 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to c7d6c05242fb5c3e2ff53959005c196c11cfe268
  - Merge "Check for 'recheck$' in comment triggers"
  - Check for 'recheck$' in comment triggers

    It is best practice to ensure that we are checking for exact keywords
    rather then if they appear anywhere in the comment message. This
    prevents folks from accidently triggering builds as part of a
    sentence.

    global-jjb already standardizes on this format but releng/builder did
    not pull it in yet and has caused confusion to folks as sometimes they
    leave a comment after the trigger expecting all jobs to trigger. This
    patch brings us inline with the best practice from global-jjb.

    Change-Id: Iafc87e2b9c05727a2a309b9d9f78fa849702d262
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate git submodules
Jamo Luhrsen [Tue, 10 Apr 2018 21:28:47 +0000 (14:28 -0700)]
Update git submodules

* Update docs/submodules/integration/test from branch 'master'
  to 98b6a4241659b7c3ffa6090fafd0f88b5c066e4b
  - Remove ':' OLFE exception in whitelist

    seems that we sometimes get OptimisticLockFailedExceptions
    with and without the ':' on the end. Remove it for now so
    we can still ignore OLFEs in CSIT

    Change-Id: Iab56968dff0e6dbc8840f05fc986edc089e5479b
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
6 years agoUpdate git submodules
Martin Dindoffer [Tue, 10 Apr 2018 08:22:47 +0000 (10:22 +0200)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 1d04070752959783aeaa248c773b3a7976bc2b0d
  - Use local distro for SXP Fluorine CSIT

    Change-Id: Ie93dfbeea0aa5318b9262b740d276acaec254a54
Signed-off-by: Martin Dindoffer <mdindoff@cisco.com>
6 years agoUpdate git submodules
Tomas Markovic [Thu, 5 Apr 2018 06:44:17 +0000 (08:44 +0200)]
Update git submodules

* Update docs/submodules/integration/test from branch 'master'
  to 3c739520fa2f0422fe05b4793d5786570797939d
  - Add mandatory configuration

    Result of: BGPCEP-743
    On Fluorine we have to add default policies
    when reconfiguring example-bgp-rib, which does
    contain in fluorine config located in
    odl-bgpcep-bgp-config-example feature.

    Change-Id: I9df5ab2ed8fc0fe8c706b9c5e9111672a0c6439e
Signed-off-by: Tomas Markovic <tomas.markovic@pantheon.tech>
6 years agoUpdate git submodules
Daniel Farrell [Sat, 7 Apr 2018 01:09:05 +0000 (21:09 -0400)]
Update git submodules

* Update docs/submodules/openflowplugin from branch 'stable/carbon'
  to f9b5004ae06306ef1b85f148fca01a3cbd6e86c3
  - Add Karaf build profile

    Project local Karaf distros are handy for devs to test their work
    however is unneeded by autorelease builds and should not be released
    as part of the Simultaneous Release. Add a profile that is active by
    default so that default behavior is unchanged however allows the
    autorelease project to disable building this module.

    Issue: RELENG-86
    Change-Id: I135238264ca0732336276d65f58e04ac420bc62c
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
6 years agoUpdate git submodules
Luis Gomez [Tue, 10 Apr 2018 04:05:26 +0000 (04:05 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to add3b6addda09d49552e84b800d4c93eabc03501
  - Merge "Change USC project to use local distribution"
  - Change USC project to use local distribution

    Change-Id: Ie097d30c09af82f1b6e768058348cf76db61c0ec
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
6 years agoUpdate git submodules
Thanh Ha [Mon, 9 Apr 2018 22:07:18 +0000 (22:07 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to b28d048dd23e76255ee6d865be500a940e3a66de
  - Merge "No need to escape the !"
  - No need to escape the !

    Change-Id: I247ea86a84aa2cab68412f7ace0ea713b5d898cb
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate git submodules
jenkins-releng [Mon, 9 Apr 2018 20:24:38 +0000 (20:24 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 4a23153bef160fba555a25b83cf766ae9e89964a
  - Update validate autorelease projects for fluorine

    Change-Id: I06988bb53468a149d2e5fe23724c7b7f9f2149cc
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
6 years agoUpdate git submodules
Thanh Ha [Mon, 9 Apr 2018 19:17:46 +0000 (19:17 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to ccf4c0c801b82153076c813d028254114a634716
  - Merge "Mention wildcard ability for jjb-deploy keyword"
  - Mention wildcard ability for jjb-deploy keyword

    Change-Id: I7270b3f49d88a163b9c0378cc05e6cb39e4591ea
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
6 years agoUpdate git submodules
Thanh Ha [Mon, 9 Apr 2018 19:16:53 +0000 (19:16 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 6575f15dfbb8c1b5871e6c6335d38bf8020b0a4f
  - Merge "Add releng/builder update notes"
  - Add releng/builder update notes

    Change-Id: I08b4d735ce6a32b8da3fac356eb34cd19e714245
Signed-off-by: Sam Hague <shague@redhat.com>
6 years agoUpdate git submodules
Sam Hague [Mon, 9 Apr 2018 18:05:22 +0000 (18:05 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to cb885a797c4b3c2954d8a433e4e7185568d47837
  - Merge "Add flag to fail robot csit (1node) on exceptions"
  - Add flag to fail robot csit (1node) on exceptions

    Change-Id: Ia64914726f37880b430006083afcb5f46fd47800
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
6 years agoUpdate git submodules
Jamo Luhrsen [Fri, 1 Sep 2017 21:13:59 +0000 (14:13 -0700)]
Update git submodules

* Update docs/submodules/integration/test from branch 'master'
  to a6c5d6d6208d696496f01ae01987270bb21218e0
  - Fail test cases on Exception in karaf.log

    There will be a global variable to control whether this check will
    happen or not. a -v FAIL_ON_EXCEPTIONS:False (or True) on the
    pybot command line can be used.

    Also moved some keywords that are focused on parsing karaf.log
    messages to KarafKeywords.robot. They did not seem to fit in
    the OpenStackOperations.robot library

    Change-Id: Icbc6b4669f0ad260e116b206387fabdb5d4f3e3c
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
6 years agoUpdate git submodules
Jamo Luhrsen [Mon, 9 Apr 2018 17:49:34 +0000 (17:49 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to ee1b754714ad9489d6c866eecae840ac00b062af
  - Merge "Auto Update CSIT Jobs to run for oxygen"
  - Auto Update CSIT Jobs to run for oxygen

    Change-Id: Icffe90c7db188c65c73ffcbcda1c7b86b60edd6e
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
6 years agoUpdate git submodules
Jamo Luhrsen [Mon, 9 Apr 2018 17:39:45 +0000 (17:39 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 5b6b79ad408ecf27c3532b28d3e15ff6dbb2434d
  - Merge "Auto Update CSIT Jobs to run for nitrogen"
  - Auto Update CSIT Jobs to run for nitrogen

    Change-Id: Idcb98b6592d3b1b88ee4ba14734aa61a87bceade
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
6 years agoUpdate git submodules
jenkins-releng [Mon, 9 Apr 2018 17:29:57 +0000 (17:29 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to d7eef15fd99b06ff0130fd0d8fe7b698ff26ff00
  - Auto Update CSIT Jobs to run for carbon

    Change-Id: I2a7742a8fd5a4348fbc65947df35d6578622d730
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
6 years agoUpdate git submodules
Luis Gomez [Thu, 5 Apr 2018 01:56:55 +0000 (18:56 -0700)]
Update git submodules

* Update docs/submodules/integration/test from branch 'master'
  to b37f529d9e47833d21528c8b4edafaab581fa0aa
  - Update CSIT doc for Unmanaged projects

    Also update JJB project examples.

    Change-Id: I378cd379926e5888220871d7d72e1ae95e26d054
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
6 years agoUpdate git submodules
Jamo Luhrsen [Mon, 9 Apr 2018 16:51:55 +0000 (16:51 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 7770041c5a2260c8b38e143152168c78f1092943
  - Merge "Remove VTN CSIT"
  - Remove VTN CSIT

    Change-Id: Ie4b9085b8ed11bb5ff4d91b261799ac8427efd21
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
6 years agoUpdate git submodules
Thanh Ha [Mon, 9 Apr 2018 15:59:31 +0000 (15:59 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 2c77946b1b415d9c82f82b0a06d3ab5717a844ae
  - Merge "Remove distribution-check job for archetypes"
  - Remove distribution-check job for archetypes

    Change-Id: I85cb992762044084ae1618531d4137e7cb6fff86
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
6 years agoUpdate git submodules
Andrew Grimberg [Mon, 9 Apr 2018 15:27:06 +0000 (15:27 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 20d5d1374fb1e1dec564fc307c9997d771f73cc2
  - Merge "Ensure #topic cookies"
  - Ensure #topic cookies

    Crucial step in the OpenDaylight build process.

    Change-Id: I07ba417c4f8c8f5857d7d321e591591cb59c7ece
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate git submodules
Thanh Ha [Sun, 8 Apr 2018 15:42:24 +0000 (11:42 -0400)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 9657f38ca9d7c33a3239a59a8517e7fba12589d5
  - DO NOT fail build when no failed artifacts found

    Handle the case where the build was successful so no failed artifacts
    were determined. DO NOT cause the build to return as UNSTABLE.

    Change-Id: I1eabdb014b8952040efb329fa61d5575fb585bcf
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate git submodules
Tomas Markovic [Wed, 28 Feb 2018 15:48:30 +0000 (16:48 +0100)]
Update git submodules

* Update docs/submodules/integration/test from branch 'master'
  to bf3fab434dabd6984a52170e25eaca32c8ade6c5
  - Exabgp ipv6 connect test

    Tests simple ipv6 functionality.

    Configures neighbor as ibgp peer with ipv6
    address. Starts exabgp with various ipv6
    configurations, and verifies all of them report
    expected data.

    Change-Id: I0107a5adfe9b07526e742d07f619da48c1e4434d
Signed-off-by: Tomas Markovic <tomas.markovic@pantheon.tech>
6 years agoUpdate git submodules
Thanh Ha [Sat, 7 Apr 2018 01:58:10 +0000 (21:58 -0400)]
Update git submodules

* Update docs/submodules/genius from branch 'stable/carbon'
  to 4ef93797d46bcdb2b9a21b1c7a525642c1848b0b
  - Add Karaf build profile

    Project local Karaf distros are handy for devs to test their work
    however is unneeded by autorelease builds and should not be released
    as part of the Simultanious Release. Add a profile that is active by
    default so that default behaviour is unchanged however allows the
    autorelease project to disable building this module.

    Change-Id: I5363fddf78c7bd4250ac95325f8ccb8538cb4309
    Issue-ID: RELENG-86
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
  - Remove obsolete Maven Site configuration

    Change-Id: Iaa7386a4b661bb94b58f9458bdd3e962c3a19a6b
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate git submodules
Thanh Ha [Sat, 7 Apr 2018 01:37:50 +0000 (21:37 -0400)]
Update git submodules

* Update docs/submodules/ovsdb from branch 'stable/carbon'
  to 29c97aeaef93abce402f420e8df359a838cc4027
  - Add Karaf build profile

    Project local Karaf distros are handy for devs to test their work
    however is unneeded by autorelease builds and should not be released
    as part of the Simultanious Release. Add a profile that is active by
    default so that default behaviour is unchanged however allows the
    autorelease project to disable building this module.

    Change-Id: I701fd2a74679f72a037ad62a4ff8693c32f05bb5
    Issue-ID: RELENG-86
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate git submodules
Thanh Ha [Sat, 7 Apr 2018 01:35:52 +0000 (21:35 -0400)]
Update git submodules

* Update docs/submodules/ovsdb from branch 'stable/carbon'
  to 66762391868746c7fcd894600d5a03fcf2c08e81
  - Remove obsolete Maven Site configuration

    Change-Id: I04a14ff8e5c7a71f1b642ad1d0529d3e15da2323
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate git submodules
Thanh Ha [Sat, 7 Apr 2018 01:42:10 +0000 (21:42 -0400)]
Update git submodules

* Update docs/submodules/netvirt from branch 'stable/carbon'
  to 2e4261c6e0cb2fd481143f3350b0bccae89df7df
  - Add Karaf build profile

    Project local Karaf distros are handy for devs to test their work
    however is unneeded by autorelease builds and should not be released
    as part of the Simultanious Release. Add a profile that is active by
    default so that default behaviour is unchanged however allows the
    autorelease project to disable building this module.

    Change-Id: I502575c7f3a3d800888371996f5d515e63bf19db
    Issue-ID: RELENG-86
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate git submodules
Thanh Ha [Sat, 7 Apr 2018 01:41:42 +0000 (21:41 -0400)]
Update git submodules

* Update docs/submodules/netvirt from branch 'stable/carbon'
  to b47ed5a62f6777355f00eeffd0b794e3514cbb7e
  - Remove obsolete Maven Site configuration

    Change-Id: Ib9395804325161d8845f2a0e37004d8427343849
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate git submodules
Jamo Luhrsen [Fri, 6 Apr 2018 04:26:57 +0000 (21:26 -0700)]
Update git submodules

* Update docs/submodules/aaa from branch 'stable/carbon'
  to 320971a7892e4540bc5d253cf9a2f8117b61e2ce
  - Add Karaf build profile

    Project local Karaf distros are handy for devs to test their work
    however is unneeded by autorelease builds and should not be released
    as part of the Simultanious Release. Add a profile that is active by
    default so that default behaviour is unchanged however allows the
    autorelease project to disable building this module.

    Change-Id: If26f62fd722bedce8d39d3dfe673064441fd1d36
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
6 years agoUpdate git submodules
Tomas Markovic [Wed, 4 Apr 2018 07:33:37 +0000 (09:33 +0200)]
Update git submodules

* Update docs/submodules/integration/test from branch 'master'
  to f970fca347b99a31741f6b38decbe53570ff8be8
  - BGPCEP-781: Adjust evpn routes

    Due to addition of path-id to evpn,
    so we can use multiple evpn routes at once,
    tests have to be adjusted since path-id is
    now mandatory for evpn

    Change-Id: I99f799464256c3f0a299cfeb89785c29dd87899d
Signed-off-by: Tomas Markovic <tomas.markovic@pantheon.tech>
6 years agoUpdate git submodules
Thanh Ha [Fri, 6 Apr 2018 15:57:16 +0000 (15:57 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 06a42633011aef077e409a0e3cf4fea864db7954
  - Merge "Create Jenkins jobs for archetypes project"
  - Create Jenkins jobs for archetypes project

    Change-Id: I0880a59940778511d785e3cda7b25294281cdc15
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
6 years agoUpdate git submodules
Andrew Grimberg [Fri, 6 Apr 2018 15:53:39 +0000 (15:53 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to aa96bf26e914b135447087fe5d71f8780167432c
  - Merge "Set a default mvn-opts for odl-merge job"
  - Set a default mvn-opts for odl-merge job

    Change-Id: Ifc6a8c8a7fdee160951d8e0bc0508599fa271eb6
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate git submodules
Tomas Markovic [Fri, 6 Apr 2018 07:35:52 +0000 (09:35 +0200)]
Update git submodules

* Update docs/submodules/integration/test from branch 'master'
  to 952ea1bd54b46711c2780bb0df4996648515e637
  - Bgp policy add AS number

    Due to developement on fluorine,
    we add this Autonomous System
    number to output of odl.

    Change-Id: If7cadf1f7f281d5fe9b0305f06e36bba49433e03
Signed-off-by: Tomas Markovic <tomas.markovic@pantheon.tech>
6 years agoUpdate git submodules
Thanh Ha [Fri, 6 Apr 2018 14:44:14 +0000 (14:44 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 626738fc4beb5711029085b40e9bc215f8815766
  - Merge "Revert "Preserve Karaf logs in autorelease jobs""
  - Revert "Preserve Karaf logs in autorelease jobs"

    Preserving the logs by preserving the Pax Exam builds takes up too much
    disk space. We need to rethink this.

    This reverts commit 60372e420e94a4993ea9b5d523a603af10e481b3.

    Change-Id: I18eb61bcd5a904b02174d3c3e9519a1bff313758
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdate git submodules
Thanh Ha [Fri, 6 Apr 2018 14:26:38 +0000 (14:26 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to d9f2ccb6dad9df55367171c64d9a5948dd2afc09
  - Merge "Throughpcep timeout increase"
  - Throughpcep timeout increase

    This test suite barely passed as it is, and
    with additions to pcep features, it is necessary
    to increase timeout.

    Change-Id: Ib3f8ab1609433d8a37185433d2fa236796ed3cff
Signed-off-by: Tomas Markovic <tomas.markovic@pantheon.tech>
6 years agoUpdate git submodules
eafatha [Fri, 6 Apr 2018 14:51:11 +0000 (20:21 +0530)]
Update git submodules

* Update docs/submodules/integration/test from branch 'master'
  to 1dc3ee830c71f342fd16bc9fa2baf47989373baf
  - OVSDB.robot library file update

    Change-Id: Id5a74ceee47061cb09d4912511ef42b792b81b2b
Signed-off-by: eafatha <a.fathima.thasneem@ericsson.com>
6 years agoUpdate git submodules
Jamo Luhrsen [Tue, 20 Mar 2018 21:48:00 +0000 (21:48 +0000)]
Update git submodules

* Update docs/submodules/integration/test from branch 'master'
  to a0bda2d3693964812db20eb150067337d31cafc1
  - Revert "Exclude failing tempest test until nova bu

    This reverts commit 21bff84a69111758a8bb9ea74028002a9584c425.

    Reason for revert: nova patch was merged in queens which should allow
    this test case to pass.

      https://review.openstack.org/#/c/553817/

    Change-Id: I26ffb7f596414759bed6fc3ecb07fc84e6814913
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>