X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=openmanod.cfg;h=adc5b6231747b9ff69867e53e5464521c4f9e6dc;hb=b12711fda02f2bac40a2cc1adfb5a27675bbad61;hp=0540e1b67d206a637b57b641759e109ddf6b96ab;hpb=4dba7abed342277b08ebe1e903a9a87284c433ab;p=osm%2FRO.git diff --git a/openmanod.cfg b/openmanod.cfg index 0540e1b6..adc5b623 100644 --- a/openmanod.cfg +++ b/openmanod.cfg @@ -29,7 +29,7 @@ http_port: 9090 # General port (by default, 9090) # Not used in current version! #Parameters for a VIM console access. Can be directly the VIM URL or a proxy to offer the openmano IP address -#http_console_proxy: False #by default True. If False proxy is not implemented and VIM URL is offered. It is +http_console_proxy: False #by default True. If False proxy is not implemented and VIM URL is offered. It is #assumed then, that client can access directly to the VIMs #http_console_host: #by default the same as 'http_host'. However is openmano server is behind a NAT/proxy #you should specify the public IP used to access the server. Also when 'http_host' is @@ -44,28 +44,41 @@ db_host: localhost # by default localhost db_user: mano # DB user db_passwd: manopw # DB password db_name: mano_db # Name of the MANO DB +# Database ovim parameters +db_ovim_host: localhost # by default localhost +db_ovim_user: mano # DB user +db_ovim_passwd: manopw # DB password +db_ovim_name: mano_vim_db # Name of the OVIM MANO DB + #other MANO parameters # Folder where the VNF descriptors will be stored # The folder will be created in the execution folder if it does not exist -#vnf_repository: "./vnfrepo" # Use an absolute path to avoid misunderstandings +#vnf_repository: "./vnfrepo" # Use an absolute path to avoid misunderstandings +# Indicates if at VNF onboarding, flavors and images are loaded at all related VIMs, +# in order to speed up the later instantiation. +auto_push_VNF_to_VIMs: False # by default True -#logging parameters for internal file stororage +#general logging parameters #choose among: DEBUG, INFO, WARNING, ERROR, CRITICAL log_level: DEBUG #general log levels for internal logging #standard output is used unless 'log_file' is specify #log_file: /var/log/openmano/openmano.log -#individual loggin settings +#individual logging settings #log_level_db: DEBUG #database log levels -#log_file_db: /var/log/openmano/openmano_db.log +#log_file_db: /opt/openmano/logs/openmano_db.log #log_level_vim: DEBUG #VIM connection log levels -#log_file_vim: /var/log/openmano/openmano_vimconn.log +#log_file_vim: /opt/openmano/logs/openmano_vimconn.log #log_level_nfvo: DEBUG #Main engine log levels -#log_file_nfvo: /var/log/openmano/openmano_nfvo.log +#log_file_nfvo: /opt/openmano/logs/openmano_nfvo.log #log_level_http: DEBUG #Main engine log levels -#log_file_http: /var/log/openmano/openmano_http.log +#log_file_http: /opt/openmano/logs/openmano_http.log +#log_level_console: DEBUG #proxy console log levels +#log_file_console: /opt/openmano/logs/openmano_console.log +#log_level_ovim: DEBUG #ovim library log levels +#log_file_ovim: /opt/openmano/logs/openmano_ovim.log #Uncomment to send logs via IP to an external host #log_socket_host: localhost