Ryan Goulding [Wed, 8 Mar 2017 03:36:58 +0000 (03:36 +0000)]
Updated git submodules
Project: aaa master
06b148e7d49d5dcf2d03f0aa2538528c01d8d04a
Merge "Better error message if null encryptSalt"
Better error message if null encryptSalt
If hit this in a (Karaf 4...) SFT:
[Blueprint Extender: 1] ERROR
org.apache.aries.blueprint.container.ServiceRecipe - Error retrieving
service from ServiceRecipe[name='.component-1']
org.osgi.service.blueprint.container.ComponentDefinitionException: Error
when instantiating bean encryptService of class
org.opendaylight.aaa.encrypt.AAAEncryptionServiceImpl
at
org.apache.aries.blueprint.container.BeanRecipe.wrapAsCompDefEx(BeanRecipe.java:361)[14:org.apache.aries.blueprint.core:1.6.2]
at
org.apache.aries.blueprint.container.BeanRecipe.getInstanceFromType(BeanRecipe.java:351)[14:org.apache.aries.blueprint.core:1.6.2]
at
org.apache.aries.blueprint.container.BeanRecipe.getInstance(BeanRecipe.java:282)[14:org.apache.aries.blueprint.core:1.6.2]
at
org.apache.aries.blueprint.container.BeanRecipe.internalCreate2(BeanRecipe.java:830)[14:org.apache.aries.blueprint.core:1.6.2]
at
org.apache.aries.blueprint.container.BeanRecipe.internalCreate(BeanRecipe.java:811)[14:org.apache.aries.blueprint.core:1.6.2]
at
org.apache.aries.blueprint.di.AbstractRecipe$1.call(AbstractRecipe.java:79)[14:org.apache.aries.blueprint.core:1.6.2]
at
java.util.concurrent.FutureTask.run(FutureTask.java:266)[:1.8.0_121]
at
org.apache.aries.blueprint.di.AbstractRecipe.create(AbstractRecipe.java:88)[14:org.apache.aries.blueprint.core:1.6.2]
at
org.apache.aries.blueprint.di.RefRecipe.internalCreate(RefRecipe.java:62)[14:org.apache.aries.blueprint.core:1.6.2]
at
org.apache.aries.blueprint.di.AbstractRecipe.create(AbstractRecipe.java:106)[14:org.apache.aries.blueprint.core:1.6.2]
at
org.apache.aries.blueprint.container.ServiceRecipe.createService(ServiceRecipe.java:285)[14:org.apache.aries.blueprint.core:1.6.2]
at
org.apache.aries.blueprint.container.ServiceRecipe.internalGetService(ServiceRecipe.java:252)[14:org.apache.aries.blueprint.core:1.6.2]
at
org.apache.aries.blueprint.container.ServiceRecipe.internalCreate(ServiceRecipe.java:149)[14:org.apache.aries.blueprint.core:1.6.2]
at
org.apache.aries.blueprint.di.AbstractRecipe$1.call(AbstractRecipe.java:79)[14:org.apache.aries.blueprint.core:1.6.2]
at
java.util.concurrent.FutureTask.run(FutureTask.java:266)[:1.8.0_121]
at
org.apache.aries.blueprint.di.AbstractRecipe.create(AbstractRecipe.java:88)[14:org.apache.aries.blueprint.core:1.6.2]
at
org.apache.aries.blueprint.container.BlueprintRepository.createInstances(BlueprintRepository.java:255)[14:org.apache.aries.blueprint.core:1.6.2]
at
org.apache.aries.blueprint.container.BlueprintRepository.createAll(BlueprintRepository.java:186)[14:org.apache.aries.blueprint.core:1.6.2]
at
org.apache.aries.blueprint.container.BlueprintContainerImpl.instantiateEagerComponents(BlueprintContainerImpl.java:724)[14:org.apache.aries.blueprint.core:1.6.2]
at
org.apache.aries.blueprint.container.BlueprintContainerImpl.doRun(BlueprintContainerImpl.java:411)[14:org.apache.aries.blueprint.core:1.6.2]
at
org.apache.aries.blueprint.container.BlueprintContainerImpl.run(BlueprintContainerImpl.java:276)[14:org.apache.aries.blueprint.core:1.6.2]
at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)[:1.8.0_121]
at
java.util.concurrent.FutureTask.run(FutureTask.java:266)[:1.8.0_121]
at
org.apache.aries.blueprint.container.ExecutorServiceWrapper.run(ExecutorServiceWrapper.java:106)[14:org.apache.aries.blueprint.core:1.6.2]
at
org.apache.aries.blueprint.utils.threading.impl.DiscardableRunnable.run(DiscardableRunnable.java:48)[14:org.apache.aries.blueprint.core:1.6.2]
at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)[:1.8.0_121]
at
java.util.concurrent.FutureTask.run(FutureTask.java:266)[:1.8.0_121]
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)[:1.8.0_121]
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)[:1.8.0_121]
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)[:1.8.0_121]
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)[:1.8.0_121]
at java.lang.Thread.run(Thread.java:745)[:1.8.0_121]
Caused by: java.lang.NullPointerException
at
java.util.StringTokenizer.<init>(StringTokenizer.java:199)[:1.8.0_121]
at
java.util.StringTokenizer.<init>(StringTokenizer.java:221)[:1.8.0_121]
at
org.opendaylight.aaa.encrypt.AAAEncryptionServiceImpl.getEncryptionKeySalt(AAAEncryptionServiceImpl.java:152)[131:org.opendaylight.aaa.encrypt-service:0.5.0.SNAPSHOT]
at
org.opendaylight.aaa.encrypt.AAAEncryptionServiceImpl.<init>(AAAEncryptionServiceImpl.java:49)[131:org.opendaylight.aaa.encrypt-service:0.5.0.SNAPSHOT]
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
Method)[:1.8.0_121]
at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)[:1.8.0_121]
at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)[:1.8.0_121]
at
java.lang.reflect.Constructor.newInstance(Constructor.java:423)[:1.8.0_121]
at
org.apache.aries.blueprint.utils.ReflectionUtils.newInstance(ReflectionUtils.java:331)[14:org.apache.aries.blueprint.core:1.6.2]
at
org.apache.aries.blueprint.container.BeanRecipe.newInstance(BeanRecipe.java:984)[14:org.apache.aries.blueprint.core:1.6.2]
at
org.apache.aries.blueprint.container.BeanRecipe.getInstanceFromType(BeanRecipe.java:349)[14:org.apache.aries.blueprint.core:1.6.2]
... 30 more
Change-Id: I37ddaa7a9f9883f7106e68dd7725f7dce50d55d5
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
Michael Vorburger [Wed, 8 Mar 2017 01:13:46 +0000 (01:13 +0000)]
Updated git submodules
Project: genius master
837f18f1b6abda706fbd83392b7d9772f89bdcd0
Merge "Fix (some) unlogged Thread death uncaught exceptions, now logged"
Fix (some) unlogged Thread death uncaught exceptions, now logged
see also email list thread "Re: [netvirt-dev] [genius-dev] Exceptions
that don't even reach the log"
This doesn't actually fix any such exceptions, but it makes them get
properly logged, to the logging subsystem, instead of only appear on the
console.
Change-Id: If08408c103dd7a0520fc95ce2da632d67ee9c6a1
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
Michael Vorburger [Tue, 7 Mar 2017 23:19:53 +0000 (00:19 +0100)]
Updated git submodules
Project: aaa master
d009c2264956919cc8786702adbf690caa7e4e55
Fix NPE in H2TokenStore updateConfigParameter
seen in SingleFeatureTest (SFT) running under Karaf 4
maybe under Karaf 3 this was never called with null, but under 4 it is
Change-Id: Ie773ee79c4ffa6b7ca1a08d9ea42c0cf014315a9
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
Michael Vorburger [Wed, 8 Mar 2017 00:09:06 +0000 (00:09 +0000)]
Updated git submodules
Project: genius master
01c202c0be2d01fab4bcd02fb0fbd4cbb610dea2
Merge "Add missing <name> fields for pom.xml files"
Add missing <name> fields for pom.xml files
This is used by autorelease scripts to automatically parse which project
is failing a build and report to the mailing list automatically. We need
names in the format:
ODL :: <groupId> :: <artifactId>
This patch formats in the same format as found in the startup archetypes
patch found here: https://git.opendaylight.org/gerrit/52522
Change-Id: I8874717d4c30d835ef1233344148a558401aed88
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
Thanh Ha [Fri, 3 Mar 2017 01:51:41 +0000 (20:51 -0500)]
Updated git submodules
Project: infrautils master
9e0bec0f7e86f37b13db89f5ca54c0c29a16948f
Add missing <name> fields for pom.xml files
This is used by autorelease scripts to automatically parse which project
is failing a build and report to the mailing list automatically. We need
names in the format:
ODL :: <groupId> :: <artifactId>
This patch formats in the same format as found in the startup archetypes
patch found here: https://git.opendaylight.org/gerrit/52522
Change-Id: Ie80fe4341e0e52ef93a560a56d2553e3f40ddfbb
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
Aswin Suryanarayanan [Mon, 6 Mar 2017 11:43:44 +0000 (17:13 +0530)]
Updated git submodules
Project: netvirt master
9a9c988bfa3574126b38003d5a8eb713536809c2
Bug 7885 - CSIT Sporadic failures -
tempest.scenario.test_port_security_macspoofing_port
On port-security update bind/ubind service is now called.
Change-Id: I46cfae8b13a3f67647bfc501b3e55faf8c827a37
Signed-off-by: Aswin Suryanarayanan <asuryana@redhat.com>
Jamo Luhrsen [Mon, 6 Mar 2017 19:26:53 +0000 (11:26 -0800)]
Updated git submodules
Project: integration/test master
e87e13af08a90b40fbcb8bdfaa058f5d266a8de4
Skip any retries and timeout after 1s for model dumps
this is to avoid the 20s timeout we hit in a failed cluster sometimes.
Change-Id: I4e3850a460e107f2e76365fe655dacfae1f5da22
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
Ryan Goulding [Tue, 7 Mar 2017 22:44:42 +0000 (22:44 +0000)]
Updated git submodules
Project: aaa master
372b547ee22e3640ca12ad39bd910dd90c966fba
Merge "Replace project-specific checkstyle by odlparent's"
Replace project-specific checkstyle by odlparent's
This change replace the project-specific checkstyle rules by the common
ones defined in odlparent's pom.xml as other projects have already done
(Netvirt, Genius, etc.). The actual enforcement of the checkstyle rules
are applied on a per-module-basis in their own pom.xml by adding the
following section to the maven-checkstyle-plugin:
<configuration>
<propertyExpansion>checkstyle.violationSeverity=error</ropertyExpansion>
</configuration>
I have commented the checkstyle enforcement of some current modules to
do this enforcement process in a progressive way by solving the
checkstyle issues module by module. I'll rise separate commits for
those modules soon.
Change-Id: I7fcb069c6abd6814a5a2d7269d178c85e97c01c2
Signed-off-by: David <david.suarez.fuentes@ericsson.com>
Jamo Luhrsen [Tue, 7 Mar 2017 22:30:20 +0000 (22:30 +0000)]
Updated git submodules
Project: releng/builder master
d354cb7b5d7c5b9ba6de49a4cf725af6235997dd
Merge "Make link to tar from BUNDLEURL, use for build-rpm"
Make link to tar from BUNDLEURL, use for build-rpm
RPM specfiles typically use tarball build inputs, not zips. When
triggering from autorelease, we need to convert the BUNDLEURL link to
the zip-archive distro into one for the tarball distro.
Could also do this by creating a new variable parallel to BUNDLEURL for
passing a link to the tarball, something like BUNDLETARURL. I started on
this in [1] but think it's not worth the complexity, unlikely to be
reused.
[1]: https://git.opendaylight.org/gerrit/#/c/52693/
This fixes:
trello.com/c/qcwHU9u1/446-fix-build-rpm-jobs-triggered-by-autorelease
Change-Id: Ic9b4a998a4f823f4a3a3b1ef3ac0f604cf03565f
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
Tomas Janciga [Fri, 3 Feb 2017 13:24:50 +0000 (05:24 -0800)]
Updated git submodules
Project: integration/test master
6dc280a7073f76ee7fb2412261d07a0d7bbd9944
Definitions of needed test suites and test cases
Change-Id: Iefcbad17a22f2287a332bed1069dcbce0280e697
Signed-off-by: Tomas Janciga <tjanciga@cisco.com>
Daniel Farrell [Tue, 4 Oct 2016 23:49:44 +0000 (19:49 -0400)]
Updated git submodules
Project: integration/test master
36d247409f1e7c5afaa88bbaa4d7f599553c7f1e
Log OpenFlow max switch scale result
Was logging to console only, so not visible in primary log.
Change-Id: I9c95f2e95db3bc89431f490ce1af1d0f3ae55e23
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
mor.zvi [Mon, 6 Mar 2017 14:17:58 +0000 (16:17 +0200)]
Updated git submodules
Project: integration/test master
3103b67dbb7eff5f487cbba4983ee83bfe61752f
fix Verify VMs Received DHCP Lease func - if dhcp ip is empty change to
None
Change-Id: Ic0720bff4ebb9607e9a95a11fc4eeec9acb4158a
Signed-off-by: mor.zvi <mor.zvi@hpe.com>
Yakir Dorani [Mon, 30 Jan 2017 13:16:58 +0000 (15:16 +0200)]
Updated git submodules
Project: integration/test master
3c888e13286558b7fecbaccdd0d3655a6e6691d3
Add IPv6 tunnel test to Genius CSIT
This test creates a vxlan tunnel between two endpoints with IPv6 addresses and checks
that the network topology configuration is updated accordingly.
I did a configuration check and not an full check with OVS because the OVS version doesn't
support IPv6 vxlan tunnels.
This tests change https://git.opendaylight.org/gerrit/#/c/49542/
Change-Id: I6d40d0e5b7a73ac934261e45a4239c156fb5c9b9
Signed-off-by: Yakir Dorani <yakir.dorani@hpe.com>
Jamo Luhrsen [Tue, 7 Mar 2017 21:02:21 +0000 (21:02 +0000)]
Updated git submodules
Project: releng/builder master
e4b082e842507bbf91a6de8ff66a4e5758153809
Merge "Update default systemd unitfile to include in RPM"
Update default systemd unitfile to include in RPM
Change-Id: I8c54b5b23b7de7f40b6d9047ad6a38d60c070f07
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
Michael Vorburger [Fri, 17 Feb 2017 19:32:33 +0000 (20:32 +0100)]
Updated git submodules
Project: genius master
43b67eafcfe7f2d466f6187db645a0a43a5c19da
AlivenessMonitor final clean-up, remove unneeded dep & service setters
and use constructor for initializing more fields (some already are),
instead of start() method, which prevents use of final fields.
Change-Id: I7a62629ec4c78d00987b03bbd176ac148f676af4
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
Jamo Luhrsen [Tue, 7 Mar 2017 18:48:30 +0000 (18:48 +0000)]
Updated git submodules
Project: releng/builder master
6aac13edf9ce30d891a5452b66b201f1ccce645e
Merge "Replace high frequency netvirt job to use stateful"
Replace high frequency netvirt job to use stateful
Change-Id: I97f9f4a10d5b7abe657ef965e9a7ac550ca67d55
Signed-off-by: Alon Kochba <alonko@hpe.com>
Jakub Morvay [Tue, 7 Mar 2017 18:17:48 +0000 (18:17 +0000)]
Updated git submodules
Project: netconf master
341160de933eda6c0a48aa44196315ebac0dfcaf
Merge "Bug 6645 - 2 digits milliseconds can not be parsed in notification eventTime"
Bug 6645 - 2 digits milliseconds can not be parsed in notification eventTime
Create a Parser and a Formater based of Java 8 DateTimeFormater API, using
the ISO_DATE_TIME format, the UTC time-zone offset, and the local time-zone.
As we're moving away from the pattern approach to parse/format those values,
we have to handle the leap second corner case; it is possible to encounter
time value being 23:59:60, see https://en.wikipedia.org/wiki/Leap_second.
For that reason, if the parsing fails, we catch the exception and check whether
the time has a leap second, and if it has, we replace the second-of-minute of
60 with 59.
Change-Id: I8fcc66f5a18f1781bf14f895c23cd2b890b5b5a7
Signed-off-by: Alexis de Talhouët <adetalhouet@inocybe.com>
Jamo Luhrsen [Mon, 6 Mar 2017 18:56:37 +0000 (10:56 -0800)]
Updated git submodules
Project: integration/test master
1fa04ea6816b5559f3926d6de3a36267c2dff5cb
Skip macspoofing tempest test if security group mode is 'transparent'
Change-Id: I0b411dde0d3482f17bfc5e6a8b4492d42729b175
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
Luis Gomez [Tue, 7 Mar 2017 18:11:36 +0000 (18:11 +0000)]
Updated git submodules
Project: releng/builder master
79a094975bca3157268f80100d7b6f5e613d521b
Merge "Add SECURITY_GROUP_MODE to pybot command line args"
Add SECURITY_GROUP_MODE to pybot command line args
Change-Id: I2665987ff0ddcb3493b40405c57ccfcecd8f8d1b
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
Umesh Singla [Wed, 21 Dec 2016 23:07:09 +0000 (04:37 +0530)]
Updated git submodules
Project: integration/packaging master
ba622e0a953186619c5604c7ecb41410476b3ba8
Add .rst files for readthedocs for Int/Pack
Change-Id: I37fa9706c36b57b8cb0118e2abed0b4c2369d073
Signed-off-by: Umesh Singla <umeshksingla@gmail.com>
Vratko Polák [Tue, 7 Mar 2017 17:24:35 +0000 (17:24 +0000)]
Updated git submodules
Project: releng/builder master
c49029be63f3c8435ed8efe4672ea58bb6c736b6
Merge "Simplify find loop in check-unicode script"
Simplify find loop in check-unicode script
grep prints out a list of problematic lines anyway so we don't need to
echo our own statement. This removes an unnecessary find loop and only
uses grep.
Change-Id: I7580c80620d8808b54ee9df57b2c1290ad73e26b
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
Thanh Ha [Tue, 7 Mar 2017 17:22:41 +0000 (17:22 +0000)]
Updated git submodules
Project: releng/builder master
021f20d5d896ae7e11ea2750a6dfb2f2d970a0d3
Merge "Tox template for single branch projects"
Tox template for single branch projects
The Int/Test job is converted.
The point is to get rid of
integration-test-verify-tox-boron and similar.
Change-Id: I9b5bfa47e4393dd2701cb6b72446bc8327407c49
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
David [Thu, 2 Mar 2017 23:33:46 +0000 (00:33 +0100)]
Updated git submodules
Project: genius master
52d81f34bcb1851e6e34ef0c425da286f1b89c98
Fix issues related to checkstyle compliance in module mdsalutil-impl
Fix issues related to checkstyle compliance in module
mdsalutil-impl:
- Copyright sections
- Line lengths
- Order imports
- Formatting
- Declaration of constants: name, modifiers
- Rename variables
- Exception catching
- Move declaration of variables closer to their use
- Remove unused variables
- Enforcement in pom.xml
There is more cleanup to be done, apart from checkstyle, I'll rise a
separate commit.
Change-Id: I91848d2ca07e404787489c15040dfa8983594692
Signed-off-by: David <david.suarez.fuentes@ericsson.com>
Koby Aizer [Wed, 1 Mar 2017 10:02:16 +0000 (12:02 +0200)]
Updated git submodules
Project: netvirt master
1a75360d9797ca869503e92575720152a11a7239
Bug 7878: provider interface MACs are installed on remote DPNs
MACs learnt on provider interfaces must not be installed on remote
DPNs.
This change includes 2 fixes:
1. handleInternalTunnelState event initiated installation on remote
DMAC flows for all elans in the remote DPN, without verifying that
this elan is not Flat/Vlan.
2. Protection on setupRemoteDmacFlow to make sure no other code flows
will install remote DMAC flows on MACs learnt on provider interfaces.
Change-Id: I5ae288ed525dc1ae2f5be1bec5215f2e8f01f8c5
Signed-off-by: Koby Aizer <koby.aizer@hpe.com>
Ravindra Thakur [Thu, 2 Mar 2017 08:25:01 +0000 (13:55 +0530)]
Updated git submodules
Project: netvirt master
eb897207dfbc7551e51aa186da756e886991e067
Netvirt: Yang changes for vlan provider enhancement feature
Modified the elan:elan-instances container with attribute to indicate
whether the network has an external router attached to it.
Spec review link for the enhancement:
https://git.opendaylight.org/gerrit/#/c/52201/
Change-Id: I0f6fe5779a052804dc9549f97d958038fdb383bb
Signed-off-by: Ravindra Thakur <ravindra.nath.thakur@ericsson.com>
Marcos López Samaniego [Tue, 28 Feb 2017 16:23:51 +0000 (17:23 +0100)]
Updated git submodules
Project: netvirt master
2fe1f8a1fee35345b98cf0981d0e1c4c45ffb88c
Bug 7881 - Traffic drops when not matching UL SC starting
in a VPNPseudoPort
When programming the L3VPN to SCF pipeline, a new flow is needed in
table 17
Change-Id: I31cf7817eb38b47e5c665c4f0362d0baa9554af4
Signed-off-by: Marcos López Samaniego <marcos.lopez.samaniego@ericsson.com>
Thanh Ha [Tue, 7 Mar 2017 15:42:27 +0000 (15:42 +0000)]
Updated git submodules
Project: releng/builder master
c1db70fe1b5a1263a19b4b3e0e2ea196f1700482
Merge "Distribution check: Improve error reporting"
Distribution check: Improve error reporting
Change-Id: I5b7e9383c9e17dca294c1149893197cf78686b1e
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Vratko Polak [Tue, 7 Mar 2017 12:25:13 +0000 (13:25 +0100)]
Updated git submodules
Project: releng/builder master
e5c722ba38aee2f3132187e97925ac9e5f75f4fe
Revert "Modify get bundle script to deal with "...
This reverts commit
fb393296a14f5d34ec67e74a191e06e4b702fbe0.
I believe distribution-check now uses different script
and current BUNDLEFOLDER computation is wrong
fro direct Nexus link (as opposed to 'last').
Change-Id: I93c88f4a7c921e152506706570cb1c1c9948c6f9
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Arun Sharma [Thu, 19 Jan 2017 20:28:17 +0000 (01:58 +0530)]
Updated git submodules
Project: netvirt master
d183568324339388924322d0822236079298310b
Spec for NetVirt QoS alert
This spec file describes the changes to be made
in the Carbon release to support QoS Alert.
Change-Id: I6306a9f0f7a28ad524b39fb2b84a01ace71b5f14
Signed-off-by: Arun Sharma <arun.e.sharma@ericsson.com>
Arun Sharma [Tue, 17 Jan 2017 09:13:13 +0000 (14:43 +0530)]
Updated git submodules
Project: netvirt master
402cbed6b32340471d09da131ab0709048c74b74
Netvirt:Yang changes for-Neutron Qos Alert support
***** Commiting only yang as first patch ****
Spec Review Link:
https://git.opendaylight.org/gerrit/50689
Adds support to monitor the drop counts and log alert message when
Qos rate limit rule if applied.
Supports:
- Configuration to start or stop monitoring the port statistics
- Configuration of rx drop count threshold value in %
- Configuration of location and name of log file
- Configuration of polling interval
Description:
- As a result of Qos rate limit rule, ingress packets may get dropped
by the switch.
- If monitoring is enabled, port statistics are queried after polling interval
and alert message is logged in a log file if packet drop % is more
than configured threshold value.
- Threshold value is specified in % of drop counts
- All configurations are applied at controller level.
- Default or initial configuration available in netvirt-qosalert-config.xml
* qos-alert-enabled - false
* qos-drop-packet-threshold - 5%
* qos-alert-log-file - qosalert/qos-alert.log
* qos-alert-poll-interval - 2 minutes
Spec Review Link:
https://git.opendaylight.org/gerrit/50689
Testing procedure:
1. Create neutron network,subnet and instance.
2. Create neutron qos policy.
3. Associate policy to the port/network
4. Send traffic more than the limit specified in policy.
5. Configure the threshold value and enable port statistics monitoring
6. Check for alert log messages in the file if packet drop % cross the
threshold value.
Result:
- Port statistics polling is started when qos-alert-enabled is set to true
- Alerts messages are logged when packet drop % cross the threshold value
Change-Id: I5b2675a2c036835d4ac2e5bd585c3da8e9b268e8
Signed-off-by: Arun Sharma <arun.e.sharma@ericsson.com>
Kency Kurian [Thu, 23 Feb 2017 14:45:57 +0000 (20:15 +0530)]
Updated git submodules
Project: netvirt master
6f6f7b0ee4638689b9871215fc7f7a25f196b793
BGP Manager changes to support ECMP.
This review ensures that when 2 DC-GW advertises routes for the same
destination prefix, the vrfEntry DS are populated correctly with both the
route paths.
The stale fib entry flat map now includes nextHop also in its key, to
align with the new vrfEntry model.
Change-Id: I26526561a74228925030f0086109dbe182b876c9
Signed-off-by: Kency Kurian <kency.kurian@ericsson.com>
miroslav.kovac [Thu, 16 Feb 2017 11:41:49 +0000 (12:41 +0100)]
Updated git submodules
Project: netconf master
f273cff9baab6d3bd6a93214b639ecab7061e242
Bug 6581 - Make timeout for ask configurable
Change-Id: Ie430aa39cc6a7b30e86ef3c73d27b35a10e97dac
Signed-off-by: miroslav.kovac <miroslav.kovac@pantheon.tech>
Robert Varga [Tue, 21 Feb 2017 09:53:40 +0000 (10:53 +0100)]
Updated git submodules
Project: odlparent master
9f9ae984214346e01927c0cf478e50b56351c320
Do not package protobuff-java
Change-Id: I3261557e16b338beb7f95710f895118d2e057587
Signed-off-by: Robert Varga <rovarga@cisco.com>
Peter Gubka [Tue, 21 Feb 2017 11:53:40 +0000 (12:53 +0100)]
Updated git submodules
Project: integration/test master
25426be8987cd53dee0e703e3da8c654c88d5b3b
Add Rpc Provider Test Suites
Change-Id: Ide061771ca1ef099da58916293221001e0580202
Signed-off-by: Peter Gubka <pgubka@cisco.com>
Martin Mihálek [Mon, 21 Nov 2016 20:16:36 +0000 (21:16 +0100)]
Updated git submodules
Project: integration/test master
8560f1dc6ed5cd03bcddc188794164a442a6f624
Add SXP performance measuring suite
Added Connectivity measuring tests
Change-Id: Iae55d82ef5e796c35cb33d953b88c0297842c85a
Signed-off-by: Martin Mihálek <mamihale@cisco.com>
Igor Foltin [Mon, 6 Mar 2017 13:41:23 +0000 (14:41 +0100)]
Updated git submodules
Project: netconf master
23f46e2b1c14be9ee7be61d3285d52cc27cfaefc
Bug 6856: Rpc definition should implicitly define input/output
Corresponding patch for netconf.
Change-Id: I041a90e222578f43144d42cd72dd2f9457362a4a
Signed-off-by: Igor Foltin <ifoltin@cisco.com>
Robert Varga [Mon, 6 Mar 2017 22:37:18 +0000 (23:37 +0100)]
Updated git submodules
Project: netconf master
95e40f7184e3eb22f0ce9473ee55faf8c35e52c6
BUG-6859 - Binding generator v1 refactoring
Fix compilation failure after binding generator move.
Change-Id: Ia0ef876ba477898e0e1f94a165b961b0e13f0293
Signed-off-by: Robert Varga <rovarga@cisco.com>
jenkins-releng [Mon, 6 Mar 2017 21:45:17 +0000 (21:45 +0000)]
Updated git submodules
Project: releng/builder master
85caf07d0664096f6b4802c0b8dc423f9241ce53
Auto Update CSIT Jobs to run
Change-Id: I7a68d341c7203f3fa2b92ed13ea6bebc409316d4
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
Jamo Luhrsen [Mon, 6 Mar 2017 21:18:45 +0000 (13:18 -0800)]
Updated git submodules
Project: releng/builder master
21ec479ae9f444c8ea57e09bbb09ab5f1f960a4d
Update tsdr yaml to pass style checks
Change-Id: I619cb6288c5098eb07ee953cab42372e9a6d0b8d
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
Mor Zvi [Thu, 15 Dec 2016 09:20:18 +0000 (11:20 +0200)]
Updated git submodules
Project: integration/test master
5747292de419361505d17b3cc59dacd726be3aec
addind additional Tempest scenario tests
and adding the option to skip run of tests in mitaka,
like hotplig nic test that fails in mitaka due to a bug that was fixed only in Newton.
Change-Id: I7fc99d2a178fd318c3ec87dbc3d6ef9c1f499465
Signed-off-by: Mor Zvi <mor.zvi@hpe.com>
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
Alon Kochba [Mon, 6 Mar 2017 08:04:37 +0000 (10:04 +0200)]
Updated git submodules
Project: integration/test master
46884c2c3783795a67d411143c933c8d83b31531
Remove netvirt Tempest macspoofing test
This test was recently modified causing inconsistent
results between various ACL runs.
Removing it and it will be re-added as part of a bunch
of Tempest SG tests after it is analyzed:
https://git.opendaylight.org/gerrit/#/c/48654/
Change-Id: Ie19b010a4391d29ffbef94cf2d44f52e090af05d
Signed-off-by: Alon Kochba <alonko@hpe.com>
Faseela K [Mon, 6 Mar 2017 18:04:26 +0000 (18:04 +0000)]
Updated git submodules
Project: genius master
0137705b0bc74d571aabd76444c59fb63a4fc008
Merge "Bind/Unbind Service should work irrespective of Port Status"
Bind/Unbind Service should work irrespective of Port Status
- Removing port status check during bind-service
- Clean up of bind/unbind code path
Change-Id: I7f4cb9749a40325826ce3c8f29b43635f5202151
Signed-off-by: Faseela K <faseela.k@ericsson.com>
Tali [Wed, 22 Feb 2017 16:31:19 +0000 (18:31 +0200)]
Updated git submodules
Project: netvirt master
9bbc514fb828a5952593639cb28944d260707860
Yang changes for federation plugin
Change-Id: Ic852e5343d843b7c7536c2e450f40e5cb75542bb
Signed-off-by: Tali <tali.ben-meir@hpe.com>
Thanh Ha [Mon, 6 Mar 2017 15:06:03 +0000 (15:06 +0000)]
Updated git submodules
Project: releng/builder master
5e174f5369c8d24a081f37f8ea227c1fff8ebb0e
Merge "Add a new job for TSDR elasticSearch"
Add a new job for TSDR elasticSearch
Change-Id: I3e23a1e0dbb783c469ef24860eb5c2e2b540fc5f
Signed-off-by: lbeles <lbeles@frinx.io>
Olga Schukin [Mon, 27 Feb 2017 14:19:22 +0000 (16:19 +0200)]
Updated git submodules
Project: netvirt master
f6bda1bdfd01a44948fe154883140538c2558151
Bug 7787 - missing flows in T21
when VPN interface up before tunnel info is available in operational DS,
it causes missing flows in T21
Fix: always handle the add event inside TunnelInterfaceStateListener -
even for a tunnel which state is Down
Change-Id: I41c3efbeeb5740788f58ced57a698a73ef70b466
Signed-off-by: Olga Schukin <olga.schukin@hpe.com>
Signed-off-by: Sam Hague <shague@redhat.com>
cgowdru [Fri, 3 Mar 2017 01:57:25 +0000 (07:27 +0530)]
Updated git submodules
Project: netvirt master
6e1eae95fad58fc70ebb0e59cf21131327eda07e
yang change to make remove deprecated leaf-elements
Description : It's been observed that in the review
https://git.opendaylight.org/gerrit/#/c/49093/, the whole
neutronvpn-config container been made as deprecated instead
of required leaf element.
1) Changes done to remove 'use-transport-zone' and 'use-of-tunnels'
config from neutronvpn-config(as no usage found in neutronvpn).
2) Removed the default values for these config defined in
netvirt-neutronvpn-config.xml
3) Defined default value for VNI Spec specific configs.
4) Re-defined the neutronvpnConfig and passing its reference to
neutronvpnManager in neutronvpn.xml(as it will be refered
accessing VNI Spec specific configs)
Change-Id: Ied09b7080814ae9a014e827c464e5d07b23de4c7
Signed-off-by: cgowdru <chetan.arakere@altencalsoftlabs.com>
Faseela K [Mon, 6 Mar 2017 06:20:26 +0000 (11:50 +0530)]
Updated git submodules
Project: netvirt master
4e608f1f3050c1ccec402a800a04b9c3bf1403b5
Use the right service name when binding service
Making ELAN and ACL bind services with the right service name
Change-Id: I022a0ff4aaff4772870413890ce8a9665af5a309
Signed-off-by: Faseela K <faseela.k@ericsson.com>
Sridhar Gaddam [Thu, 2 Mar 2017 14:42:46 +0000 (20:12 +0530)]
Updated git submodules
Project: netvirt master
23b4ec06bead6226b7411e5ce2a17895951583d8
Yang changes for IPv6 Neighbor Discovery Support
This patchset includes the yang changes required to implement
IPv6 North-South support for FLAT/VLAN provider network spec [1].
[1] https://git.opendaylight.org/gerrit/#/c/49909/
Change-Id: I34a4034b2482d91243b15a21cba83c353a3b516c
Signed-off-by: Sridhar Gaddam <sgaddam@redhat.com>
Michael Vorburger [Thu, 2 Mar 2017 12:24:51 +0000 (13:24 +0100)]
Updated git submodules
Project: genius master
a26dd11434210e56c97f82de967aee9e005158c5
Fix missing alivenessmonitor-impl-protocols in features.xml
Somehow forgot to uncomment this in c/52020
(
a202894405787214fd9271902af55525b1324f09) - and nobody noticed?! (Not
in code review, and no failing CSIT - our processes are broken...)
Change-Id: Ic47c721c3468619e55cc888c29abcafd259486d8
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
ding.rui [Mon, 6 Mar 2017 06:20:35 +0000 (14:20 +0800)]
Updated git submodules
Project: odlparent master
bac7f2076a9c319433dc5bd791269cb07df107df
Replace exit with die function in Karaf script.
die function is a unified error handling function, which was used
anyplace except checkJvmVersion funciton in Karaf script.
Change-Id: I2d22e0967c4fb4c55feffe830f22cb7d02017540
Signed-off-by: Ding Rui <ding.rui@zte.com.cn>
ding.rui [Mon, 6 Mar 2017 02:39:50 +0000 (10:39 +0800)]
Updated git submodules
Project: odlparent master
ff7adb7a3edc21798562b3c20ae1729ea1a2a517
Remove invalid code in Karaf scripts
If jvm version is lower than 1.8.0, the checkJvmVersion function will
exit. As a result, check jvm version code is invalid in subsequent
setupDefaults function.
Change-Id: I0cda1473326e6c90792fa6452c23a0a1dcd89719
Signed-off-by: Ding Rui <ding.rui@zte.com.cn>
Anil Belur [Mon, 6 Mar 2017 07:01:24 +0000 (07:01 +0000)]
Updated git submodules
Project: releng/builder master
e8f523f451e9e37df8bc69b254646dc0450590b7
Merge "Fix ShellCheck issues in archives script"
Fix ShellCheck issues in archives script
This patch allows for a clean run of ShellCheck.
Change-Id: I0d461111a9265102bb3cc60789791b2f10a76a13
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
Thanh Ha [Mon, 6 Mar 2017 05:56:53 +0000 (00:56 -0500)]
Updated git submodules
Project: releng/builder master
3a711f71754adb9c3ab00ee0fc818089a15ba02f
Use coala for YAML linting
Coala is a powerful multi-language linter. Let's use it to consolidate
linting configuration into a single place.
Change-Id: Id57c1187ea1c2fb6abffedfae43014913efd422d
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
Kency Kurian [Thu, 2 Mar 2017 07:35:36 +0000 (13:05 +0530)]
Updated git submodules
Project: netvirt master
a1294e401bbdbb55ba882180a115b81849fbf564
Yang changes to support tunnel updates in ECMP
New YANG model to update load balancing next hop group buckets according
to VxLAN/GRE tunnel status.
Subsequent review will make use of these containers.
Change-Id: If75300674fbfe1ae27b6c6a43302caa5917b9daf
Signed-off-by: Kency Kurian <kency.kurian@ericsson.com>
Anil Belur [Mon, 6 Mar 2017 05:38:39 +0000 (05:38 +0000)]
Updated git submodules
Project: releng/builder master
e9f6d77311af7a16d8429c89ffa22662e67abf16
Merge "Simplify variable to 1 line"
Simplify variable to 1 line
We can achieve the same result with a 1 liner vs the 4 lines it was.
Change-Id: I42a0436912bf56afc70884f88dac059b54ae5eb0
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
Anil Belur [Mon, 6 Mar 2017 05:24:29 +0000 (05:24 +0000)]
Updated git submodules
Project: releng/builder master
c66b96c947c645cab9df528faab6d7b969689888
Merge "Fix shellcheck for scripts directory"
Fix shellcheck for scripts directory
ShellCheck is useful for finding common bad patterns in shell script
code. We're trying to enable ShellCheck for the entire releng/builder
repo. Refer to Trello for further details.
Trello: https://trello.com/c/MlgqXKq6
Change-Id: Ife828f7b9a4c12042bef0a2fe626928faf6de6e2
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
Vivek Srivastava [Mon, 6 Mar 2017 05:20:44 +0000 (05:20 +0000)]
Updated git submodules
Project: genius master
c397586898997ed8636c92d9b16974683da598b7
Merge "Add support for IPv6 VXLAN tunnels"
Add support for IPv6 VXLAN tunnels
Description: IPv6 tunnels are supported since OVS 2.6
Change-Id: I10dbecc145c9ec8ff76115a34c9824827fd22c28
Signed-off-by: Yakir Dorani <yakir.dorani@hpe.com>
Anil Belur [Mon, 6 Mar 2017 05:14:28 +0000 (05:14 +0000)]
Updated git submodules
Project: releng/builder master
4071234c1eb5c7d0e99ba3fe31cf1bb8b459bd7e
Merge "Fix archive-artifacts failing to archive"
Fix archive-artifacts failing to archive
If any pattern in a globstar fails archiving quites immediately and does
not attempt to archive the remaining patterns. This patch fixes this
issue and continues to subsequent patterns.
Change-Id: Ieddd4da493a250045e1478a5aa82826e0353bd11
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
Anil Belur [Mon, 6 Mar 2017 05:11:14 +0000 (05:11 +0000)]
Updated git submodules
Project: releng/builder master
92007effa58750162870773c1f90e68897fc6ffc
Merge "Use lftools for version bump script"
Use lftools for version bump script
The version bump script has been moved to lftools [0] so update job to
use the lftools version of the script.
[0] https://gerrit.linuxfoundation.org/infra/3589
Change-Id: I88541027af61bbe3c0097f3855863c4b6618d5e3
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
Alon Kochba [Sun, 5 Mar 2017 12:25:21 +0000 (14:25 +0200)]
Updated git submodules
Project: releng/builder master
545759b62d7ecbfccadc3fa6b1692079a7bbd18c
Correct exception grepping in netvirt jobs
Change-Id: Ie101de8401dfc1d484a040e8e1fa016552dabf20
Signed-off-by: Alon Kochba <alonko@hpe.com>
Faseela K [Sun, 5 Mar 2017 17:27:09 +0000 (17:27 +0000)]
Updated git submodules
Project: genius master
6bb53fd38dd3e9507f9c52485aa42fd24603b781
Merge "Enhancing interface-manager logging"
Enhancing interface-manager logging
Change-Id: I47fc2341a3a1ba2513de9272b40840433f221e88
Signed-off-by: Faseela K <faseela.k@ericsson.com>
epgoraj [Wed, 1 Mar 2017 06:54:03 +0000 (12:24 +0530)]
Updated git submodules
Project: netvirt master
ad3ec4e41c2ef2f8aaf588e83cc7bbea0f159065
BUG:7896 OptimisticLockFailedException
Change-Id: I977feeb0226613b1a93cfb8092d4afa88926979e
Signed-off-by: epgoraj <p.govinda.rajulu@ericsson.com>
Abhinav Gupta [Thu, 2 Mar 2017 10:01:37 +0000 (15:31 +0530)]
Updated git submodules
Project: netvirt master
d82d68e762261d1daeae4fae9d6d1628ca948ed6
Bug 7875: NPE due to subnetmap create DjC trailing update
Removed troubling DjC.
Also have made sure that such errors are caught at NeutronVPN
level itself by separating out subnetmap create and update.
Update will not create subnetmap node with partial info, instead will
return if subnetmap node is absent.
Change-Id: I252d0164f123052d7090968325e214289b29daab
Signed-off-by: Abhinav Gupta <abhinav.gupta@ericsson.com>
Jamo Luhrsen [Sat, 4 Mar 2017 05:28:19 +0000 (05:28 +0000)]
Updated git submodules
Project: releng/builder master
1fa34f09a403ac0c9cb9e4d4dacefa17b8b2ebb6
Merge "Fix the mitaka jobs failing to stack"
Fix the mitaka jobs failing to stack
checkout the release version of openstacksdk, as the master branch
requires a higher version of pbr, conflicting other packages in mitaka.
Change-Id: Idf6d7883af90cd22255082bfdfe6b371b4aab0d4
Signed-off-by: gvrangan <venkatrangang@hcl.com>
matthieu cauffiez [Fri, 3 Mar 2017 21:32:05 +0000 (16:32 -0500)]
Updated git submodules
Project: aaa master
89ec09712cbc538bc36f3c58db54022fe8b2bd33
Fix null pointer Exception during unit tests
Put all aaaProcider tests function into one test function
Change-Id: I3cf85c4e3dcc14643b5700f6e38f0c86c5ea854c
Signed-off-by: matthieu cauffiez <mcauffiez@inocybe.com>
matthieu cauffiez [Fri, 3 Mar 2017 18:20:58 +0000 (13:20 -0500)]
Updated git submodules
Project: aaa master
87de14e0b1719499a9db571f583fa2975a53fe72
Fix aaa-cert unit tests
Base on patch https://git.opendaylight.org/gerrit/#/c/47855/
Reorganize tests of AaaCertProviderTest.
Update the certificate due to the expiry date.
Change-Id: I48d20180a4c808fc3c434f441a413c42c11ece75
Signed-off-by: matthieu cauffiez <mcauffiez@inocybe.com>
Thanh Ha [Fri, 3 Mar 2017 17:58:54 +0000 (12:58 -0500)]
Updated git submodules
Project: releng/builder master
bb507c0eb4c08c2dc1eb93530d90c9a48573f50d
Fix archives script "File exists" spam
The archive scripts has a bug that causes it to spam "File exists" at
the end of a log. This patch improves the script to handle this a little
better.
A follow up patch will be submitted to fix ShellCheck issues.
Change-Id: I607afd4f4042d29f79d58c16eb735f124b72b393
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
Celestino Martinez Lopez [Wed, 30 Nov 2016 06:29:03 +0000 (07:29 +0100)]
Updated git submodules
Project: integration/test master
40a679997895ac9209845b51fe4eb8d8861e2076
Add Persistency Test cases:
- Basic Environment Setup Tests
- Add SFC Elements and restart cluster
Change-Id: I75d219b95200c6fb9e097538cbbee2983701888c
Signed-off-by: Celestino Martinez Lopez <celestino.martinez.lopez@ericsson.com>
Aswin Suryanarayanan [Thu, 2 Mar 2017 13:34:39 +0000 (19:04 +0530)]
Updated git submodules
Project: genius master
2aa25f3e2b33e0b9ee20571d611c2c31b3552f4e
Added set_field action for meta data.
Change-Id: I5e50bf74504c731420a9d762081f644e2d488f79
Signed-off-by: Aswin Suryanarayanan <asuryana@redhat.com>
Jakub Morvay [Fri, 3 Mar 2017 19:13:46 +0000 (19:13 +0000)]
Updated git submodules
Project: netconf master
a0b7044b03473655a140b503e103f492b5f0f254
Merge "Bug-6346: Allow over-ride of non-module capabilities"
Bug-6346: Allow over-ride of non-module capabilities
This feature will allow user to override non-module based capability like
:writable-running or :candidate capabilities of the device. It can used
for devices that do not report or incorrectly report non-module based
capabilities in their hello message.
Change-Id: I1ba4ac1ca84a528434658e8af7c3db981146edb6
Signed-off-by: Om Prakash <op317q@att.com>
Signed-off-by: Jakub Morvay <jmorvay@cisco.com>
eswanit [Fri, 10 Feb 2017 08:48:11 +0000 (14:18 +0530)]
Updated git submodules
Project: netvirt master
e65dff6ae32d5109a4db3221de9b1730360b9f0c
correcting the spec for providing ECMP over BGP VPN
RST generated doc had some warnings. Warnings are fixed and some
foramtting issues are resolved.
Change-Id: I22cef70c9af3165c16f2cd960639da12297297f4
Signed-off-by: eswanit <swati.udhavrao.niture@ericsson.com>
Jamo Luhrsen [Fri, 3 Mar 2017 16:38:05 +0000 (08:38 -0800)]
Updated git submodules
Project: integration/test master
8c9178b6c81048c40b04f5222de03a1a6fd874f5
Fix typo of ) instead of } in robot variable
Change-Id: Ifdcc81d3d59e53f8dc7377d2463c0239b62f150c
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
Andrej Mak [Fri, 3 Mar 2017 07:08:51 +0000 (08:08 +0100)]
Updated git submodules
Project: netconf master
169fb7e972fae04d2b8b2788a1e22206fda3a804
Bug 6996: Set correct module name to error message
When module doesn't exist in mountpoint schema context,
error always contained only ""yang-ext" module does not exist in mount
point." Now correct module name is set to error message.
Change-Id: Ia3299acc39b531ccfd6009d1c95c7e6e140f6624
Signed-off-by: Andrej Mak <andrej.mak@pantheon.tech>
Peter Gubka [Fri, 3 Mar 2017 10:36:08 +0000 (11:36 +0100)]
Updated git submodules
Project: integration/test master
a7ef470d121fe5db31a7d94597e49b235fd4db03
Rework Check_Status_Code to check the code with explicitly specified codes
Change-Id: I49a7f5970464f149b8acc9b606bf9a73b3136224
Signed-off-by: Peter Gubka <pgubka@cisco.com>
Vratko Polak [Fri, 3 Mar 2017 13:28:35 +0000 (14:28 +0100)]
Updated git submodules
Project: releng/builder master
3767bc93753f0f2b8921bc348283559f0c3b93c5
Notify build failure: use .txt extension
Hopefuly now my e-mail client would be able to preview the content.
Change-Id: I7d9c92d9c29b50e1717689ae23a7baabb721247d
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Vivek Srivastava [Fri, 3 Mar 2017 11:41:12 +0000 (11:41 +0000)]
Updated git submodules
Project: genius master
fe77cf52d5a52d677db8cba798fc2eeefa4c1142
Merge "Minor: Clean up fcapsmanager/countermanager POM"
Minor: Clean up fcapsmanager/countermanager POM
We should not be using this old outdated version of maven-bundle-plugin
here, but the one that odlparent provides.
Ran into this while testing Bug 7182 (but it's not directly related to
that), where I hit this problem in the Eclipse IDE:
Manifest org.opendaylight.genius:countermanager:bundle:0.2.0-SNAPSHOT :
Input file does not exist: target/classes/LICENSE
org.apache.maven.plugin.MojoExecutionException: Error(s) found in
manifest configuration
Change-Id: Ie67a1e8314e901b31e1908eacb1f611b9b671e41
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
Peter Gubka [Tue, 14 Feb 2017 14:54:42 +0000 (15:54 +0100)]
Updated git submodules
Project: integration/test master
f6ed8e27996130ded579e9f7b9bc073fcd529387
Add global rpc ha scenarion for frozen/stopped/paused node
Change-Id: I91208a259cc24fea6ed058b7f89e097244c5f571
Signed-off-by: Peter Gubka <pgubka@cisco.com>
Peter Gubka [Tue, 14 Feb 2017 14:27:26 +0000 (15:27 +0100)]
Updated git submodules
Project: integration/test master
e4ebe39a8659950b79d7d06eb9acb5a9d831725e
Add keywords for (un)freezing the karaf process
Change-Id: Ibc8be69ee00a3bdeb8bc71caedcb3da47d0eca6a
Signed-off-by: Peter Gubka <pgubka@cisco.com>
Vivekanandan Narasimhan [Thu, 2 Mar 2017 13:33:40 +0000 (19:03 +0530)]
Updated git submodules
Project: netvirt master
1d73e22bf51dc89b96087c7c7d0370768b6d1dc5
Bug 7714: VPN Operational Interfaces not getting removed at all.
This can be a potential problem for temporary CSIT failures
that happens on VPNService suite.
The VPNInterface is not getting removed at all permanently from
VpnInterface Op DS. When VM interface has secondary adj like extra route
or invisible ip , the order in which cleanupvpninterface worker DJC is
called not guaranteed.
The regression was caused by review:
https://git.opendaylight.org/gerrit/#/c/51224/
VPNInterfaces not deleted from Oper DS
Change-Id: I1b2a1d139030f707cec93eb5a5e6a690e010e336
Signed-off-by: Vivekanandan Narasimhan <n.vivekanandan@ericsson.com>
Signed-off-by: ehvkand <hanamantagoud.v.kandagal@ericsson.com>
Michael Vorburger [Wed, 15 Feb 2017 14:23:07 +0000 (15:23 +0100)]
Updated git submodules
Project: odlparent master
b2fa19c4a56ffdd8cfa9dbda879973ec4be5f671
SingleFeatureTest (SFT) TestBundleDiag with full diag during wait loop
Change-Id: I3d16d2f9dd7986d7514afc43e54af83e66494fc7
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
Kency Kurian [Fri, 3 Mar 2017 06:43:32 +0000 (12:13 +0530)]
Updated git submodules
Project: netvirt master
61f9ae64f407de5e893a23bc9fe20647fa66b28c
Fixing checkstyle error in FibManager
Change-Id: I6ab2a88236661f1866f9873167f0cf3e9168f304
Signed-off-by: Kency Kurian <kency.kurian@ericsson.com>
A Vamsikrishna [Thu, 15 Dec 2016 08:56:18 +0000 (14:26 +0530)]
Updated git submodules
Project: netvirt master
b2d5d9c632a3ae80ca726f69464983f3321cdc8f
Bug 7387 : Netvirt: qos policy applied on the network, not applied on
newly created ports of same network
Use case:
1.Network is created and updated with QoS policy.
2.Port is created on the same network.
3.Now this port is intended to have the QoS policy as the network has.
RCA:
The scenario of application of network qos policy to the newly created
port was missing
Code fix:
1.Created a new class called QosInterfaceStateChangeListener.java which
listens on the interface state oper events
2.Handled the scenario of application of network qos policy to the newly
created port in the add( ) of QosInterfaceStateChangeListener.java
Application of network qos policy to the newly created port condition was
missing. Fixed it by adding the same in NeutronPortChangeListener.java
Change-Id: I3211a698e9a27cfefe090fbbf2ab120f8626de76
Signed-off-by: A Vamsikrishna <a.vamsikrishna@ericsson.com>
Anil Belur [Thu, 2 Mar 2017 22:49:03 +0000 (22:49 +0000)]
Updated git submodules
Project: releng/builder master
815a9c5b7ac0298376d2904419bb1b6898472ab5
Merge "Add openstack-hot to yamllint"
Add openstack-hot to yamllint
Change-Id: I7d031966d7991cbeb804b1f52d8ef40504c7538f
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
Anil Belur [Thu, 2 Mar 2017 22:45:41 +0000 (22:45 +0000)]
Updated git submodules
Project: releng/builder master
51ef554975a96f03044bd5f17659b88fbb087b9c
Merge "Call attention to all OpenDaylight devs in email"
Call attention to all OpenDaylight devs in email
When we do not know which project failed the build we should call
attention to the wider community to make sure someone looks at the
failure.
Change-Id: I7295f86c8a31e72cc156053bfe1a5c956abd2e8c
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
Thanh Ha [Thu, 2 Mar 2017 22:05:32 +0000 (17:05 -0500)]
Updated git submodules
Project: releng/builder master
21f0169a3c780e4f1f007931993420e5435f5cfa
Reconfigure to allow nodes to send email to mailing lists
Seems like passing the from field via -r switch works rather than using
the "from=" header configuration.
Change-Id: I987f9cbb85b89ee9fca797308f705aa2acc59d29
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
Robert Varga [Mon, 13 Feb 2017 19:02:43 +0000 (20:02 +0100)]
Updated git submodules
Project: odlparent master
ee1d35a025fcd72b7b8d88a7d1237b9f0ce172d1
Checkstyle: no space inside parentheses
Add the ParenPad check to odl_checks.xml, which makes sure there is no
space after a left parenthesis and before a right parenthesis.
Change-Id: I2b843fa150b80b14043147377339b9c633e68b91
Signed-off-by: Lorand Jakab <lojakab@cisco.com>
Signed-off-by: Robert Varga <rovarga@cisco.com>
Jessica Wagantall [Tue, 28 Feb 2017 23:49:10 +0000 (15:49 -0800)]
Updated git submodules
Project: releng/builder master
a647cc89bbffc120041bdf5629cd54d2b0979086
Fix yamllint openstack-hot jjb
Change-Id: If701416e01cf727bd1a87244733936d2598aa864
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Jaime Caamaño Ruiz [Tue, 7 Feb 2017 18:14:50 +0000 (19:14 +0100)]
Updated git submodules
Project: aaa master
1c38133dd44b8cdbfb6a0e4808e941ec3133ecbd
Enable keystone authentication
Add Keystone authentication support through a new Shiro realm:
KeystoneAuthRealm.
At this point only Basic Authentication is supported. The user
credentials support the format user@domain to specify a domain.
The authentication is 'unscoped'.
For SSL verification in the https handshake with keystone
endpoint, SSL context provided by odl-aaa certificate manager
is used. Jersey v1 is used as HTTP client and Jackson v2 for the
serialization.
The following parameters are configurable through shiro.ini for this
realm:
- url: The endpoint url for Keystone instance (API v3), can be http
or https.
- sslVerification: if url is https, whether to perform ssl
verification.
- defaultDomain: if no domain is available through the provided
credentials, this default domain will be used. Defaults to 'Default'.
Change-Id: Ifcf5e6252fb8884adbe4127c63b04a28f263d02b
Signed-off-by: Jaime Caamaño Ruiz <jaime.caamano.ruiz@ericsson.com>
Thanh Ha [Thu, 2 Mar 2017 16:28:05 +0000 (11:28 -0500)]
Add coe submodule
Corrects attempt from If9c827a5342570cf8bcabbc4b76ed99524c91008
Change-Id: Ib6e68f9573f0de18d677415ee6e57c3b347641b0
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
Thanh Ha [Thu, 2 Mar 2017 16:26:57 +0000 (16:26 +0000)]
Merge "Revert "Adding coe submodule for docs""
Thanh Ha [Thu, 2 Mar 2017 16:26:49 +0000 (16:26 +0000)]
Revert "Adding coe submodule for docs"
This reverts commit
7bd81de5be669050deaa5726ffc24c5e39c86d09.
Change-Id: I0ba72ab5a07d970e091bcf70688bda348ff6d33e
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
Jamo Luhrsen [Thu, 2 Mar 2017 16:11:08 +0000 (16:11 +0000)]
Updated git submodules
Project: releng/builder master
34d3014fc7b8cd66b8f3eafbf175d5e72003fb3f
Merge "Add federation distribution-check & autorelease-check to jenkins"
Add federation distribution-check & autorelease-check to jenkins
Change-Id: Iee28ae7bcbe21d3a12be3bbc629b66982da83a01
Signed-off-by: Tali <tali.ben-meir@hpe.com>
Michael Vorburger [Thu, 2 Mar 2017 15:26:52 +0000 (15:26 +0000)]
Updated git submodules
Project: genius master
6ec961af62dd31a41f7e8300554882170e7343ea
Merge "TestIMdsalApiManager assertFlowsInAnyOrder LOG.warn"
TestIMdsalApiManager assertFlowsInAnyOrder LOG.warn
based on the discussion in
https://git.opendaylight.org/gerrit/#/c/50467/
Change-Id: Iefe24270d1861e2eddc12bdec577cb14591f429f
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
Vratko Polak [Thu, 2 Mar 2017 11:36:40 +0000 (12:36 +0100)]
Updated git submodules
Project: releng/builder master
e029fc382999c82bf94984fb350ab5b8ae07a065
Make install-features in controller jobs multiline
Also, odl-jolokia is not needed for 3node templates.
Change-Id: I68403544b4779c2cf5b0a89952b8cc6625386d65
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Vratko Polak [Thu, 2 Mar 2017 11:25:29 +0000 (12:25 +0100)]
Updated git submodules
Project: releng/builder master
3d1bd3bc64248d8aea1717dde149e91bc5bab3f4
Make install-features in netconf jobs multiline
Change-Id: I6cae406d6dab11f9ca6eb2482e943c4481b3fa5d
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Vratko Polak [Thu, 2 Mar 2017 11:20:06 +0000 (12:20 +0100)]
Updated git submodules
Project: releng/builder master
8aa68c91ab985da049b94e6aae12986e04109086
Add missing newline in bgpcep userfeatures job
Change-Id: I12ce500f2674f097917c02924d8c5587769aa18b
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Vratko Polak [Thu, 2 Mar 2017 14:53:48 +0000 (15:53 +0100)]
Updated git submodules
Project: releng/builder master
13b66e73ab19705a5644a61a9838515db913c61a
Fix distribution-check jobs
Change-Id: Ia253c3651d1e036ddc6e6744307c57a7f88c5f20
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Peter Gubka [Mon, 6 Feb 2017 15:12:49 +0000 (16:12 +0100)]
Updated git submodules
Project: integration/test master
3aa1813589adf4bf849411e543c7ef5caf9f294e
Add new suite for adding cars during shard leader change.
Change-Id: I4840c2bc0a77163bc9c67804db7a907effe0424f
Signed-off-by: Peter Gubka <pgubka@cisco.com>
Alon Kochba [Tue, 28 Feb 2017 15:52:43 +0000 (17:52 +0200)]
Updated git submodules
Project: netvirt master
f5155769e8cc552f09633a05b14b6574317ae352
Bug 7856: Reverse SNAT flows order to minimize race possibility
Change-Id: I145905151348d2fa2670756f24e17c16d6239885
Signed-off-by: Alon Kochba <alonko@hpe.com>
Konsta Pozdeev [Thu, 16 Feb 2017 11:46:11 +0000 (13:46 +0200)]
Updated git submodules
Project: netvirt master
e42ebc8bb384fb3e6d3497a899cfcd651a2899af
Bug 7418 Run local group creation as async task with key equal to subsequent tasks.
Change-Id: I515b3b874b50f8e53a931e1a3ee3a2e30f877f8e
Signed-off-by: Konsta Pozdeev <konsta.pozdeev@hpe.com>