JIRA DOMINO-23: Documentation update
[domino.git] / docs / release / configguide / featureconfig.rst
1 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
2 .. http://creativecommons.org/licenses/by/4.0
3 .. (c) 2017 OPNFV
4
5 Domino Configuration
6 ====================
7 Domino Server and Clients can be configured via (i) passing command line options
8 (see API documentation) and (ii) the configuration file "domino_conf.py" under the
9 main directory.
10
11 * The default file for logging is set as none and log level set as "WARNING".
12
13 Domino Server
14 -------------
15 * The default server unique user ID is set as 0 in the configuration file.
16
17 * The default TCP port for RPC calls is set as 9090 in the configuration file.
18
19 * The default database file for Domino Server is set as "dominoserver.db" under the main directory
20
21 * The default folder for keeping published TOSCA files and pushed parts is set as "toscafiles" in the configuration file via variable TOSCADIR.
22
23 * The default log level (WARNING) can be changed by passing the flags --log or -l followed by a log level, e.g., ERROR, WARNING, INFO, or DEBUG.
24
25 Domino Client
26 -------------
27 * The default mode of CLI is non-interactive (i.e., Domino CLI Utility is used). Passing --iac=TRUE would begin the client in interactive mode.
28
29 * The default log level (WARNING) can be changed by passing the flags --log or -l followed by a log level, e.g., ERROR, WARNING, INFO, or DEBUG.
30
31 * The default Domino Server IP is set as "localhost". This can be overwritten at the time of launching DominoClient via the option flags -i or --ipaddr followed by the IP address of the actual server hosting the Domino Server.
32
33 * The default Domino Client TCP port for RPC calls is set as 9091 in the configuration file. It can be overwritten when the DominoClient is launched by passing the flags --port or -p followed by the port number.
34
35 * The default folder for keeping preceived TOSCA files is set as "toscafiles" in the configuration file via variable TOSCA_RX_DIR.
36