Configurable update-strategy for clusteredAppConfig 86/44386/6
authorVishal Thapar <vishal.thapar@ericsson.com>
Fri, 19 Aug 2016 10:00:43 +0000 (15:30 +0530)
committerTom Pantelis <tpanteli@brocade.com>
Fri, 7 Oct 2016 03:14:06 +0000 (03:14 +0000)
commitcab1d5845cb951fe31a3243653ed567583dc73c1
tree9433a5e088e10a56f88481f446009185f754bafd
parentc9943f5bc72d4cde9356d3bd4cf73d36f4b2f754
Configurable update-strategy for clusteredAppConfig

Any change to application's config data results in restart of the
blueprint container. This change adds an attribute that allows different
applications to disable this restart.

Attribute added: update-strategy
Values: reload, none.
Default: reload

Change-Id: Ie0c7501f8b5c84970a46ca8f02d7f77caf913a0a
Signed-off-by: Vishal Thapar <vishal.thapar@ericsson.com>
opendaylight/blueprint/src/main/java/org/opendaylight/controller/blueprint/ext/DataStoreAppConfigMetadata.java
opendaylight/blueprint/src/main/java/org/opendaylight/controller/blueprint/ext/OpendaylightNamespaceHandler.java
opendaylight/blueprint/src/main/java/org/opendaylight/controller/blueprint/ext/UpdateStrategy.java [new file with mode: 0644]
opendaylight/blueprint/src/main/resources/opendaylight-blueprint-ext-1.0.0.xsd