summaryrefslogtreecommitdiffstats
path: root/infra
diff options
context:
space:
mode:
Diffstat (limited to 'infra')
-rw-r--r--infra/impl/src/main/config/context-datatree-config.xml2
-rw-r--r--infra/impl/src/main/config/default-config.xml2
-rw-r--r--infra/impl/src/main/config/initializer-config.xml4
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>