BGPCEP-754: Openconfig Routing Policy Service 18/67818/8
authorClaudio D. Gasparini <claudio.gasparini@pantheon.tech>
Wed, 31 Jan 2018 15:53:27 +0000 (16:53 +0100)
committerClaudio D. Gasparini <claudio.gasparini@pantheon.tech>
Wed, 28 Feb 2018 14:19:25 +0000 (15:19 +0100)
commita3b879703810275296845d8e31c3f9c5538f9c18
tree178edc7ffd429821a8beece218ba2fb05cd90b54
parent46d769e6cf5a51ec961f27b7330c9c011925308e
BGPCEP-754: Openconfig Routing Policy Service

- Routing Policy Registry, listening DS and
keeping track of all defined policies
- RIB Policy Factory, provide a factory
for create rib policies per specific RIB.

Change-Id: Id5521811a23b65ad1ae5e4e20eb41a61d78beb95
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
13 files changed:
bgp/bgp-artifacts/pom.xml
bgp/openconfig-rp-impl/pom.xml [new file with mode: 0644]
bgp/openconfig-rp-impl/src/main/java/org/opendaylight/protocol/bgp/openconfig/routing/policy/impl/BGPRibPolicyImpl.java [new file with mode: 0644]
bgp/openconfig-rp-impl/src/main/java/org/opendaylight/protocol/bgp/openconfig/routing/policy/impl/BGPRibRoutingPolicyFactoryImpl.java [new file with mode: 0644]
bgp/openconfig-rp-impl/src/main/java/org/opendaylight/protocol/bgp/openconfig/routing/policy/impl/PolicyRIBBaseParametersImpl.java [new file with mode: 0644]
bgp/openconfig-rp-impl/src/main/resources/org/opendaylight/blueprint/bgp-openconfig-routing-policy-impl.xml [new file with mode: 0644]
bgp/openconfig-rp-impl/src/test/resources/initial/routing-policy-config.xml [new file with mode: 0644]
bgp/openconfig-rp-impl/src/test/resources/logback-test.xml [new file with mode: 0644]
bgp/pom.xml
features/bgp/features-bgp/pom.xml
features/bgp/odl-bgpcep-bgp-openconfig-rp-impl/pom.xml [new file with mode: 0644]
features/bgp/odl-bgpcep-bgp/pom.xml
features/bgp/pom.xml