Decouple config and netconf subsystems.
[controller.git] / opendaylight / config / config-persister-impl / src / test / resources / test2.properties
diff --git a/opendaylight/config/config-persister-impl/src/test/resources/test2.properties b/opendaylight/config/config-persister-impl/src/test/resources/test2.properties
new file mode 100644 (file)
index 0000000..729c67d
--- /dev/null
@@ -0,0 +1,9 @@
+netconf.config.persister.active=2
+# read startup configuration
+netconf.config.persister.1.storageAdapterClass=org.opendaylight.controller.config.persist.storage.directory.xml.XmlDirectoryStorageAdapter
+netconf.config.persister.1.properties.directoryStorage=target/configuration/initial/
+netconf.config.persister.1.readonly=true
+
+netconf.config.persister.2.storageAdapterClass=org.opendaylight.controller.config.persist.storage.file.xml.XmlFileStorageAdapter
+netconf.config.persister.2.properties.fileStorage=target/configuration/current/controller.config.2.txt
+netconf.config.persister.2.properties.numberOfBackups=3