groupbasedpolicy.git
8 years agoBug 5749 - cannot resolve L2 ep for ext GW 97/37797/2
Tomas Cechvala [Tue, 19 Apr 2016 11:07:37 +0000 (13:07 +0200)]
Bug 5749 - cannot resolve L2 ep for ext GW

Subnet GW may also be an external endpoint.
It has not been considered before.

Change-Id: I260c151608c2e28e769708f1a4d7e57f4bf7619c
Signed-off-by: Tomas Cechvala <tcechval@cisco.com>
8 years agoAdd dependency on javax.validation validation-api 54/37554/1
Ryan Goulding [Wed, 13 Apr 2016 15:21:37 +0000 (11:21 -0400)]
Add dependency on javax.validation validation-api

In order to upgrade to org.eclipse.persistence to 2.6.0+ in odlparent,
downstream consumers must include the dependency on javax.validation
validation-api version 1.1.0.Final as described here:

http://stackoverflow.com/questions/28568154/
how-to-get-eclipselink-2-6-0-m3-working-with-jersey-1-18-3

The work to upgrade odlparent's moxy version is included in this patch:
https://git.opendaylight.org/gerrit/#/c/37541/

Change-Id: I950cf10e58f96d16abe6a99ace9273d70cd8eda5
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
8 years agoMerge "Do not deploy the karaf artifact"
Martin Sunal [Tue, 12 Apr 2016 19:50:23 +0000 (19:50 +0000)]
Merge "Do not deploy the karaf artifact"

8 years agoBug 5617: policy enforcer symmetric action chain fix 92/37492/1
Matej Perina [Tue, 12 Apr 2016 11:45:48 +0000 (13:45 +0200)]
Bug 5617: policy enforcer symmetric action chain fix

Change-Id: I4a2e71891b01a5344fe5af8a6267cebbfcd3d116
Signed-off-by: Matej Perina <matej.perina@pantheon.sk>
8 years agoDo not deploy the karaf artifact 67/36367/2
Thanh Ha [Wed, 16 Mar 2016 23:15:14 +0000 (19:15 -0400)]
Do not deploy the karaf artifact

The karaf artifact is only used for testing. It does not need to be
released to the world.

Change-Id: I0894ac9f45dbc80b26162d5557abed7fd008e3b6
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
8 years agoBug 5617: Added UT for GroupTable and ChainActionFlows 07/37207/1
Vladimir Lavor [Wed, 30 Mar 2016 14:13:22 +0000 (16:13 +0200)]
Bug 5617: Added UT for GroupTable and ChainActionFlows

Signed-off-by: Vladimir Lavor <vlavor@cisco.com>
Change-Id: I2a45247bbc7a3b611baa6a1cf55b26da06ef9232
(cherry picked from commit 619e7bf903b9f096af6617432350b9e8b5ff072a)

8 years agoBug 5617: OfOverlay Refactoring - Destination mapper 83/37183/1
Vladimir Lavor [Mon, 21 Mar 2016 14:04:52 +0000 (15:04 +0100)]
Bug 5617: OfOverlay Refactoring - Destination mapper

Signed-off-by: Vladimir Lavor <vlavor@cisco.com>
Change-Id: I7e1ac58b066f8eda1a5c989d1980459ee22a1960

8 years agoBug 5617: OfOverlay refactoring - Source Mapper 42/37142/1
Vladimir Lavor [Mon, 21 Mar 2016 10:55:42 +0000 (11:55 +0100)]
Bug 5617: OfOverlay refactoring - Source Mapper

Signed-off-by: Vladimir Lavor <vlavor@cisco.com>
Change-Id: I2fa6b9a38d9a4b221308045c55ac6af425b7ce70

8 years agoBug 5617: ExternalMapper refactoring 53/37053/1
Matej Perina [Fri, 1 Apr 2016 13:53:09 +0000 (15:53 +0200)]
Bug 5617: ExternalMapper refactoring

Change-Id: I11869b14877599b6314c7bc5f93d8223a10d248d
Signed-off-by: Matej Perina <matej.perina@pantheon.sk>
8 years agoBug 5617: policy enforcer refactor 99/36999/1
Matej Perina [Fri, 1 Apr 2016 08:40:24 +0000 (10:40 +0200)]
Bug 5617: policy enforcer refactor

Change-Id: Ic2df05411fce29f3538464f06650f835cc284874
Signed-off-by: Matej Perina <matej.perina@pantheon.sk>
8 years agoBug 5409 - setting orders in single rule contract 12/35912/2
Tomas Cechvala [Mon, 22 Feb 2016 09:39:21 +0000 (10:39 +0100)]
Bug 5409 - setting orders in single rule contract

Rules and subjects are prioritized by order parameter.
More specific rules have lower order.

Change-Id: Ieb9948b2e9281e378341775509dd09a144dda3f8
Signed-off-by: Tomas Cechvala <tcechval@cisco.com>
8 years agoMerge "Use pre-compiled Pattern for replacement"
Martin Sunal [Wed, 30 Mar 2016 08:09:45 +0000 (08:09 +0000)]
Merge "Use pre-compiled Pattern for replacement"

8 years agoUse pre-compiled Pattern for replacement 94/35494/3
Robert Varga [Fri, 26 Feb 2016 21:55:27 +0000 (22:55 +0100)]
Use pre-compiled Pattern for replacement

String.replaceAll() compiles the pattern each time, precompile it for
speed. Also replace "".equals(res) with res.isEmpty(), which is faster,
since res is known to be non-null in this context.

Change-Id: Id7d28ba355d62607a75dbbe6504b50f6da8085d1
Signed-off-by: Robert Varga <rovarga@cisco.com>
8 years agoBug 5483 - added support for num values in rules 40/36040/2
Tomas Cechvala [Wed, 9 Mar 2016 15:33:41 +0000 (16:33 +0100)]
Bug 5483 - added support for num values in rules

Added mapping for numerical values of neutron
security-group-rules.

Change-Id: Id4166300a2a922a30fb553ea5593385fed408652
Signed-off-by: Tomas Cechvala <tcechval@cisco.com>
8 years agoMerge "Bug 5510 - making sure that br-int is created"
Martin Sunal [Tue, 29 Mar 2016 16:20:06 +0000 (16:20 +0000)]
Merge "Bug 5510 - making sure that br-int is created"

8 years agoBug 5617: OfOverlayRefactoring - IngressNatMapper + EgressNatMappe 19/36819/1
Vladimir Lavor [Tue, 29 Mar 2016 15:24:42 +0000 (17:24 +0200)]
Bug 5617: OfOverlayRefactoring - IngressNatMapper + EgressNatMappe

Signed-off-by: Vladimir Lavor <vlavor@cisco.com>
8 years agoBug 5617: OfOverlay refactoring initial + PortSecurity 18/36818/2
Vladimir Lavor [Tue, 1 Mar 2016 12:06:24 +0000 (13:06 +0100)]
Bug 5617: OfOverlay refactoring initial + PortSecurity

Signed-off-by: Vladimir Lavor <vlavor@cisco.com>
Change-Id: I12cf020828826c32e3eee0887a1f1144579bce0b
(cherry picked from commit 3e2119a5e3fc75918511dc273b6830cf33e65fd3)

8 years agoBug 5510 - making sure that br-int is created 86/36486/2
Tomas Cechvala [Sat, 12 Mar 2016 12:44:24 +0000 (13:44 +0100)]
Bug 5510 - making sure that br-int is created

When a node with OvsdbNodeAugmentation does not have
reference to br-int node with OvsdbBridge augmentation,
the missing bridge node is created by writing it
into DS.

Change-Id: Ie0054d311916ece0030ad63647ebe3ca3f06d797
Signed-off-by: Tomas Cechvala <tcechval@cisco.com>
8 years agoBug 5428: Ovsdb Termination Point is null issue 65/35565/1
Michal Cmarada [Mon, 29 Feb 2016 07:29:05 +0000 (08:29 +0100)]
Bug 5428: Ovsdb Termination Point is null issue

- adding condition to check if TP is null,then log and skip processing.

Change-Id: Idd4c7fbbe5398d15dc153927338421ffc3fef67c
Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
8 years agoBUG 5402 - PolicyEnforcer creates wrong directed flows 03/35203/2
Matej Perina [Mon, 22 Feb 2016 14:03:18 +0000 (15:03 +0100)]
BUG 5402 - PolicyEnforcer creates wrong directed flows

Change-Id: I55479bfc1d188a9b946912e82cf127c115777cf1
Signed-off-by: Matej Perina <matej.perina@pantheon.sk>
8 years agoBug5427: Added JavaDoc for OfOverlay rendeder (flow description) 91/35391/2
Vladimir Lavor [Wed, 17 Feb 2016 13:18:38 +0000 (14:18 +0100)]
Bug5427: Added JavaDoc for OfOverlay rendeder (flow description)

Signed-off-by: Vladimir Lavor <vlavor@cisco.com>
Change-Id: Ifd26bcf2abc3be211adeaf7369c7f93f8e59de7e

8 years agoMerge "Bug 5342: Fix for SF appearing as Endpoint"
Martin Sunal [Thu, 25 Feb 2016 09:02:57 +0000 (09:02 +0000)]
Merge "Bug 5342: Fix for SF appearing as Endpoint"

8 years agoMerge "Bug 3738: GBP coexistence fixes"
Martin Sunal [Thu, 25 Feb 2016 09:01:48 +0000 (09:01 +0000)]
Merge "Bug 3738: GBP coexistence fixes"

8 years agoMerge "Bug 5326 - endpoint can reach nodes outside internal domain"
Martin Sunal [Wed, 24 Feb 2016 17:23:27 +0000 (17:23 +0000)]
Merge "Bug 5326 - endpoint can reach nodes outside internal domain"

8 years agoBug 5342: Fix for SF appearing as Endpoint 28/34828/3
Matej Perina [Wed, 17 Feb 2016 13:06:52 +0000 (14:06 +0100)]
Bug 5342: Fix for SF appearing as Endpoint

Still not sure what is Root Cause but don't want to hold up release. This will unblock

Change-Id: Ia18b94144b1f55495086991d9e7fe7c58f69ee18
Signed-off-by: Keith Burns (alagalah) <alagalah@gmail.com>
Signed-off-by: Matej Perina <matej.perina@pantheon.sk>
8 years agoBug 3738: GBP coexistence fixes 27/34827/3
Matej Perina [Wed, 17 Feb 2016 13:02:08 +0000 (14:02 +0100)]
Bug 3738: GBP coexistence fixes

- chmod scripts, small script issues

Change-Id: Ice6c53dbcf134fb35f68985c7a3902e263cddcff
Signed-off-by: Keith Burns (alagalah) <alagalah@gmail.com>
Signed-off-by: Matej Perina <matej.perina@pantheon.sk>
8 years agoMerge "Bug 5214 - ARP fix for external VLAN traffic"
Martin Sunal [Wed, 24 Feb 2016 17:21:35 +0000 (17:21 +0000)]
Merge "Bug 5214 - ARP fix for external VLAN traffic"

8 years agoMerge "Bug 4988: OF statistics & REST client"
Martin Sunal [Wed, 24 Feb 2016 15:56:39 +0000 (15:56 +0000)]
Merge "Bug 4988: OF statistics & REST client"

8 years agoMerge "Bug 5117 - More bad file formats and chmod breaks"
Martin Sunal [Wed, 24 Feb 2016 15:06:18 +0000 (15:06 +0000)]
Merge "Bug 5117 - More bad file formats and chmod breaks"

8 years agoBug 5326 - endpoint can reach nodes outside internal domain 90/34490/5
Matej Perina [Wed, 17 Feb 2016 12:56:47 +0000 (13:56 +0100)]
Bug 5326 - endpoint can reach nodes outside internal domain

Traffic of endpoints connected to OVS switch can be forwarded
to external domain.

Change-Id: Icdf23726a411ae7d22ed792f2f9cfa08cb95b1de
Signed-off-by: Tomas Cechvala <tcechval@cisco.com>
Signed-off-by: Matej Perina <matej.perina@pantheon.sk>
8 years agoBug 5214 - ARP fix for external VLAN traffic 33/34233/5
Matej Perina [Wed, 17 Feb 2016 12:52:11 +0000 (13:52 +0100)]
Bug 5214 - ARP fix for external VLAN traffic

External endpoints can receive tagged ARP response.

Change-Id: I0cd1b5d9a47aee8ded8d9a0c3f93598a159bf814
Signed-off-by: Tomas Cechvala <tcechval@cisco.com>
Signed-off-by: Martin Sunal <msunal@cisco.com>
Signed-off-by: Matej Perina <matej.perina@pantheon.sk>
8 years agoBug 4988: OF statistics & REST client 81/31681/34
Matej Perina [Wed, 24 Feb 2016 09:32:37 +0000 (10:32 +0100)]
Bug 4988: OF statistics & REST client

Change-Id: I48c8302196f997abf6c6180e36beae5886d7be48
Signed-off-by: Konstantin Blagov <kblagov@cisco.com>
Signed-off-by: Keith Burns (alagalah) <alagalah@gmail.com>
Signed-off-by: Martin Sunal <msunal@cisco.com>
Signed-off-by: Matej Perina <matej.perina@pantheon.sk>
8 years agoBug 5117 - More bad file formats and chmod breaks 26/33726/4
Keith Burns (alagalah) [Thu, 28 Jan 2016 19:52:20 +0000 (11:52 -0800)]
Bug 5117 - More bad file formats and chmod breaks

Change-Id: If9d42b4db8d0089a948aef26bb929ddc3bcece71
Signed-off-by: Keith Burns (alagalah) <alagalah@gmail.com>
(cherry picked from commit 69d6de639550c7aa04bbca09f2e62fdd4730081c)

8 years agoBug 3738: GBP coexistence with SFC 08/33708/12
Matej Perina [Wed, 17 Feb 2016 12:47:27 +0000 (13:47 +0100)]
Bug 3738: GBP coexistence with SFC

Change-Id: If5ed0e87485b88e02f525dab1072b75462d16a1f
Signed-off-by: Vladimir Lavor <vlavor@cisco.com>
Signed-off-by: Keith Burns (alagalah) <alagalah@gmail.com>
Signed-off-by: Martin Sunal <msunal@cisco.com>
Signed-off-by: Matej Perina <matej.perina@pantheon.sk>
8 years agoBug 5325 Missing sfc action in rules 08/34808/4
Matej Perina [Wed, 17 Feb 2016 12:16:19 +0000 (13:16 +0100)]
Bug 5325 Missing sfc action in rules

Change-Id: I1b90da5deb3fa7615249fef95f87983404f429e7
Signed-off-by: Martin Sunal <msunal@cisco.com>
Signed-off-by: Keith Burns (alagalah) <alagalah@gmail.com>
Signed-off-by: Matej Perina <matej.perina@pantheon.sk>
8 years agoBUG 5370 - changes required by java8 22/34822/3
Matej Perina [Wed, 17 Feb 2016 13:19:31 +0000 (14:19 +0100)]
BUG 5370 - changes required by java8

- powermockito versions are removed
  so this commit depends on Change 35210

Change-Id: I81f43b6d49a45308d85a9f29c22c3fb95b739d0e
Signed-off-by: Matej Perina <matej.perina@pantheon.sk>
8 years agoBUG 5248: reading statistics not working 61/34161/2
Matej Perina [Fri, 5 Feb 2016 13:58:02 +0000 (14:58 +0100)]
BUG 5248: reading statistics not working

Change-Id: I5798209e03149702abb94417af038997b4ede2cd
Signed-off-by: Matej Perina <matej.perina@pantheon.sk>
8 years agoMerge "Bug 5208 - flows don't get removed on update"
Martin Sunal [Mon, 8 Feb 2016 09:22:36 +0000 (09:22 +0000)]
Merge "Bug 5208 - flows don't get removed on update"

8 years agoBug 5208 - flows don't get removed on update 32/34232/1
Tomas Cechvala [Wed, 3 Feb 2016 11:17:53 +0000 (12:17 +0100)]
Bug 5208 - flows don't get removed on update

Fixed by ensuring that the current state of flow tables is overriden
only after the DS was updated.

Change-Id: I2d6e482fbd4f5e2ed5210b2f5983dbefd0760d37
Signed-off-by: Tomas Cechvala <tcechval@cisco.com>
8 years agoBug 5213 - Missing segmentation-id for physical networks 31/34231/1
Martin Sunal [Tue, 26 Jan 2016 16:11:49 +0000 (17:11 +0100)]
Bug 5213 - Missing segmentation-id for physical networks

segmentation-id is stored to DS if a neutron network is backed by physical network

Change-Id: Id7334fc0a088a32879396ce7f2e48cdb06d250dc
Signed-off-by: Tomas Cechvala <tcechval@cisco.com>
8 years agoMerge "Bug 5117 - DOS chars in shell script"
Martin Sunal [Mon, 8 Feb 2016 08:45:36 +0000 (08:45 +0000)]
Merge "Bug 5117 - DOS chars in shell script"

8 years agodevstack changes for sfc-tacker OPNFV demo 80/33880/3
Michal Cmarada [Fri, 5 Feb 2016 10:18:19 +0000 (11:18 +0100)]
devstack changes for sfc-tacker OPNFV demo

- using for two projects
-- sfc-vnfm-tacker testing and changes
-- openflow co-existence

Change-Id: Id2aa44fe4869730212f804c273c91eee642373ff
Signed-off-by: Keith Burns (alagalah) <alagalah@gmail.com>
Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
8 years agoBug 5212 - Neutron-mapper has dependency on Ofoverlay renderer 41/34141/2
Martin Sunal [Tue, 19 Jan 2016 16:41:17 +0000 (17:41 +0100)]
Bug 5212 - Neutron-mapper has dependency on Ofoverlay renderer

NeutronFloatingAware - adds NAT augmentation to endpoint-l3
NeutronNetworkAware - creates EXTERNAL_group EPG (as External
  Implicit Group (EIG)) if neutron external network is created
EXTERNAL_group EPG - provides contracts with allow IPv4/6 In/Out
L3-prefix-endpoint 0.0.0.0/0 belongs to EXTERNAL_group EPG
neutron ports where deviceOwner is router_gateway and router_interface
  are not mapped to endpoints
removed unused mappings
removed dependency on ofoverlay
neutron-ovsdb - added portByEndpoint listener which adds port-name to Ep, EpL3
ofoverlay - added listeners for ofoverlay endpoint context - add location(node,
  node-connector-id) based on port name
OvsdbNodeListener - creates of-overlay augmentation with external ports
(cherry picked from commit f9b3d2ffd80c2d623d199d789bff7192b678de40)

Change-Id: If2a582d00f8771c433994154a02febf7c2a702cd
Signed-off-by: Martin Sunal <msunal@cisco.com>
(cherry picked from commit f9b3d2ffd80c2d623d199d789bff7192b678de40)

8 years agoChanges based on fix of Bug 5137 - Neutron routes 39/34139/1
Martin Sunal [Wed, 3 Feb 2016 15:26:35 +0000 (16:26 +0100)]
Changes based on fix of Bug 5137 - Neutron routes

This is needed fix after [1] was merged.
[1] https://git.opendaylight.org/gerrit/#/c/33846/
(cherry picked from commit c2f141f0ff466ae316bcf714d2c5eb6d02ac62d9)

Change-Id: I51fa7c3fd9ab86c330967df5cb0877f4fa2aad76
Signed-off-by: Martin Sunal <msunal@cisco.com>
8 years agoUT: ofoverlay-arp 24/32424/9
Matej Perina [Fri, 29 Jan 2016 15:06:53 +0000 (16:06 +0100)]
UT: ofoverlay-arp

Change-Id: I7982604cb94ffa25218fb8db20e1eb123c08b5d0
Signed-off-by: Matej Perina <matej.perina@pantheon.sk>
8 years agoUT: Added FaaS unit tests 73/32973/7
Khaldoon Al-zoubi [Mon, 18 Jan 2016 22:38:24 +0000 (17:38 -0500)]
UT: Added FaaS unit tests

Change-Id: I522e1d9aa3b04f201dcd7dd08386c6c6b21adf35
Signed-off-by: Khaldoon Al-zoubi <khalAlzoubi@gmail.com>
8 years agoBug 5117 - DOS chars in shell script 49/33649/1
Tomas Cechvala [Wed, 27 Jan 2016 17:06:51 +0000 (18:06 +0100)]
Bug 5117 - DOS chars in shell script

Removing nested DOS line endings

Change-Id: I4297ccc946f6c20b8fb9a1171f99632e8ef73159
Signed-off-by: Tomas Cechvala <tcechval@cisco.com>
8 years agoBug5105: gitignore adds OSX system files 71/33571/1
Keith Burns (alagalah) [Tue, 26 Jan 2016 18:39:11 +0000 (10:39 -0800)]
Bug5105: gitignore adds OSX system files

Change-Id: I8bb3361f82f43c9b44b70c350b00432f48113313
Signed-off-by: Keith Burns (alagalah) <alagalah@gmail.com>
8 years agoBug 5102 - NoSuchMethodError in EndpointManager 50/33550/2
Tomas Cechvala [Tue, 26 Jan 2016 12:33:46 +0000 (13:33 +0100)]
Bug 5102 - NoSuchMethodError in EndpointManager

- keySet method in ConcurrentHashMap changed in Java 8.
- error occurend when the code was built with Java 8 and
  ran on Java 7.
- fixed by compatible interface ConcurrentMap

Change-Id: I672f7102db8b9b3874d1f18419dd01bff3064704
Signed-off-by: Tomas Cechvala <tcechval@cisco.com>
8 years agoBug3738: Coexistence demo environment 20/33020/4
Vladimir Lavor [Fri, 22 Jan 2016 10:19:48 +0000 (11:19 +0100)]
Bug3738: Coexistence demo environment

Document: https://docs.google.com/document/d/1-O6GoKeV9WLCiDU5xGv7rArAw_w2VJX-Ju6WOhRJ8s0/edit#

Change-Id: Id016afd8b52b094c9e7b1f97d985db6db0e34c13
Signed-off-by: Vladimir Lavor <vlavor@cisco.com>
8 years agoBUG 4993 ArpTasker failing when Nodes are not initialized in DS 45/32945/1
Matej Perina [Mon, 18 Jan 2016 15:38:08 +0000 (16:38 +0100)]
BUG 4993 ArpTasker failing when Nodes are not initialized in DS

condition fixed

Change-Id: I84e808fedfd28536b320ea1a81fd0a3193b75481
Signed-off-by: Matej Perina <matej.perina@pantheon.sk>
8 years agoMerge "BUG 4973 - Wrong time type in statistics and statistics-store"
Martin Sunal [Mon, 18 Jan 2016 14:16:52 +0000 (14:16 +0000)]
Merge "BUG 4973 - Wrong time type in statistics and statistics-store"

8 years agoBug 4987 - ExternalMapper flows not populated 16/32916/2
Tomas Cechvala [Mon, 18 Jan 2016 10:26:53 +0000 (11:26 +0100)]
Bug 4987 - ExternalMapper flows not populated

 - fixed by removing redundant condition

Change-Id: I3d0e43c6abebab776b21a9c12c91a5a570d0e55c
Signed-off-by: Tomas Cechvala <tcechval@cisco.com>
8 years agoBUG 4973 - Wrong time type in statistics and statistics-store 54/32754/2
Matej Perina [Fri, 15 Jan 2016 09:31:45 +0000 (10:31 +0100)]
BUG 4973 - Wrong time type in statistics and statistics-store

Timestamp type changed to uint64

Change-Id: I448c7cf3d1f0066c6e434e4a86da41c5b3e8630c
Signed-off-by: Matej Perina <matej.perina@pantheon.sk>
8 years agoBump versions by 0.1.0 for next dev cycle 50/32750/1
Thanh Ha [Fri, 15 Jan 2016 08:31:10 +0000 (03:31 -0500)]
Bump versions by 0.1.0 for next dev cycle

Change-Id: I9de10228d37af63807918ac1f8ee115561ae0abb
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
8 years agoMerge "Iovisor renderer REST client"
Martin Sunal [Thu, 14 Jan 2016 19:01:24 +0000 (19:01 +0000)]
Merge "Iovisor renderer REST client"

8 years agoMerge "VLAN support for external networks"
Keith Burns [Thu, 14 Jan 2016 18:26:39 +0000 (18:26 +0000)]
Merge "VLAN support for external networks"

8 years agoMerge "GBP coexistence - OF renderer can remove only its own flows from node"
Keith Burns [Thu, 14 Jan 2016 18:26:32 +0000 (18:26 +0000)]
Merge "GBP coexistence - OF renderer can remove only its own flows from node"

8 years agoMerge "added timestamp for statistics storage"
Keith Burns [Thu, 14 Jan 2016 18:26:23 +0000 (18:26 +0000)]
Merge "added timestamp for statistics storage"

8 years agoIovisor renderer REST client 54/31954/18
Keith Burns (alagalah) [Wed, 30 Dec 2015 12:49:47 +0000 (04:49 -0800)]
Iovisor renderer REST client

Change-Id: I24e658760b767672c1ceee4cbef506f701e40a47
Signed-off-by: Keith Burns (alagalah) <alagalah@gmail.com>
8 years agoVLAN support for external networks 94/32094/10
Tomas Cechvala [Mon, 21 Dec 2015 15:42:09 +0000 (16:42 +0100)]
VLAN support for external networks

 - tagging is applied on external ports of switches
 - link connected to external port is considered as trunk port
 - native VLAN not supported yet
 - mapping VLANs from Openstack not in scope here

Change-Id: Iaeeaa4d7966d49f2c7179ba22a9cc5972fd33b0a
Signed-off-by: Tomas Cechvala <tcechval@cisco.com>
8 years agoadded timestamp for statistics storage 77/32577/5
Matej Perina [Thu, 14 Jan 2016 16:25:03 +0000 (17:25 +0100)]
added timestamp for statistics storage

Change-Id: I4bf3e2e7ce4e1670f75dcecae7d7fd7a9dfebaa4
Signed-off-by: Matej Perina <matej.perina@pantheon.sk>
8 years agoMerge "Scripts and Vagrantfile to run sFlow on gbp1"
Keith Burns [Thu, 14 Jan 2016 16:27:04 +0000 (16:27 +0000)]
Merge "Scripts and Vagrantfile to run sFlow on gbp1"

8 years agoGBP coexistence - OF renderer can remove only its own flows from node 03/32403/4
Vladimir Lavor.com [Tue, 22 Dec 2015 09:48:53 +0000 (10:48 +0100)]
GBP coexistence - OF renderer can remove only its own flows from node

Signed-off-by: Vladimir Lavor.com <vlavor@cisco.com>
Change-Id: Ibd52a8e494bbd845b215464f834fd557e38317fd

8 years agoMerge "Using Box file to remove external dependencies such as github."
Martin Sunal [Thu, 14 Jan 2016 16:13:37 +0000 (16:13 +0000)]
Merge "Using Box file to remove external dependencies such as github."

8 years agoScripts and Vagrantfile to run sFlow on gbp1 56/31156/5
Konstantin Blagov [Thu, 10 Dec 2015 17:01:53 +0000 (18:01 +0100)]
Scripts and Vagrantfile to run sFlow on gbp1

Change-Id: I74ccf8e90719280d80dcde9273c5224d290843bb
Signed-off-by: Konstantin Blagov <kblagov@cisco.com>
8 years agoUsing Box file to remove external dependencies such as github. 97/31097/3
Keith Burns (alagalah) [Wed, 9 Dec 2015 20:45:03 +0000 (12:45 -0800)]
Using Box file to remove external dependencies such as github.

- Quicker more stable.
- Box file can be semantically versioned for the release of ODL GBP

Change-Id: I24eb68a22f3ec26edc3e7b52402acf5d64e5b56c
Signed-off-by: Keith Burns (alagalah) <alagalah@gmail.com>
8 years agoFixed NAT in OFOverlay based on EIG 93/31593/8
Martin Sunal [Thu, 17 Dec 2015 18:14:05 +0000 (19:14 +0100)]
Fixed NAT in OFOverlay based on EIG

- NAT is triggered when traffic goes between internal and external endpoint
- external/internal location was removed from ofoverlay EP augmentation
  because it is replaced with internal/external based on terminology below

Terminology:
- EIG: External Implicit Group - endpointgroup representing outside of policy domain
- internal endpoint: none of endpointgroups from endoint is EIG
- external endpoint: an endpointgroup from endpoint is EIG

Change-Id: Ib7b802948cc6dd109efde4ec7113c4b9038a7525
Signed-off-by: Martin Sunal <msunal@cisco.com>
8 years agoAdded NAT address for an endpoint-l3 15/31515/4
Martin Sunal [Thu, 17 Dec 2015 15:24:27 +0000 (16:24 +0100)]
Added NAT address for an endpoint-l3

Change-Id: Ica2661040c6f96f62fc823c785488c9c6a0ac865
Signed-off-by: Martin Sunal <msunal@cisco.com>
8 years agoEndpoint processing more scalable 54/31254/5
U-CISCO\tcechval [Fri, 11 Dec 2015 12:35:03 +0000 (13:35 +0100)]
Endpoint processing more scalable

 - no processing was triggered after removing location
   augmentation from an endpoint
 - processing of events made more scalable
 - added test cases for removing/adding location
   augmentation from/to an endpoint

Change-Id: I5a9295a3e8b16d60921359887e9361302e926f55
Signed-off-by: Tomas Cechvala <tcechval@cisco.com>
8 years agostatistics support 81/31281/12
Matej Perina [Mon, 11 Jan 2016 10:40:29 +0000 (11:40 +0100)]
statistics support

Change-Id: If61e5812a06f66432558830a3193308a32630e75
Signed-off-by: Matej Perina <matej.perina@pantheon.sk>
8 years agoIntegrating FAAS renderer with the faas fabric mapping services. Also, 19/29419/45
Khaldoon Al-zoubi [Sun, 8 Nov 2015 22:53:28 +0000 (17:53 -0500)]
Integrating FAAS renderer with the faas fabric mapping services. Also,
put tenants external explicit groups in resolved policies to be accessible
by renderers.

Change-Id: I41447bb41c71ca1e6cfb4fa001c4dd736b02a37e
Signed-off-by: Khaldoon Al-zoubi <khalAlzoubi@gmail.com>
8 years agoIOvisor policy processing 14/31914/24
Keith Burns (alagalah) [Mon, 28 Dec 2015 17:06:02 +0000 (09:06 -0800)]
IOvisor policy processing

Change-Id: I0a37067028e69c048b8d3dcfdb744a2d3f15ba00
Signed-off-by: Keith Burns (alagalah) <alagalah@gmail.com>
8 years agoFixed Subtree typo 49/31949/3
Keith Burns (alagalah) [Wed, 30 Dec 2015 11:30:29 +0000 (03:30 -0800)]
Fixed Subtree typo

Change-Id: I5d4be5257deb9441ff8a64d4a3f25c220fad8559
Signed-off-by: Keith Burns (alagalah) <alagalah@gmail.com>
8 years agoAdded SFs, EP handling, Resolved Policy for IOVisorRenderer 45/31745/14
Keith Burns (alagalah) [Mon, 21 Dec 2015 23:26:03 +0000 (15:26 -0800)]
Added SFs, EP handling, Resolved Policy for IOVisorRenderer

- Cleaned up some core utils and IidFactory
- adding addition of IOVisor Module entry when Endpoint Aug is present

Change-Id: If8c952cc9b6f891eca7b88ccd63d6378bb2be6c9
Signed-off-by: Keith Burns (alagalah) <alagalah@gmail.com>
8 years agoMerge "Directions and flow creation for symmetric chain corrected"
Keith Burns [Mon, 28 Dec 2015 00:07:40 +0000 (00:07 +0000)]
Merge "Directions and flow creation for symmetric chain corrected"

8 years agoFix for PolicyResolver multi-writer problem 12/31712/2
Martin Sunal [Mon, 21 Dec 2015 16:13:23 +0000 (17:13 +0100)]
Fix for PolicyResolver multi-writer problem

Problem:
There was a listener per Tenant. Listeners tried to store resolved-policies
to datastore concurrently.

Fix:
Only one listener is registered for wildcard tenant. The listener handles all changes
in tenants.

Signed-off-by: Martin Sunal <msunal@cisco.com>
8 years agoFix for Neutron NB change 31324 60/31860/1
Keith Burns (alagalah) [Thu, 24 Dec 2015 04:33:37 +0000 (20:33 -0800)]
Fix for Neutron NB change 31324

Change-Id: I5600f4f853f4edc215bea24ef4aee936515d6f43
Signed-off-by: Keith Burns (alagalah) <alagalah@gmail.com>
8 years agoDirections and flow creation for symmetric chain corrected 84/30984/3
Vladimir Lavor.com [Tue, 8 Dec 2015 07:39:07 +0000 (08:39 +0100)]
Directions and flow creation for symmetric chain corrected

Signed-off-by: Vladimir Lavor.com <vladimir.lavor@pantheon.sk>
Change-Id: I9a2efbb3355936c3e974becd4062bfc92f2c5cb2

8 years agoMerge "registration of action validators for to gbp-base"
Keith Burns [Wed, 16 Dec 2015 23:57:10 +0000 (23:57 +0000)]
Merge "registration of action validators for to gbp-base"

8 years agoMerge "Bug 3424 use MAC from external node connector"
Keith Burns [Wed, 16 Dec 2015 23:51:41 +0000 (23:51 +0000)]
Merge "Bug 3424 use MAC from external node connector"

8 years agoMerge "Add missing license headers"
Keith Burns [Wed, 16 Dec 2015 23:39:54 +0000 (23:39 +0000)]
Merge "Add missing license headers"

8 years agoMerge "Clean up permissions on demo"
Martin Sunal [Wed, 16 Dec 2015 22:51:49 +0000 (22:51 +0000)]
Merge "Clean up permissions on demo"

8 years agoregistration of action validators for to gbp-base 00/31200/3
Michal Cmarada [Fri, 11 Dec 2015 15:15:43 +0000 (16:15 +0100)]
registration of action validators for to gbp-base

Change-Id: I062305d5c22493eb1d0040244f09134129723947
Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
8 years agoBug 3424 use MAC from external node connector 41/22941/4
Martin Sunal [Thu, 18 Jun 2015 22:18:21 +0000 (00:18 +0200)]
Bug 3424 use MAC from external node connector

Change-Id: I909cca7631eff92fa60d0c1375fde738956b8f0b
Signed-off-by: Martin Sunal <msunal@cisco.com>
8 years agoMerge "Tenant name changed to be consistent with CSIT."
Keith Burns [Wed, 16 Dec 2015 22:41:24 +0000 (22:41 +0000)]
Merge "Tenant name changed to be consistent with CSIT."

8 years agoAdd missing license headers 84/31384/1
Thanh Ha [Tue, 15 Dec 2015 23:46:08 +0000 (18:46 -0500)]
Add missing license headers

Change-Id: I6ebb47e4c9335682f16bff606108031770a61968
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
8 years agoRegistered simple classifier-instance validators 33/30733/8
Martin Sunal [Fri, 4 Dec 2015 18:49:26 +0000 (19:49 +0100)]
Registered simple classifier-instance validators

- classifier-instance validators based on renderer's capabilities
- this simple classifier-instance validators are registerd automaticly
if PolicyValidatorRegistry is available

Change-Id: Ie418fb7cebbd38fc25fdb7daed4f6745ac0fbe98
Signed-off-by: Martin Sunal <msunal@cisco.com>
8 years agomaking service for PolicyResolver and EndpointRpcRegistry 13/30913/8
Michal Cmarada [Tue, 8 Dec 2015 14:18:31 +0000 (15:18 +0100)]
making service for PolicyResolver and EndpointRpcRegistry

Change-Id: Ieb489292492a87be72800dde7841330eb1b3db9b
Signed-off-by: Michal Cmarada <michal.cmarada@pantheon.sk>
Signed-off-by: Vladimir Lavor <vladimir.lavor@pantheon.sk>
8 years agoClean up permissions on demo 93/31093/1
Keith Burns (alagalah) [Wed, 9 Dec 2015 19:31:50 +0000 (11:31 -0800)]
Clean up permissions on demo

Change-Id: I5a05811790026028da02a0cc04a8af5e49c5f973
Signed-off-by: Keith Burns (alagalah) <alagalah@gmail.com>
8 years agoFix .gitignore 69/31069/1
Robert Varga [Wed, 9 Dec 2015 13:04:06 +0000 (14:04 +0100)]
Fix .gitignore

renderers/ofoverlay/src/test/java/org/opendaylight/groupbasedpolicy/resolver/ should
not be ignored.

Change-Id: Ia7d0e24c948bb160fda0549fcb9686df81e0ae9a
Signed-off-by: Robert Varga <rovarga@cisco.com>
8 years agoBug 4724 added containers to tenant 01/30901/8
Martin Sunal [Mon, 7 Dec 2015 10:24:11 +0000 (11:24 +0100)]
Bug 4724 added containers to tenant

Change-Id: Ibec940580f8ef9f741cdc4b4adf3f01bbf477e51
Signed-off-by: Martin Sunal <msunal@cisco.com>
8 years agoTenant name changed to be consistent with CSIT. 28/30928/5
Dileep [Mon, 7 Dec 2015 11:29:50 +0000 (03:29 -0800)]
Tenant name changed to be consistent with CSIT.

Change-Id: I582919e11a262f743512115a8a71cc90ec9c3cc3
Signed-off-by: Dileep <dileep.ranganathan@intel.com>
8 years agoadded .gitignore for demos 29/30929/2
Martin Sunal [Mon, 7 Dec 2015 19:50:23 +0000 (20:50 +0100)]
added .gitignore for demos

Signed-off-by: Martin Sunal <msunal@cisco.com>
8 years agoadded demos to the repo 19/30919/1
Martin Sunal [Mon, 7 Dec 2015 17:10:46 +0000 (18:10 +0100)]
added demos to the repo

Signed-off-by: Martin Sunal <msunal@cisco.com>
8 years agoMoving of classes between packages in groupbasedpolicy 66/30666/4
Martin Sunal [Thu, 3 Dec 2015 22:27:27 +0000 (23:27 +0100)]
Moving of classes between packages in groupbasedpolicy

- classes are in packages based on type
- introduced EpRendererAugmentationRegistrar, PolicyValidatorRegistrar

Change-Id: Ia603624eeebd52821802f30f0adb2f18c5a59627
Signed-off-by: Martin Sunal <msunal@cisco.com>
8 years agoRemoved PolicyListener and PolicyResolver methods 12/30512/10
Martin Sunal [Wed, 2 Dec 2015 21:58:58 +0000 (22:58 +0100)]
Removed PolicyListener and PolicyResolver methods

- renderer should listen on resolved-policy from resolved-policy.yang
- removed public methods from PolicyResolver

Change-Id: Ife1e165b7264910a5be2f859b72f2b454dd04027
Signed-off-by: Martin Sunal <msunal@cisco.com>
8 years agoAdded interests to renderer.yang 88/30488/4
Martin Sunal [Wed, 2 Dec 2015 14:23:56 +0000 (15:23 +0100)]
Added interests to renderer.yang

Signed-off-by: Martin Sunal <msunal@cisco.com>
8 years agoAdd a REST APIs support for IOVIsor module 09/30409/4
adetalhouet [Mon, 30 Nov 2015 23:25:25 +0000 (18:25 -0500)]
Add a REST APIs support for IOVIsor module

- provide aaa authentication
- path is: /controller/sb/iovisor/{SERVICE}

For now we have one service being: /policies
Through this one we will POST a list of policies for the
IOVisor module to GET.

To play with thee REST interface, you can use this
postman collection: https://www.getpostman.com/collections/3b1fe6ef1ec0ead72ee7

Another patch will implement the POST correctly

Change-Id: I5186df6b5d0501dca8b244bfd04e22dd54649b40
Signed-off-by: adetalhouet <adetalhouet@inocybe.com>
8 years agoRemoved mocks from unit tests 34/30434/3
Martin Sunal [Tue, 1 Dec 2015 13:26:08 +0000 (14:26 +0100)]
Removed mocks from unit tests

removed mocks breaking API contracts

Change-Id: Ie18f75c213d78c053102722f29450ed209ddb492
Signed-off-by: Martin Sunal <msunal@cisco.com>