From: Steven Pisarski Date: Wed, 29 Apr 2015 20:20:32 +0000 (-0600) Subject: New configuration bundle for the new feature odl-packetcable-policy-server-all. X-Git-Tag: release/lithium~17^2~20 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F44%2F19344%2F2;p=packetcable.git New configuration bundle for the new feature odl-packetcable-policy-server-all. Change-Id: I8cee33d563cdda7dcb2deb7f1773ea06a777221b Signed-off-by: Steven Pisarski --- diff --git a/packetcable-policy-config/pom.xml b/packetcable-policy-config/pom.xml new file mode 100644 index 0000000..38ee663 --- /dev/null +++ b/packetcable-policy-config/pom.xml @@ -0,0 +1,82 @@ + + + + 4.0.0 + + + packetcable + org.opendaylight.packetcable + 1.2.0-SNAPSHOT + + + + packetcable-policy-config + org.opendaylight.packetcable + Configuration files for md-sal + + jar + + + 80-packetcable.xml + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + attach-artifacts + + attach-artifact + + package + + + + ${project.build.directory}/classes/${configfile} + xml + config + + + + + + + + + + + scm:git:ssh://git.opendaylight.org:29418/packetcable.git + scm:git:ssh://git.opendaylight.org:29418/packetcable.git + HEAD + https://git.opendaylight.org/gerrit/gitweb?p=packetcable.git;a=summary + + diff --git a/packetcable-policy-config/src/main/resources/80-packetcable.xml b/packetcable-policy-config/src/main/resources/80-packetcable.xml new file mode 100644 index 0000000..2057f96 --- /dev/null +++ b/packetcable-policy-config/src/main/resources/80-packetcable.xml @@ -0,0 +1,34 @@ + + + + + urn:opendaylight:params:xml:ns:yang:packetcable:packetcable-policy-server:impl?module=packetcable-policy-server-impl&revision=2014-01-31 + + + + + + + + prefix:packetcable-policy-server-impl + + packetcable-policy-server-default-impl + + binding:binding-async-data-broker + binding-data-broker + + + binding:binding-rpc-registry + binding-rpc-broker + + + + + + diff --git a/pom.xml b/pom.xml index 6686825..bf7dbae 100644 --- a/pom.xml +++ b/pom.xml @@ -43,6 +43,7 @@ packetcable-policy-model packetcable-policy-server + packetcable-policy-config scm:git:ssh://git.opendaylight.org:29418/packetcable.git