Initial commit of the O1 simulator framework.
[sim/o1-interface.git] / ntsimulator / scripts / configuration.json
diff --git a/ntsimulator/scripts/configuration.json b/ntsimulator/scripts/configuration.json
new file mode 100644 (file)
index 0000000..7587cad
--- /dev/null
@@ -0,0 +1,17 @@
+{
+       "notification-config":  {
+               "fault-notification-delay-period":      0,
+               "ves-heartbeat-period": 0,
+               "is-netconf-available": true,
+               "is-ves-available":     true
+       },
+       "ves-endpoint-details": {
+               "ves-endpoint-ip":      "172.17.0.1",
+               "ves-endpoint-port":    30007,
+               "ves-endpoint-auth-method":     "no-auth",
+               "ves-endpoint-username":        "",
+               "ves-endpoint-password":        "",
+               "ves-endpoint-certificate":     "",
+               "ves-registration":     false
+       }
+}
\ No newline at end of file