From 4475cf5152d73b8ada4bd567de3e8a99507ad2bb Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Fri, 29 Jan 2016 23:49:36 +0100 Subject: Initial Virtual Bridge Domain models Initial drop of models. Includes a reusable type definition as temporary model and a network-topology-based model of a virtual bridge domain. Change-Id: I6e6fbb2063c8157f3f1a329066ccba2b7f66efb1 Signed-off-by: Robert Varga --- vbd/features/pom.xml | 133 ++++++++++++++++++++++++++++ vbd/features/src/main/features/features.xml | 52 +++++++++++ 2 files changed, 185 insertions(+) create mode 100644 vbd/features/pom.xml create mode 100644 vbd/features/src/main/features/features.xml (limited to 'vbd/features') diff --git a/vbd/features/pom.xml b/vbd/features/pom.xml new file mode 100644 index 000000000..6483138fa --- /dev/null +++ b/vbd/features/pom.xml @@ -0,0 +1,133 @@ + + + + + io.fd.honeycomb.common + features-parent + 1.0.0-SNAPSHOT + ../../common/features-parent + + + io.fd.honeycomb.vbd + vbd-features + 1.0.0-SNAPSHOT + ${project.artifactId} + 4.0.0 + + + 3.1.1 + + + 2.0.0-SNAPSHOT + 0.8.0-SNAPSHOT + 1.3.0-SNAPSHOT + 1.3.0-SNAPSHOT + 1.0.0-SNAPSHOT + 0.8.0-SNAPSHOT + 0.3.0-SNAPSHOT + 1.0.0-SNAPSHOT + etc/opendaylight/karaf + + + + + + org.opendaylight.mdsal + mdsal-artifacts + 2.0.0-SNAPSHOT + pom + import + + + org.opendaylight.mdsal.model + mdsal-model-artifacts + 0.8.0-SNAPSHOT + pom + import + + + org.opendaylight.yangtools + yangtools-artifacts + 0.8.0-SNAPSHOT + pom + import + + + + io.fd.honeycomb.v3po + v3po-artifacts + 1.0.0-SNAPSHOT + pom + import + + + + io.fd.honeycomb.vbd + vbd-artifacts + 1.0.0-SNAPSHOT + pom + import + + + + + + + org.opendaylight.yangtools + features-yangtools + features + xml + runtime + + + org.opendaylight.mdsal + features-mdsal + features + xml + runtime + + + org.opendaylight.mdsal.model + features-mdsal-model + features + xml + runtime + + + + io.fd.honeycomb.v3po + v3po-features + features + xml + runtime + + + + + ${project.groupId} + vbd-api + + + diff --git a/vbd/features/src/main/features/features.xml b/vbd/features/src/main/features/features.xml new file mode 100644 index 000000000..b35290211 --- /dev/null +++ b/vbd/features/src/main/features/features.xml @@ -0,0 +1,52 @@ + + + + + mvn:org.opendaylight.yangtools/features-yangtools/{{VERSION}}/xml/features + mvn:org.opendaylight.mdsal/features-mdsal/{{VERSION}}/xml/features + mvn:org.opendaylight.mdsal.model/features-mdsal-model/{{VERSION}}/xml/features + mvn:io.fd.honeycomb.v3po/v3po-features/{{VERSION}}/xml/features + + + odl-mdsal-models + odl-v3po-api + mvn:io.fd.honeycomb.vbd/vbd-api/{{VERSION}} + + + + odl-mdsal-binding + odl-vbd-api + odl-netconf-connector-ssh + odl-netconf-mdsal + + + + + + + -- cgit 1.2.3-korg