docs.git
7 years agoUpdated git submodules
Thanh Ha [Wed, 25 Jan 2017 07:11:22 +0000 (07:11 +0000)]
Updated git submodules

Project: releng/builder master 3b634d60e3d2d3227e70427d34d21886738ffb2f

Merge "Update images names used with HOT and CSIT jobs."

Update images names used with HOT and CSIT jobs.

Change-Id: I232826fe2d1ec038cb78a82f5a3c648793589a8c
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Wed, 25 Jan 2017 05:02:52 +0000 (21:02 -0800)]
Updated git submodules

Project: releng/builder master c4e686122e32211b16769c0cf8292794d9350666

Only delete stack at end of job if CREATE_[COMPLETE|FAILED] status

This patch will make the post build cleanup script only clear
stacks with CREATE_COMPLETE and CREATE_FAILED statuses.

Let the periodic cleanup job clear CREATE_FAILED and DELETE_FAILED
statuses. This is to help Rackspace troubleshoot our orchestration
stacks getting stuck in Rackspace.

Change-Id: I6fe75fe380508533bd440297e32bdddce2a7cc71
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Tue, 24 Jan 2017 14:44:27 +0000 (09:44 -0500)]
Updated git submodules

Project: releng/builder master 96dac875a4403fe976b6c9c970583af4d58158ce

Rename images to not use periods

Our Heat template derives the hostname from the mid section of our image
names. Having periods in the name causes scripts to think we're
connecting to a fqdn rather than just a hostname so rename the scripts
to not use periods.

Change-Id: Ief69400533acbf8fca09ccd434e0f47238db1893
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Tue, 24 Jan 2017 14:39:08 +0000 (09:39 -0500)]
Updated git submodules

Project: releng/builder master 2667b7555c3d5f2f3b1815fba0729624cfc8b955

Remove matrix system type

Matrix systems have not existed in our builders for a long time now.
Let's clean this up.

Change-Id: Ib472bf85643b5f1e7fb0baebf8e4968d82912240
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Tue, 24 Jan 2017 14:37:12 +0000 (09:37 -0500)]
Updated git submodules

Project: releng/builder master 6765a719249e39005aa09c056fa302ba8f5fecc1

Remove autorelease spinup script

The spinup script was useful in the past when we were in the public
cloud and needed to utilize a 2nd storage disk. In the private cloud it
doesn't really do anything.

Change-Id: I574cb4d68cea39a0696729d53340ade963963317
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Jamo Luhrsen [Thu, 19 Jan 2017 22:29:11 +0000 (14:29 -0800)]
Updated git submodules

Project: integration/test master 1211d3c599cbe0635771442dc4ad088b571f9c31

fix argument processing for projects

Change-Id: I5226bed49263e935e9afc8800d4e405cc8748836
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Ursicio Martin [Thu, 1 Dec 2016 16:07:21 +0000 (17:07 +0100)]
Updated git submodules

Project: integration/test master e71561f9f8a14df95b11a45177cd4a6f85906d04

SFC_Basic with Logical SFF

Change-Id: Ia5cb79f8d1ce1676b1ac5388ff26261d99b7d6bb
Signed-off-by: Ursicio Martin <Ursicio.Javier.Martin@ericsson.com>
7 years agoUpdated git submodules
Vratko Polak [Tue, 24 Jan 2017 12:14:45 +0000 (13:14 +0100)]
Updated git submodules

Project: releng/builder master 2febca2cb3a8ae36aaf01dd05f675dff81f2fbbe

Override csit verify stream for Iotdm

Change-Id: Ia632b3d3e649e56cb634b4f8318365c05644fe15
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoUpdated git submodules
Vratko Polak [Tue, 24 Jan 2017 11:20:17 +0000 (12:20 +0100)]
Updated git submodules

Project: releng/builder master 15a2251fdfb9c9a187904b2b0e5bb9166f1efd89

Make stream for CSIT verify configurable

Change-Id: I48ed352fbe6937fb9f675298741f9b037e01b3d9
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Tue, 24 Jan 2017 18:08:51 +0000 (10:08 -0800)]
Updated git submodules

Project: integration/test master 954517fda58e484e1d5b036e1b16ee8f8241e4c6

Skip working on gerrits if the includes list is empty

this could happen when the firt gerrit found is not "merged" as would
be the case when this tool is triggered with a patch test gate job.

this will actually stop parsing gerrits for the project that has an
unmerged change in the distro.

this is a quick fix to get the tool working again. a better fix needs
to come next where it can handle unmerged gerrits and then continue
to print all the merged patches that still made it in to that relevant
project

Change-Id: I96c683cf07e7ed43c5eab42a48a8a0c8627d04e6
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Tomer [Sun, 25 Dec 2016 12:31:02 +0000 (14:31 +0200)]
Updated git submodules

Project: netvirt stable/boron 1599b49658a2ef3106998af702042483bf176574

Bug 7436: Handle VpnInterfaces of VpnInstance

The problem:
VpnOpDataSyncer.waitForVpnDataReady is using java wait method
that does not return the thread to the pool while waiting.
If there are more compute nodes then CPU threads, all threads
in DjC will wait and there will be not availabe thread to
execute the code which waitForVpnDataReady waits for.

The solution:
VpnInterfaceManager holds all vpn interfaces that cannot be processed till the
relevant vpn instance in ready.
Updated the synchronized lock blocks to user vpnInstanceName instead of this.

Added cleanup of removed interface

Change-Id: I66da144356e17e778f1d04e5720befbece565fd5
Signed-off-by: Tomer <tomer.pearl@hpe.com>
Signed-off-by: Koby Aizer <koby.aizer@hpe.com>
7 years agoUpdated git submodules
Vivekanandan Narasimhan [Thu, 19 Jan 2017 18:29:49 +0000 (23:59 +0530)]
Updated git submodules

Project: integration/test master 93fea61cc54c27b91700589224f646fee95eea89

Fix up model dumps collection to reflect latest datastores

Change-Id: Id0340224db5020538054f85bc9212be8399c46eb
Signed-off-by: Vivekanandan Narasimhan <n.vivekanandan@ericsson.com>
7 years agoMerge "Do not mention alternative Jolokia installation" into stable/boron
Colin Dixon [Tue, 24 Jan 2017 15:26:49 +0000 (15:26 +0000)]
Merge "Do not mention alternative Jolokia installation" into stable/boron

7 years agoUpdated git submodules
Miguel Perez [Fri, 13 Jan 2017 13:13:50 +0000 (14:13 +0100)]
Updated git submodules

Project: netvirt stable/boron fcef7b674314cbfe154e5bf25decedb7c14e7de8

Bug 7536: Static routes not handled when ivpnlink becomes active

 + Corner test case found that if the InterVpnLink is created when
   there's no available DPN to be installed in, the InterVpnLink is
   correctly created in ERROR state. Next step is to add some static
   routes to the corresponding Neutron Router. Third step is to connect
   some OVS node to the controller. At this point, the InterVpnLink
   is correctly installed on that DPN and the State is correctly set
   to ACTIVE... but the Static routes are forgoten.

 + It may look big but it is mostly moving code from
   InterVpnLinkListener to InterVpnLinkService

Change-Id: I87018e6cba48146c12fbad0d506445931275977e
Signed-off-by: Miguel Perez <francisco.miguel.perez@ericsson.com>
7 years agoUpdated git submodules
abbas [Thu, 19 Jan 2017 08:20:16 +0000 (00:20 -0800)]
Updated git submodules

Project: integration/test master f13fe6d8f3a1dee3e17f14a881b8a2d67e5dc94c

Bug fix on the Keywords, SSHLibrary write command takes the older values.

Change-Id: If4e064b0b1cf87f00faacd0e58c49fb9645aed20
Signed-off-by: abbas <abbas.pareedkunju@tcs.com>
7 years agoUpdated git submodules
Martin Mihálek [Fri, 20 Jan 2017 11:21:06 +0000 (12:21 +0100)]
Updated git submodules

Project: integration/test master 1895524cc6961887e3a1566395af682f0b987bd9

SXP performance test filter change

Updated filter prefix to adapt to change https://git.opendaylight.org/gerrit/#/c/49270/
as old prefix was out of scope.

Change-Id: Id1bfc93af712b2683cc2532b7220d83990a15a2b
Signed-off-by: Martin Mihálek <mamihale@cisco.com>
7 years agoUpdated git submodules
miroslav.kovac [Wed, 4 Jan 2017 14:05:29 +0000 (15:05 +0100)]
Updated git submodules

Project: integration/test master d7f766e4a8726836dfd994e91eed57eabfa0d585

Fix integration tests for iotdm project

Change-Id: Id6530d66a2066802b219d1608af3d7179ff6846d
Signed-off-by: miroslav.kovac <miroslav.kovac@pantheon.tech>
7 years agoUpdated git submodules
Robert Varga [Mon, 18 Jul 2016 09:04:05 +0000 (11:04 +0200)]
Updated git submodules

Project: odlparent stable/boron 7b8f973b3fcbba08fc8fc09e498dd3d1cbdfe6cb

Bump netty to 4.0.43

http://netty.io/news/2016/07/01/4-0-38-Final-4-1-2-Final.html
http://netty.io/news/2016/07/15/4-0-39-Final-4-1-3-Final.html
http://netty.io/news/2016/07/27/4-0-40-Final-4-1-4-Final.html
http://netty.io/news/2016/08/29/4-0-41-Final-4-1-5-Final.html
http://netty.io/news/2016/10/14/4-0-42-Final-4-1-6-Final.html
http://netty.io/news/2017/01/12/4-0-43-Final-4-1-7-Final.html

Change-Id: Ib9bd686dbb645128a093f4f934710e19ba6e3fca
Signed-off-by: Robert Varga <rovarga@cisco.com>
Signed-off-by: Stephen Kitt <skitt@redhat.com>
(cherry picked from commit 0daf4faa2ba6cf6c2b1f06a2e7cd672ecba3ede9)

7 years agoUpdated git submodules
eabasan [Fri, 13 Jan 2017 08:32:53 +0000 (09:32 +0100)]
Updated git submodules

Project: integration/test master 203e11c2b069713bf9a13660bc770b1f6727c930

Add tests for symmetric paths using bidirectional flag in SF type

Change-Id: I33d39ce4fec52c5242e03751ab2cfea6dfff5acc
Signed-off-by: eabasan <santiago.abascal@ericsson.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Mon, 23 Jan 2017 22:12:54 +0000 (14:12 -0800)]
Updated git submodules

Project: integration/test master 0bee22ec1acf83a59fe73ae30bc4b6496cf94bd3

Adding netvirt to list of netvirt projects

Change-Id: I0e9b2981742e38f275030365835f989c80b6f876
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoDo not mention alternative Jolokia installation 07/50907/1
Vratko Polak [Wed, 18 Jan 2017 16:19:21 +0000 (17:19 +0100)]
Do not mention alternative Jolokia installation

Also, non-executable files should not have executable flag set.

Change-Id: I70c57a6986c7ae4f78bf0b0e1a9c9b9a1c373180
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
(cherry picked from commit 5d7401bd3ad53d301738c2ade8aaa823fa1cce6a)

7 years agoUpdated git submodules
Alon Kochba [Thu, 19 Jan 2017 12:26:33 +0000 (14:26 +0200)]
Updated git submodules

Project: integration/test master 55275d91f8303dceb4203ac4b73e5540765cc334

Enlarge nc timeout used for netvirt SNAT test

Change-Id: I94724ef655a4974ca4887ef5369df94622333d5c
Signed-off-by: Alon Kochba <alonko@hpe.com>
7 years agoUpdated git submodules
Thanh Ha [Mon, 23 Jan 2017 16:13:39 +0000 (16:13 +0000)]
Updated git submodules

Project: releng/builder master ea6bd1c6fcf0d1ebfca4f5df944c11641c62c082

Merge "Add puppet-opendaylight test job"

Add puppet-opendaylight test job

Installs deps and runs lint/rspec/beaker sanity tests.

Change-Id: I7b8488cbf54844618e6bd4ae1a566e8a19a844f1
Also-by: Daniel Farrell <dfarrell@redhat.com>
Signed-off-by: srisankethu <sanketh.uppalapati@research.iiit.ac.in>
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
7 years agoUpdated git submodules
Peter Gubka [Mon, 23 Jan 2017 10:52:33 +0000 (11:52 +0100)]
Updated git submodules

Project: integration/test master a95f2d50fff0563e431b46ad7c34d0c65a39ea18

Remove ODL_STREAM variable from Netvirt_Vpnservice/BFD_Monitoring.robot

Change-Id: Ie3b3161cb91d36fcdef3ebcec406ecc0bbbd8205
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Peter Gubka [Mon, 23 Jan 2017 13:26:19 +0000 (14:26 +0100)]
Updated git submodules

Project: integration/test master 34bf04d44ea6c037a2eae727f13ba60741389586

Remove lithium testplans for bgpcep and tsdr

Change-Id: Ic6aa89334696dd8ddd6ce8727af49497a9748736
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Vratko Polák [Mon, 23 Jan 2017 14:10:02 +0000 (14:10 +0000)]
Updated git submodules

Project: releng/builder master 9d8d532d02045506bfaf895d58bc909664f5a66a

Merge "Remove depricated bgp "all" feature for carbon bgpclustering-ha jobs"

Remove depricated bgp "all" feature for carbon bgpclustering-ha jobs

Also clustered netconf topology is removed because it is not used in carbon

Change-Id: Id3bf98e4d2b0a14ff9cb1829051bc81b3acd37c9
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Peter Gubka [Mon, 23 Jan 2017 13:11:31 +0000 (14:11 +0100)]
Updated git submodules

Project: integration/test master a47ca38e3726eb425e24d18d0de8197a8f8c5777

Create boron specific bgpcep-bgpclustering-ha-boron.txt tesplan file

Netconf feature is going to be removed from bootfeatures in carbon in
https://git.opendaylight.org/gerrit/#/c/50711/ and netconf readyness suite
is not needed in carbon because of that. In boron it remains.

Change-Id: I497f9fa254146e7dd6e69e7fddeb948573de9d8d
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Anil Belur [Mon, 23 Jan 2017 13:29:48 +0000 (13:29 +0000)]
Updated git submodules

Project: releng/builder master afdacf93d9967d04f1698fbec3fa89242f1a31c2

Merge "Make distribution-check job logic more strict"

Make distribution-check job logic more strict

Multiple build steps use a fake remote repository
in order to discover missing POM references and other failure modes.

Change-Id: I28c2eb56c48fac3953acc0d2dfd858e0a3d914ed
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoUpdated git submodules
Guy Belotzerkovsky [Mon, 23 Jan 2017 12:00:49 +0000 (14:00 +0200)]
Updated git submodules

Project: releng/builder master a3c10b61e320e1c350a8bd1217cdb045473c5381

fix packer jobs syntax

Change-Id: I1a00700bbdf88c698a881f573f891c263f0b4a5c
Signed-off-by: Guy Belotzerkovsky <guy@hpe.com>
7 years agoUpdated git submodules
Anil Belur [Sat, 21 Jan 2017 08:10:29 +0000 (18:10 +1000)]
Updated git submodules

Project: releng/builder master 88c2c26b123825ed0a1f599a764d81b7712bd4d9

Remove unused variables passed to packer validate

Change-Id: I64ee0b66630f4c705a9589cf41bc4c5321f6d6b0
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoUpdated git submodules
Guy Sela [Thu, 12 Jan 2017 14:50:05 +0000 (16:50 +0200)]
Updated git submodules

Project: netvirt stable/boron b3afcaf173483536ab496a7bcfa7dbd3363a3b05

Bug 7530 : ElanPacketInHandler mutexes are too coarse

Mutex for manipulating flows related to MAC was locking on
ELAN + MAC, when could lock ELAN + MAC + DPID. By locking
on the finer-grained mutex, we can support much bigger scale.
Problem occured in scale testing when 180 computes were
getting packet ins with the same MAC (External Network), and
every OVS was competing with all other OVSs for the lock of ELAN+MAC.

ElanPacketInHandler also updates a global data structure
of MACs that must be locked with the coarser mutex of
ELAN+MAC. This is why this patch splits the ElanPacketInHandler
into 2 jobs instead of one.

The transactions there also caused OptimisticLockException because
delete was called and submitted and then put was called and
submitted. This can't work due to the asynchronoush nature of
MD-SAL. There is no need in delete anyway if you call put, so
the delete was removed.

The 10 seconds protection was removed because it is unnecessary
as it already exists in the OVS with a learn rule.

The MAC migration code never worked because the condition could
ever be true there (it's a bug). I preserved the same behavior.

Fixed potential NPE in Etree code

Change-Id: I1aa038f9e0d271b94ffee6076654571b2e811d37
Signed-off-by: Guy Sela <guy.sela@hpe.com>
(cherry picked from commit a30c620a4d5d3f2c4bc63fff433e691f6501ebf9)

7 years agoUpdated git submodules
Jamo Luhrsen [Fri, 13 Jan 2017 18:03:11 +0000 (10:03 -0800)]
Updated git submodules

Project: releng/builder master ada28d6fead82a14ad0dd9a2efe9fde091146a95

add ability to run stateful or transparent jobs alone and give all three (+transparent) to the current keyword

Change-Id: Iaefee6f3961eb7b79dbc433f9ea30f6c13a80b47
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Sandra Biton [Wed, 30 Nov 2016 15:36:45 +0000 (17:36 +0200)]
Updated git submodules

Project: releng/builder master c3cd25d56e21b9ff1c30d716fd9120dbcb31ba0e

refactor to support one template for both 1/3 node-openstack

Change-Id: Ie030b6c5963a00d6f7ae6cc9978fcc9a97542bd6
Signed-off-by: Sandra Biton <sandra.biton@hpe.com>
7 years agoUpdated git submodules
Peter Gubka [Tue, 17 Jan 2017 18:16:01 +0000 (19:16 +0100)]
Updated git submodules

Project: integration/test master b5700548ceb2fffcac3dd721d83aa7d087d62df7

Remove ODL_STREAM variable from usage in SxpLib.robot

Change-Id: I35d9794ca3db5a9a0c2ff3cbfd1af1a324b05159
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Fri, 20 Jan 2017 18:48:32 +0000 (18:48 +0000)]
Updated git submodules

Project: releng/builder master 34587978b0d7c3f717c9761ba68b4e137dbe98be

Merge "Improve vm ip search code to be more generic"

Improve vm ip search code to be more generic

Change-Id: Ic695203315c422d84cf6fcb168e849edca4156c8
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Jamo Luhrsen [Fri, 20 Jan 2017 18:48:28 +0000 (18:48 +0000)]
Updated git submodules

Project: releng/builder master ebdc274e0462183313996120b37cc2df8c6058be

Merge "Remove JClouds code"

Remove JClouds code

JClouds is no longer deployed in our jobs so remove our TODO items.

Change-Id: I2b93add5cbfffba7c9502f9d7ef99f011c39f5ef
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Wed, 18 Jan 2017 17:35:01 +0000 (12:35 -0500)]
Updated git submodules

Project: releng/builder master 9b034261eefff94c09d5b8cac46fb1fcd87aab2c

Add job to cleanup stale stacks

Sometimes a job might fail to delete the heat stack at the end of the
job for an unknown reason. Add a cleanup job to run periodically and
remove these stacks if found.

This job is currently designed to run every 6 hrs.

Change-Id: Ib486c108acc15cd58bc12cc473e934d25cb38457
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Fri, 20 Jan 2017 18:31:41 +0000 (13:31 -0500)]
Updated git submodules

Project: releng/builder master 612a30fc00d1e893a3ffa643361a4b7c50659c68

Update java-builder image to pull in jq

The 20170120 has the handy jq command so bump the version to get it.

Change-Id: Ib1e9cd570b1e3f7a672379b1680554fb123225a4
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Andrew Grimberg [Fri, 20 Jan 2017 18:29:27 +0000 (18:29 +0000)]
Updated git submodules

Project: releng/builder master 3e130644c654a8c1275e7d58133c1a44ded68fb6

Merge "Prepend  to vm names"

Prepend  to vm names

Change-Id: I0f2535ce3c27ea6bcf496abd0ca8777d331e7faf
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Jamo Luhrsen [Fri, 20 Jan 2017 18:27:39 +0000 (18:27 +0000)]
Updated git submodules

Project: releng/builder master 6cbd603e565bf19097121c9cbfdd1102accd78ab

Merge "adding change discovery tool to run and display merged patches from the running distribution"

adding change discovery tool to run and display merged patches from the running distribution

this is hopefully a temporary place to run this tool. Ideally I would like to expose it at
the robot level and/or create jenkins artifact files with the relevant info collected
by changes.py. This will take more work, and this is an easy way to start taking advantage
of this new tool.

Change-Id: If3cd5c74b4591be16a0f0518402a4c92ad4c5fec
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Thanh Ha [Fri, 20 Jan 2017 17:54:19 +0000 (12:54 -0500)]
Updated git submodules

Project: releng/builder master 914188cb2e13e9e12cfe15ec969d584ad3d67683

Fix image timestamp for docker

Change-Id: I5236615c87d6619f1fd5085bfae9c9c4cf190da5
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Fri, 20 Jan 2017 17:25:16 +0000 (12:25 -0500)]
Updated git submodules

Project: releng/builder master 77af88c94263096f99ce12af0e0ed001a656b5e1

Update devstack and docker images

Change-Id: I9634dc48cf541e52f3d1a1955f81ca624651deb0
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Fri, 20 Jan 2017 16:53:30 +0000 (11:53 -0500)]
Updated git submodules

Project: releng/builder master 896d11f8817602678b8f32a82eaa92d9621b6f3d

Update images

Change-Id: I1b3b4d9fd9ff91bbc33716869ba8943c094c3891
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Fri, 20 Jan 2017 16:36:26 +0000 (11:36 -0500)]
Updated git submodules

Project: releng/builder master bf9702e15f363ab156f28b78b58f5da24a451761

Update images

Change-Id: I0d0975d1524178b5905a6bedb2be3b1fc4b42d8d
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Vasu Srinivasan [Fri, 20 Jan 2017 16:26:46 +0000 (10:26 -0600)]
Updated git submodules

Project: spectrometer master 0f4fa116f80d3d3f9377a3f31664ddc529d24eb1

set log level of git.cmd library to info to avoid debug statements

Change-Id: If0cc8df1c52d0d8dd5177d5169143e21736036b5
Signed-off-by: Vasu Srinivasan <vasya10@gmail.com>
7 years agoUpdated git submodules
Vratko Polák [Fri, 20 Jan 2017 16:29:52 +0000 (16:29 +0000)]
Updated git submodules

Project: releng/builder master 9d623ae86a40a59ebfe70ba9cad9e96147775133

Merge "Remove deprecated pcep "all" feature from throughpcep carbon jobs"

Remove deprecated pcep "all" feature from throughpcep carbon jobs

Change-Id: Ida168a4f9d80ae055d809a2b33cbaccd3f53f631
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Vratko Polák [Fri, 20 Jan 2017 16:27:15 +0000 (16:27 +0000)]
Updated git submodules

Project: releng/builder master 01062514ae3e5bee15db8617b6a3b4d33cbf2771

Merge "Remove deprecated bgp "all" feature from bgpclustering carbon jobs"

Remove deprecated bgp "all" feature from bgpclustering carbon jobs

Change-Id: Ic52d6fcc584ed540a7ca32f1cbc55a3d409e32ac
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoMerge "Adding Boron-SR1 and Boron-SR2 Release Notes" into stable/boron
Colin Dixon [Fri, 20 Jan 2017 14:59:04 +0000 (14:59 +0000)]
Merge "Adding Boron-SR1 and Boron-SR2 Release Notes" into stable/boron

7 years agoUpdated git submodules
Thanh Ha [Fri, 20 Jan 2017 14:32:40 +0000 (14:32 +0000)]
Updated git submodules

Project: releng/builder master ca987ea19ad7b8f07d7269f1caa08db4ad9b34f3

Merge "Disable automatic system updates on Ubuntu"

Disable automatic system updates on Ubuntu

The cloud-init package has a hard dependency on the automatic update
mechanism in Ubuntu 14.04. As removing this causes systems to not be
accessible when booted, instead we're just going disable all of the
options for the automatic update system

Change-Id: Ic6a8af2dfdaa7238e6273919b93da32a9d3f6692
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
7 years agoUpdated git submodules
Peter Gubka [Fri, 20 Jan 2017 09:37:09 +0000 (10:37 +0100)]
Updated git submodules

Project: releng/builder master 84900b1779ecb27490877c7ce7b3088894c8412c

Remove deprecated bgp "all" feature from ingest carbon jobs

Change-Id: Ia23d35532c8b08fa8c46e8298bf0dd1fc7e9898d
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Peter Gubka [Fri, 20 Jan 2017 09:26:00 +0000 (10:26 +0100)]
Updated git submodules

Project: releng/builder master 0ae0f93cefc2c12182cb6d4a030158da02b047b6

Remove deprecated bgp and pcep "all" features from userfeatures carbon jobs

Change-Id: If2fe7c17cef0dbb7952a53eedad75016d78e0508
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Peter Gubka [Wed, 18 Jan 2017 12:17:37 +0000 (13:17 +0100)]
Updated git submodules

Project: integration/test master 376c7e0fbb3d7576ba2fb2f5752a886493bcc22a

Remove ODL_STREAM from VtnCoKeywords.robot

Contains also an additional kw in CompareStream to run kw for a certain stream

Change-Id: I92f70902cdb706c88a80e3e5d3105aa5e22a3239
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Thanh Ha [Fri, 20 Jan 2017 03:28:50 +0000 (22:28 -0500)]
Updated git submodules

Project: releng/builder master df0d9ef00e2349e7925d0e6d412389589f800468

Fix docs-rtd curly brace escape

Didn't realize in the previous patch
I0ed5176a3216b6a115bd2bae527df4bb5b1d2c45 that we needed to escape curly
braces but keep {rtdproject} as it's a JJB variable we're passing in.

Change-Id: I7357262e12219c642f29d507087e5ea1a45496a6
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Fri, 20 Jan 2017 03:08:46 +0000 (22:08 -0500)]
Updated git submodules

Project: releng/builder master c5d0428d137fec71a6a2e1ea01995470470afdc7

Make RTD docs job build correct branch

We can use version_slug post data to pass in the docs version to build
in ReadTheDocs.

Change-Id: I0ed5176a3216b6a115bd2bae527df4bb5b1d2c45
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoAdding Boron-SR1 and Boron-SR2 Release Notes 96/50696/1
A H [Fri, 20 Jan 2017 01:04:59 +0000 (17:04 -0800)]
Adding Boron-SR1 and Boron-SR2 Release Notes

Change-Id: I3f21c5a24c607ca12dd95566d3f52d26120b509d
Signed-off-by: A H <an.ho@huawei.com>
7 years agoUpdated git submodules
Kency Kurian [Wed, 11 Jan 2017 19:19:34 +0000 (00:49 +0530)]
Updated git submodules

Project: netvirt stable/boron e04ffc6091b3e3f020e8c76b961efbccca7da204

Bug 7533 : Fix for bind/unbind in DHCP service

- If the unbind is called from interface state listeners there could be
  chances of ending up in a race condition in service bind logic and hence
  the flow does not get removed.
- Moved the bind service call to interface config listener rather than state
  so that the service flows get programmed as soon as the interface is UP.

Change-Id: Iadd3743e47efed9f256612fe8bab7085d3de2d54
Signed-off-by: Kency Kurian <kency.kurian@ericsson.com>
7 years agoUpdated git submodules
Andrew Grimberg [Thu, 19 Jan 2017 22:19:37 +0000 (22:19 +0000)]
Updated git submodules

Project: releng/builder master 45b87bbc0b38445ba45fd16556143e3ba1d4aaef

Merge "Resouce optimize packer verify job to single instance"

Resouce optimize packer verify job to single instance

* Use single instance of the job for verifying changes
  instead of starting a job for each platform and template
  combination.
* Validate provision scripts bash syntax

Change-Id: I14eceb03130b2c40404bde049b292637d5d6653c
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoUpdated git submodules
Jamo Luhrsen [Tue, 17 Jan 2017 22:44:20 +0000 (14:44 -0800)]
Updated git submodules

Project: integration/test master 58dfa96b4c05f0054496a060b339fea50d0a31a3

adding ability to download a distro from url and show patches from that distro

Change-Id: I2bb12f6b989af23ed82b48859fbb114ee124847c
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Andrew Grimberg [Thu, 19 Jan 2017 20:11:30 +0000 (20:11 +0000)]
Updated git submodules

Project: releng/builder master 12ab03111ce1e978bb655e237d198b6ed3c7bb69

Merge "Add jq to baseline"

Add jq to baseline

This package is useful on all vm types so install it everywhere.

Change-Id: I756000271ebbc9a2fe0856d421404c85006c004c
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Thu, 19 Jan 2017 19:50:57 +0000 (14:50 -0500)]
Updated git submodules

Project: releng/builder master 3805c9fa90184aedf5468084b98101c904d7e0d2

Add --remove-source-files to rsync call

Autorelease is running out of space and part of the reason is that we're
duplicating artifacts while copying them around to produce the staging
repo. This is an attempt to save some space by removing some of our
duplication.

Change-Id: I71c02437bf027be765d41c90a4e161c79e97e719
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Jamo Luhrsen [Thu, 19 Jan 2017 16:45:46 +0000 (16:45 +0000)]
Updated git submodules

Project: releng/builder master e00bc39f5352d8f51b59c68932c1b5964d83e732

Merge "Add VLAN private network support to devstack"

Add VLAN private network support to devstack

Add ML2_VLAN_RANGES configuration to devstack local.conf,
to support configuration of any VLAN networks using the
physical_network physnet1.

Change-Id: I03c637f529763e36046d45e26cd528d4b1d7776d
Signed-off-by: Alon Kochba <alonko@hpe.com>
7 years agoUpdated git submodules
Peter Gubka [Thu, 19 Jan 2017 15:03:01 +0000 (16:03 +0100)]
Updated git submodules

Project: integration/test master 86097a56ef16002f48f80972e9b58c538c733617

Remove ODL_STREAM variable from usage in libraries/TopoprocessingKeywords.robot

Change-Id: Ie202479ec81edb765e37bb4fa8a82ec7b8c78620
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Vivekanandan Narasimhan [Tue, 17 Jan 2017 17:02:15 +0000 (22:32 +0530)]
Updated git submodules

Project: netvirt stable/boron d68ba30c0c233a4215806684185cd5104071becb

Bug 7567: External subnet group is not updated with external gwmac

The external subnet group is not getting updated even though
the resolution for external gateway macaddress is successful.

The fix here is to make the the external subnet group programmer
to listen for Learned IP-MAC datastore which would really hold
the external-subnet-gateway-ip TO external-subnet-gateway-mac
mapping.

Also multiple external subnets can share the same subnet ip addresses
and so this patch fixes that too..

Change-Id: Id8c2ba8ace8dbeaf20ceb35d81f43a07e50c3a9f
Signed-off-by: Vivekanandan Narasimhan <n.vivekanandan@ericsson.com>
7 years agoUpdated git submodules
Alon Kochba [Sun, 11 Dec 2016 12:07:35 +0000 (14:07 +0200)]
Updated git submodules

Project: integration/test master 767f65f953dc2c16a61467be7aff68a3dc9e5c62

Add SNAT test to netvirt CSIT

Change-Id: I8caba0858a9cf85c0cda8e22cf22ea8c998ca500
Signed-off-by: Alon Kochba <alonko@hpe.com>
Signed-off-by: Koby Aizer <koby.aizer@hpe.com>
7 years agoUpdated git submodules
Alon Kochba [Sun, 1 Jan 2017 16:25:22 +0000 (18:25 +0200)]
Updated git submodules

Project: ovsdb stable/boron da65cb6ace86207ddaa0e8310ce2c8d9d4d11000

Bug 7559: Add utilities to expose TP by ext-id, get dpnId from TP

- Add utility to return nodes that contain a termination point
referencing a given interface ID via external interface ID.
- Add utility to return the external ID value of a given termination point.
- Add utility to return the datapath ID of a given node identifier

Change-Id: I630773d6291b33d2fa85a3bcb5c344538d83813b
Signed-off-by: Alon Kochba <alonko@hpe.com>
(cherry picked from commit 3a19b5754257867165437e549a8e001f0097462a)

7 years agoUpdated git submodules
Thanh Ha [Wed, 18 Jan 2017 20:26:35 +0000 (15:26 -0500)]
Updated git submodules

Project: releng/builder master ec1204a0c73caa54cca3defab0c4022c913d932f

Enable JJB weekly job

Long ago we disabled this job because we were having issues with the job
always timing out and failing. JJB has since introduced things like
parallel updates which should make this job more stable. It is good to
run something like this once a week to reset our jobs and ensure
there's no discrepency with what is in releng/builder vs the jobs in
production.

Change-Id: I11ca998c907a219c0be05d2473737a37ad6362d9
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Wed, 18 Jan 2017 20:22:39 +0000 (15:22 -0500)]
Updated git submodules

Project: releng/builder master 2a6fdc332102ef194fbfde10aae0887c14a63313

Allow stack 15 minutes to spawn before giving up

Change-Id: I09be14d48fd4c86773866786455638dbbeca5ceb
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Wed, 18 Jan 2017 17:45:32 +0000 (17:45 +0000)]
Updated git submodules

Project: releng/builder master f83a0bf1b61c5a9d248755e34461c17797470f4c

Merge "Put link to current job into distribution"

Put link to current job into distribution

This is to help with tracking which Changes were tested.

Change-Id: Ieee0fae05068384dcb88b8c73e4f82f1dabaa650
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoUpdated git submodules
Guy Sela [Wed, 11 Jan 2017 15:30:40 +0000 (17:30 +0200)]
Updated git submodules

Project: netvirt stable/boron eb95098699d00aab74a4b14013d3176847ef7ade

Bug 7528 : Don't learn the DMAC flows from other DPNs

When working with an elan of type VLAN or FLAT, we shouldn't
learn the known macs from other DPNs. Before calling
programRemoteDmacFlow, validate that the elan is not VLAN or FLAT.

Change-Id: Ib96546aff94bc18f830d72c1735c364f1a21156b
Signed-off-by: Guy Sela <guys.sela@hpe.com>
7 years agoUpdated git submodules
Thanh Ha [Wed, 18 Jan 2017 14:45:23 +0000 (14:45 +0000)]
Updated git submodules

Project: releng/builder master 19e288a52110c7913b314345fc57bf9699d37197

Merge "OVS 2.5 image packer script is enhanced for openvswitch-vtep installation"

OVS 2.5 image packer script is enhanced for openvswitch-vtep installation

Change-Id: Ia622f9a00a24c3c3b31706d0dcc3440e408709cf
Signed-off-by: Dhevendran Kulandaivel <dhevendran.k@tcs.com>
7 years agoUpdated git submodules
Vratko Polák [Wed, 18 Jan 2017 12:31:28 +0000 (12:31 +0000)]
Updated git submodules

Project: releng/builder master c79db1bb01fc2d5d7a6f310fa7a83432f936d622

Merge "Remove odl-netconf-connector-all feature from bgp userfeatures suite in carbon"

Remove odl-netconf-connector-all feature from bgp userfeatures suite in carbon

Change-Id: Iec4cb783386899bace50222486b8adce971dd857
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Peter Gubka [Thu, 12 Jan 2017 11:29:51 +0000 (12:29 +0100)]
Updated git submodules

Project: integration/test master c9d710b192fde8e20d9a5cb6ab421384bca7a80d

Update tcpmd5 suite with installation of netconf connector if needed

Change-Id: Ie8629d51d55dd381d99d9be3f663bd6e7386778c
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Peter Gubka [Wed, 18 Jan 2017 10:43:21 +0000 (11:43 +0100)]
Updated git submodules

Project: integration/test master c39b148e6d592881de5d8f099e6cdfa9d556010c

Remove unused resource file ConfigViaRestconf

Change-Id: Ib2a06bfccce149eb0b20aaab246ea0b4af4fada7
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Thanh Ha [Wed, 18 Jan 2017 03:45:59 +0000 (22:45 -0500)]
Updated git submodules

Project: releng/builder master 40b09d65a754725a6f4b01c6e590b8ce3b0c8141

Add git-review to centos systems

Change-Id: Ibd9a23c7064a3f5388553cb65cc483ca3c09ff4c
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
rahul.agarwal [Fri, 23 Dec 2016 17:04:28 +0000 (22:34 +0530)]
Updated git submodules

Project: integration/test master bc257980ef15b64078dc5eef8d31b84ff525dee4

Tunnel monitoring test cases

Change-Id: I7135fd9115c83debf7b8b8880fae8935340534e2
Signed-off-by: rahul.agarwal <rahul.agarwal3@tcs.com>
7 years agoUpdated git submodules
Luis Gomez [Wed, 18 Jan 2017 03:06:52 +0000 (19:06 -0800)]
Updated git submodules

Project: integration/test master 3796596461d99668678383d808bc1ed4db85ea18

Fix typo in OpenFlow library

Change-Id: I0fc42b320f1eba7930918a634dc4c00012e160bf
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Wed, 18 Jan 2017 00:30:09 +0000 (16:30 -0800)]
Updated git submodules

Project: integration/test master e7f31f5cf75919f56553365787ba15b141a0101b

increasing loop count for karaf ssh as a workaround for ssh connection rejections

Change-Id: I7e4d359241d9309fc8d2407635d08802483a0bc1
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Luis Gomez [Wed, 18 Jan 2017 02:29:08 +0000 (18:29 -0800)]
Updated git submodules

Project: integration/test master 02dfb16a4d2f22edd4d188564a3d2e1835824ecc

Increase Karaf SSH timeout

After few tests, this seems to stabilize the failure:

SSHException: No existing session

Change-Id: I2a13fd66bd422df2becae81229eea664e7d6121f
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
7 years agoUpdated git submodules
Thanh Ha [Wed, 18 Jan 2017 04:04:34 +0000 (04:04 +0000)]
Updated git submodules

Project: spectrometer master d59f80e94f52dba5e89b8b1b4c2ab1bff9332f50

Merge "Fix href in card"

Fix href in card

Clicking button at top-right part of card takes you to top of page.

Change-Id: I7f0c0680754b1ef12e3508ac73be349e3544f956
Signed-off-by: Raghuram <raghuram.4350@gmail.com>
7 years agoUpdated git submodules
Thanh Ha [Wed, 18 Jan 2017 03:29:35 +0000 (03:29 +0000)]
Updated git submodules

Project: releng/builder master c2e0bca8f1e7f62cacef768a1b88ca38975ec5b3

Merge "Remove git-review install from autorelease spinup script"

Remove git-review install from autorelease spinup script

Change-Id: I4d256cc26c84fbed7264011579fd3205da9d702c
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoAdd more clustering documentation 76/50576/2
Lorand Jakab [Fri, 6 Jan 2017 22:19:25 +0000 (00:19 +0200)]
Add more clustering documentation

Describe how to explore shard information, and how to use that
information to manage voting states and implement a geo-distributed
active/backup setup.

Change-Id: Ia814ea393db1ba05edde2dcb132ec5ea6c52cce3
Signed-off-by: Lorand Jakab <lojakab@cisco.com>
(cherry picked from commit 4981b76b91102a44499ff70e6f20b9e12d516d4c)

7 years agoAdd ONE/VPP tutorial for simple overlay 77/50577/1
Shakib Ahmed [Tue, 8 Nov 2016 00:53:03 +0000 (16:53 -0800)]
Add ONE/VPP tutorial for simple overlay

Change-Id: Ic5e1cf8694be03fc3b69469b74b7b0e966ba7c7d
Signed-off-by: Shakib Ahmed <sheikahm@cisco.com>
(cherry picked from commit 87bce655d83ac1df92a55a125e66df5521adf03c)

7 years agoRemove unused netvirt images 74/50474/2
Sam Hague [Sat, 14 Jan 2017 13:24:31 +0000 (08:24 -0500)]
Remove unused netvirt images

Change-Id: I76bf7730ab86293e5d1256b7cbb03413c9e5164d
Signed-off-by: Sam Hague <shague@redhat.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Mon, 16 Jan 2017 22:49:35 +0000 (14:49 -0800)]
Updated git submodules

Project: integration/test master 9a957dd2453f1183f71f268b4745eb4d098d808c

adding a few tweaks and fixes/workarounds

- looks like the ssh url for gerrit is not working from the releng VMs
  so trying with https now

- the CommandFailed class was broken and it appears to be that there
  was a missing docstring for that class, so self.__doc__ was None
  and doing a return with something None + something else was crashing.
  So, I added a basic docstring there. I know this is code similar to
  another project (e.g. git-review), so I'm not so confident it's
  the right thing, but its working for me. It was noticed because the
  ssh url to gerrit was being rejected so that class was getting
  excercised

- I did a few modifications based on what my IDE told me was good
  python

- I removed one and added one print output to make it more clear
  what's going on (to me, at least)

- fixed one variable naming typo

- defining the ssh URL in a single location

- verbose cmdline arg was overriding VERBOSE to 0 even if it was modified inline

Change-Id: I623e67ffb71660b3d9c5a55b0b31bc93dab4df55
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Peter Gubka [Tue, 17 Jan 2017 10:27:28 +0000 (11:27 +0100)]
Updated git submodules

Project: integration/test master 0cf61372547af95a72c7f30df56a25fbd7441335

Add stop test validation

Change-Id: Ief8681e0e8aef34abecc52b25e23788aa4eb7ebe
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Marcos López Samaniego [Mon, 9 Jan 2017 14:35:15 +0000 (15:35 +0100)]
Updated git submodules

Project: netvirt stable/boron eeb43100fc69728f69cefdf8dd32356fecc6d1c4

Bug 7525 - Inter-VPN link static/connected routes leaking not working

+ Enable static/connected routes in inter-VPN link creation.
+ Fixed some issues related to routes provisioned after the inter-VPN link.
  These issues were affecting the leaking of every kind of route.

Change-Id: Ibb73f86f163f6fe7adf4a26b81ab1ead93855561
Signed-off-by: Marcos López Samaniego <marcos.lopez.samaniego@ericsson.com>
7 years agoUpdated git submodules
Martin Mihálek [Tue, 3 Jan 2017 09:31:46 +0000 (10:31 +0100)]
Updated git submodules

Project: integration/test master 153dbf27a8f0d9e6cdb283d1a50b869165f356d5

SXP filtering policy update

Change-Id: I486316a3342044ccd0b7e78a8c1ae967645d435b
Signed-off-by: Martin Mihálek <mamihale@cisco.com>
7 years agoUpdated git submodules
Vratko Polák [Tue, 17 Jan 2017 10:52:53 +0000 (10:52 +0000)]
Updated git submodules

Project: releng/builder master 9927d0b80a0db30fca7dd54ef9eb6cc8c44a4dc3

Merge "Remove jobs testing Beryllium and Boron branches of IoTDM project"

Remove jobs testing Beryllium and Boron branches of IoTDM project

Test suites for Carbon are backward incompatible and there is not enough
capacity to maintain older versions of test suites

Change-Id: Ie10741f1eae77c584ed9a897bbed10d13228b228
Signed-off-by: Tomas Janciga <tjanciga@cisco.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Mon, 16 Jan 2017 19:55:11 +0000 (11:55 -0800)]
Updated git submodules

Project: releng/builder master 0b0b5388d4334961eb88347141cf5983e78cbb2c

installing haveged to try and avoid low entropy causing ssh rejections

Change-Id: I44c9a67ac58c02cab301f8b826344cd289ee7647
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Sam Hague [Fri, 13 Jan 2017 22:43:10 +0000 (17:43 -0500)]
Updated git submodules

Project: integration/test master a5e50bef610aa13c07dcd00bf9329f6177cb9cbf

First pass at tool to list gerrits included in a karaf distribution

The usage is shown below. The tool will use the following defaults:
Using these options: branch: master, limit: 10, qlimit: 50
remote_url: ssh://git.opendaylight.org:29418
distro_path: /tmp/distribution-karaf
projects: ['genius', 'mdsal', 'netvirt', 'neutron', 'openflowjava', 'openflowplugin', 'ovsdb', 'yangtools']

This can only be used on master right now because it relies on having a git.properties
file in the jar's.

usage: changes.py [-h] [-b BRANCH] [-d DISTRO_PATH] [-l LIMIT] [-p PROJECTS]
                  [-q QLIMIT] [-r REMOTE_URL] [-v] [--license] [-V]

optional arguments:
  -h, --help            show this help message and exit
  -b BRANCH, --branch BRANCH
                        git branch for patch under test
  -d DISTRO_PATH, --distro-path DISTRO_PATH
                        path to the expanded distribution, i.e. /tmp
                        /distribution-karaf
  -l LIMIT, --limit LIMIT
                        number of gerrits to return
  -p PROJECTS, --projects PROJECTS
                        list of projects to include in output
  -q QLIMIT, --query-limit QLIMIT
                        number of gerrits to search
  -r REMOTE_URL, --remote REMOTE_URL
                        git remote url to use for gerrit
  -v, --verbose         Output more information about what's going on
  --license             Print the license and exit
  -V, --version         show program's version number and exit

Change-Id: Id2500eae47a1550f60ba07ae9eca92a6ae5b0439
Signed-off-by: Sam Hague <shague@redhat.com>
7 years agoUpdated git submodules
ehvkand [Mon, 16 Jan 2017 09:11:20 +0000 (14:41 +0530)]
Updated git submodules

Project: netvirt stable/boron eb06188f53caffc0f5beaa5d429c9197377e43e5

Bug 7547 : Ping from DC-GW to invisible ip configured in VM is failing

Change-Id: Iba7869b3ccbaf3f5921c9f705628444aca630996
Signed-off-by: ehvkand <hanamantagoud.v.kandagal@ericsson.com>
7 years agoUpdated git submodules
Anil Belur [Mon, 16 Jan 2017 01:51:50 +0000 (01:51 +0000)]
Updated git submodules

Project: releng/builder master ad235ea66bcc4c606990341e491d77e515b0622d

Merge "Add git-review to base system"

Add git-review to base system

Having git-review on the system is extremely useful for downloading
Gerrit changes easily using the Review ID.

Change-Id: Ie03aa8a6364076690e5963b422c17e4feb70a6e2
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Olga Schukin [Tue, 10 Jan 2017 08:11:00 +0000 (10:11 +0200)]
Updated git submodules

Project: netvirt stable/boron d96917352911d4e09f4148636d1cfacf02118d91

Bug 7497 - NAPT rules missed for second DPN

Install the group using synced mdsal write to improve the timing.

Change-Id: I3270fa1f1bc3bbccf11d1b02befe76db7f70fcc2
Signed-off-by: Olga Schukin <olga.schukin@hpe.com>
7 years agoUpdated git submodules
Sam Hague [Sat, 14 Jan 2017 13:23:46 +0000 (08:23 -0500)]
Updated git submodules

Project: netvirt stable/boron 669678ebc3112fa43c9049469000f307d32496d9

Fix links to openstack images

Change-Id: Ic361aa3b2530f9770c1b2ad6ab27b2760c8d265e
Signed-off-by: Sam Hague <shague@redhat.com>
7 years agoUpdated git submodules
karthikeyan k [Thu, 17 Nov 2016 08:19:09 +0000 (13:49 +0530)]
Updated git submodules

Project: netvirt stable/boron 1a03d63f823f31dd0646111303e9f49b03a178ba

Bug 7478 : SNAT traffic to use router GW MAC

Problem Statement :
Currently SNAT traffic uses VM MAC as source MAC instead of Router Gateway
MAC

Solution:
Changes has been done for SNAT traffic as source MAC address as Router Gateway MAC Address in
NAPT_OUTBOUND_TABLE(Table=46)

Change-Id: I1563cc9f04d8e479c9c1173644a168262b448d80
Signed-off-by: karthikeyan k <karthikeyan.k@altencalsoftlabs.com>
Signed-off-by: karthikeyan <karthikeyan.k@altencalsoftlabs.com>
7 years agoUpdated git submodules
Achuth Maniyedath [Mon, 26 Dec 2016 13:26:31 +0000 (18:56 +0530)]
Updated git submodules

Project: netvirt stable/boron 4d6439e569c5dd97ca79b194734e82cb3f9c35a7

Spec to setup SMAC on routed packets destined to virtual endpoints

Change-Id: I72a2c008464ac99d7bd2796fae2d89030ee3826c
Signed-off-by: Achuth Maniyedath <achuth.m@altencalsoftlabs.com>
Signed-off-by: Sam Hague <shague@redhat.com>
7 years agoUpdated git submodules
Sam Hague [Thu, 12 Jan 2017 13:18:31 +0000 (08:18 -0500)]
Updated git submodules

Project: netvirt stable/boron 5e20e63ece2934bbc19eb8f9db25f78759a18e3e

Minor updates to openstack doc

Change-Id: I5097f2d911597c2c97b1564f62d0ba5a08538a5b
Signed-off-by: Sam Hague <shague@redhat.com>
7 years agoUpdated git submodules
Peter Gubka [Fri, 13 Jan 2017 13:36:47 +0000 (14:36 +0100)]
Updated git submodules

Project: integration/test master da3d03368e1ce858201f5c018a594c53919d8665

Add karaf logging to controller-clustering.txt suites

Change-Id: I764b451dca4a49feac62ec3e290be47ace81b625
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Peter Gubka [Tue, 10 Jan 2017 13:25:12 +0000 (14:25 +0100)]
Updated git submodules

Project: integration/test master 2b9fd9a819051c1bd78b3c270e02c05fdbf748d3

Add new suite to test bgp md5 using exabgp

Change-Id: Ib2b67354adbe67427c2d88a781e4290f540505ee
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
lbuckuli [Thu, 13 Oct 2016 13:48:40 +0000 (13:48 +0000)]
Updated git submodules

Project: releng/builder master c665428cc075dff3b5256a543c37441772b13125

Remove the setting of ODL_VERSION from robot parameters

Change-Id: I54fae0f36f8d727867402eee24d54ab5e2e06274
Signed-off-by: lbuckuli <lbuckuli@cisco.com>
Signed-off-by: Peter Gubka <pgubka@cisco.com>