Bug 4296: Add config subsystem file with versions 10/37210/7
authorVratko Polak <vrpolak@cisco.com>
Wed, 25 May 2016 18:23:42 +0000 (20:23 +0200)
committerLuis Gomez <ecelgp@gmail.com>
Thu, 2 Jun 2016 16:48:31 +0000 (16:48 +0000)
commit28331958d3436204abdc9a0f834faf43bfb82238
tree6af65ac0dab7b275bc9cbff210498d89df882202
parent82e5bdacd97bca31d46e7f7f9e33140313b652b5
Bug 4296: Add config subsystem file with versions

This requires https://git.opendaylight.org/gerrit/39427

This adds new module "version" containing the new config file,
so far with distribution version and odlparent version.
It is installed as feature odl-distribution-version.

Also a separate features-distribution module is added,
its repo added to features-indes and feature to features-test.

It uses "config-parent" to publish the config file
together with Yang model for its data.

Binding-aware Java code is generated as well,
but it is not used for anything yet.
In the future, it may be used together with additional Java code
to write version data to datastore.

Change-Id: I41fe1b26c5c9873877f76de4f4e943d53be5feb0
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
features-distribution/pom.xml [new file with mode: 0644]
features-distribution/src/main/resources/features.xml [new file with mode: 0644]
features-index/pom.xml
features-index/src/main/resources/features.xml
features-test/src/main/resources/features.xml
pom.xml
version/pom.xml [new file with mode: 0644]
version/src/main/config/default-config.xml [new file with mode: 0644]
version/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/params/xml/ns/yang/integration/distribution/version/rev160316/OdlVersionModule.java [new file with mode: 0644]
version/src/main/yang/odl-distribution-version.yang [new file with mode: 0644]