diff options
author | Jan Srnicek <jsrnicek@cisco.com> | 2016-08-08 15:04:36 +0200 |
---|---|---|
committer | Maros Marsalek <mmarsale@cisco.com> | 2016-08-09 10:04:56 +0000 |
commit | 5ba06819709843af03bcce269460d4cc40947539 (patch) | |
tree | a01e37ab02a57f94bc5822c7b5e49b44b78a098e /infra | |
parent | 60b37b82244c5c296735026e3ac0a3f761281574 (diff) |
HONEYCOMB-85 - HC persistence clearing with karaf clean
Change-Id: Icd75bd026f6976361aedfdfdc5849270b9c0d2cf
Signed-off-by: Jan Srnicek <jsrnicek@cisco.com>
Diffstat (limited to 'infra')
-rw-r--r-- | infra/impl/src/main/config/context-datatree-config.xml | 2 | ||||
-rw-r--r-- | infra/impl/src/main/config/default-config.xml | 2 | ||||
-rw-r--r-- | infra/impl/src/main/config/initializer-config.xml | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/infra/impl/src/main/config/context-datatree-config.xml b/infra/impl/src/main/config/context-datatree-config.xml index 4d43a40cf..d3d694dc2 100644 --- a/infra/impl/src/main/config/context-datatree-config.xml +++ b/infra/impl/src/main/config/context-datatree-config.xml @@ -55,7 +55,7 @@ <type xmlns:dom="urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom">dom:schema-service</type> <name>yang-schema-service</name> </schema-service> - <persist-file-path>etc/opendaylight/honeycomb/context.json</persist-file-path> + <persist-file-path>data/persistence/honeycomb/context.json</persist-file-path> </module> <!-- DOM Data Broker for context data --> diff --git a/infra/impl/src/main/config/default-config.xml b/infra/impl/src/main/config/default-config.xml index 9e63917cd..14ff4ae87 100644 --- a/infra/impl/src/main/config/default-config.xml +++ b/infra/impl/src/main/config/default-config.xml @@ -59,7 +59,7 @@ <type xmlns:dom="urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom">dom:schema-service</type> <name>yang-schema-service</name> </schema-service> - <persist-file-path>etc/opendaylight/honeycomb/config.json</persist-file-path> + <persist-file-path>data/persistence/honeycomb/config.json</persist-file-path> </module> diff --git a/infra/impl/src/main/config/initializer-config.xml b/infra/impl/src/main/config/initializer-config.xml index 0b87e42dc..5265ed0d2 100644 --- a/infra/impl/src/main/config/initializer-config.xml +++ b/infra/impl/src/main/config/initializer-config.xml @@ -102,7 +102,7 @@ <type xmlns:dom="urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom">dom:schema-service</type> <name>yang-schema-service</name> </schema-service> - <persist-file-path>etc/opendaylight/honeycomb/context.json</persist-file-path> + <persist-file-path>data/persistence/honeycomb/context.json</persist-file-path> <restoration-type>merge</restoration-type> <datastore-type>oper</datastore-type> </module> @@ -117,7 +117,7 @@ <type xmlns:dom="urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom">dom:schema-service</type> <name>yang-schema-service</name> </schema-service> - <persist-file-path>etc/opendaylight/honeycomb/config.json</persist-file-path> + <persist-file-path>data/persistence/honeycomb/config.json</persist-file-path> <restoration-type>merge</restoration-type> <datastore-type>config</datastore-type> </module> |