aboutsummaryrefslogtreecommitdiffstats
path: root/docs/installationprocedure/featureconfig.rst
diff options
context:
space:
mode:
authorUlas Kozat <ulas.kozat@gmail.com>2017-02-16 11:17:14 -0800
committerUlas Kozat <ulas.kozat@gmail.com>2017-02-20 10:24:49 -0800
commit735b8680ee2e546bbaceb9ffb4ae8db043779516 (patch)
tree4175645f5f8b1c28f14f6df3c2d6310240ded644 /docs/installationprocedure/featureconfig.rst
parent1d3f16e59458942b4112878d6020b6303296dcec (diff)
JIRA DOMINO-23
new directory structure new API description split documents Change-Id: Iedffd5266c19f9713930011ef8fde7e55fd3ae66 Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
Diffstat (limited to 'docs/installationprocedure/featureconfig.rst')
-rw-r--r--docs/installationprocedure/featureconfig.rst40
1 files changed, 0 insertions, 40 deletions
diff --git a/docs/installationprocedure/featureconfig.rst b/docs/installationprocedure/featureconfig.rst
deleted file mode 100644
index 5364dbe..0000000
--- a/docs/installationprocedure/featureconfig.rst
+++ /dev/null
@@ -1,40 +0,0 @@
-.. This work is licensed under a Creative Commons Attribution 4.0 International License.
-.. http://creativecommons.org/licenses/by/4.0
-
-.. image:: ../etc/opnfv-logo.png
- :height: 40
- :width: 200
- :alt: OPNFV
- :align: left
-.. these two pipes are to seperate the logo from the first title
-|
-|
-Domino Configuration
-====================
-Domino Server and Clients can be configured via (i) passing command line options
-(see API documentation) and (ii) the configuration file "domino_conf.py" under the
-main directory.
-
-* The default file for logging is set as none and log level set as "WARNING".
-
-Domino Server
--------------
-* The default server unique user ID is set as 0 in the configuration file.
-
-* The default TCP port for RPC calls is set as 9090 in the configuration file.
-
-* The default database file for Domino Server is set as "dominoserver.db" under the main directory
-
-* The default folder for keeping published TOSCA files and pushed parts is set as "toscafiles" in the configuration file via variable TOSCADIR.
-
-Domino Client
--------------
-* The default mode of CLI is non-interactive (i.e., Domino CLI Utility is used). This can be changed when the DominoClient is launched by passing the flags --log or -l followed by the
-log level choice from the set {ERROR, WARNING, INFO, DEBUG} (not case sensitive). This overwrites the log level default specified in the configuration file.
-
-* 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.
-
-* 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.
-
-* The default folder for keeping preceived TOSCA files is set as "toscafiles" in the configuration file via variable TOSCA_RX_DIR.
-