Initial code drop of netconf protocol implementation
[controller.git] / opendaylight / distribution / opendaylight / src / main / resources / configuration / config.ini
index ac68652455ce02de50013d28a61d322831e7107c..4ad7cf184b3f021d0dff58fe07f027ca49503fb6 100644 (file)
@@ -13,6 +13,17 @@ osgi.bundles=\
     reference\:file\:../lib/jersey-json-1.17.jar@2:start,\
     reference\:file\:../lib/jersey-server-1.17.jar@2:start
 
+# Netconf startup configuration
+netconf.tcp.address=127.0.0.1
+netconf.tcp.port=8383
+
+#netconf.tls.address=127.0.0.1
+#netconf.tls.port=8384
+#netconf.tls.keystore=
+#netconf.tls.keystore.password=
+
+netconf.config.persister.storageAdapterClass=org.opendaylight.controller.netconf.persist.impl.NoOpStorageAdapter
+
 # Set Default start level for framework
 osgi.bundles.defaultStartLevel=4
 # Extra packages to import from the boot class loader