Port sfc-translator to new netvirt. 16/53616/3
authorSam Hague <shague@redhat.com>
Tue, 21 Mar 2017 00:06:04 +0000 (20:06 -0400)
committerSam Hague <shague@redhat.com>
Tue, 21 Mar 2017 20:27:42 +0000 (16:27 -0400)
commit8a9245a725a9a72a6dae890903e636dd11cf7aa7
treec9944aa1d8022d785e7ef69a1110ba076eecf0bd
parent9be6ac5a1c46eabdd8084582601877fd62e73d1f
Port sfc-translator to new netvirt.

Change-Id: I6786f38ae9237ba189a2e0921fdf1699e27ac731
Signed-off-by: Sam Hague <shague@redhat.com>
25 files changed:
vpnservice/features/pom.xml
vpnservice/features/src/main/features/features.xml
vpnservice/pom.xml
vpnservice/sfc/classifier/api/pom.xml [new file with mode: 0644]
vpnservice/sfc/classifier/api/src/main/yang/netvirt-sfc-acl.yang [new file with mode: 0644]
vpnservice/sfc/classifier/pom.xml [new file with mode: 0644]
vpnservice/sfc/pom.xml [new file with mode: 0644]
vpnservice/sfc/translator/pom.xml [new file with mode: 0644]
vpnservice/sfc/translator/src/main/java/org/opendaylight/netvirt/sfc/translator/DelegatingDataTreeListener.java [new file with mode: 0644]
vpnservice/sfc/translator/src/main/java/org/opendaylight/netvirt/sfc/translator/INeutronSfcDataProcessor.java [new file with mode: 0644]
vpnservice/sfc/translator/src/main/java/org/opendaylight/netvirt/sfc/translator/MdsalUtils.java [new file with mode: 0644]
vpnservice/sfc/translator/src/main/java/org/opendaylight/netvirt/sfc/translator/NeutronMdsalHelper.java [new file with mode: 0644]
vpnservice/sfc/translator/src/main/java/org/opendaylight/netvirt/sfc/translator/OpenStackSFCTranslatorProvider.java [new file with mode: 0644]
vpnservice/sfc/translator/src/main/java/org/opendaylight/netvirt/sfc/translator/OvsdbMdsalHelper.java [new file with mode: 0644]
vpnservice/sfc/translator/src/main/java/org/opendaylight/netvirt/sfc/translator/OvsdbPortMetadata.java [new file with mode: 0644]
vpnservice/sfc/translator/src/main/java/org/opendaylight/netvirt/sfc/translator/SfcMdsalHelper.java [new file with mode: 0644]
vpnservice/sfc/translator/src/main/java/org/opendaylight/netvirt/sfc/translator/flowclassifier/FlowClassifierTranslator.java [new file with mode: 0644]
vpnservice/sfc/translator/src/main/java/org/opendaylight/netvirt/sfc/translator/flowclassifier/NeutronFlowClassifierListener.java [new file with mode: 0644]
vpnservice/sfc/translator/src/main/java/org/opendaylight/netvirt/sfc/translator/portchain/NeutronPortChainListener.java [new file with mode: 0644]
vpnservice/sfc/translator/src/main/java/org/opendaylight/netvirt/sfc/translator/portchain/NeutronPortPairGroupListener.java [new file with mode: 0644]
vpnservice/sfc/translator/src/main/java/org/opendaylight/netvirt/sfc/translator/portchain/NeutronPortPairListener.java [new file with mode: 0644]
vpnservice/sfc/translator/src/main/java/org/opendaylight/netvirt/sfc/translator/portchain/PortChainTranslator.java [new file with mode: 0644]
vpnservice/sfc/translator/src/main/java/org/opendaylight/netvirt/sfc/translator/portchain/PortPairGroupTranslator.java [new file with mode: 0644]
vpnservice/sfc/translator/src/main/java/org/opendaylight/netvirt/sfc/translator/portchain/PortPairTranslator.java [new file with mode: 0644]
vpnservice/sfc/translator/src/main/resources/org/opendaylight/blueprint/sfc-translator.xml [new file with mode: 0644]