Updated documentation, moved some configuration parameters to the domino_conf.py...
[domino.git] / domino_conf.py
1 logfile = None
2 LOGLEVEL = 'DEBUG' #'WARNING' #ERROR, DEBUG, INFO
3
4 #Client Parameters
5 INTERACTIVE = 'FALSE'
6
7 CLIENT_UDID = 1
8 CLIENT_SEQNO = 0
9
10 DOMINO_SERVER_IP = 'localhost'
11 DOMINO_SERVER_PORT = 9090
12 DOMINO_CLI_PORT = 9100
13
14 UDID_DESIRED = 12467
15 LIST_SUPPORTED_TEMPLATES = ['tosca-nfv-v1.0']
16 DEFAULT_TOSCA_PUBFILE = './tosca-templates/tosca_helloworld_nfv.yaml'
17
18 #Server Parameters
19 SERVER_UDID = 0
20 TOSCADIR = './toscafiles/'
21 TOSCA_DEFAULT_FNAME = 'template1.yaml'
22 SERVER_DBFILE = 'dominoserver.db'