summaryrefslogtreecommitdiffstats
path: root/domino_conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'domino_conf.py')
-rw-r--r--domino_conf.py18
1 files changed, 18 insertions, 0 deletions
diff --git a/domino_conf.py b/domino_conf.py
new file mode 100644
index 0000000..3ce442b
--- /dev/null
+++ b/domino_conf.py
@@ -0,0 +1,18 @@
+logfile = None
+
+#Client Parameters
+CLIENT_UDID = 1
+CLIENT_SEQNO = 0
+
+DOMINO_SERVER_IP = 'localhost'
+DOMINO_SERVER_PORT = 9090
+
+UDID_DESIRED = 12467
+LIST_SUPPORTED_TEMPLATES = ['tosca-nfv-v1.0']
+DEFAULT_TOSCA_PUBFILE = './tosca-templates/tosca_helloworld_nfv.yaml'
+
+#Server Parameters
+SERVER_UDID = 0
+TOSCADIR = './toscafiles/'
+TOSCA_DEFAULT_FNAME = 'template1.yaml'
+SERVER_DBFILE = 'dominoserver.json'