X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=openmanod.cfg;h=adc5b6231747b9ff69867e53e5464521c4f9e6dc;hb=b12711fda02f2bac40a2cc1adfb5a27675bbad61;hp=76e93d58652c6ce14bacb997d10ace0b8f78d9bb;hpb=1ae5134493bbe3d013ea61dbc3b53edc4c11b8a6;p=osm%2FRO.git diff --git a/openmanod.cfg b/openmanod.cfg index 76e93d58..adc5b623 100644 --- a/openmanod.cfg +++ b/openmanod.cfg @@ -44,12 +44,21 @@ 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 #general logging parameters #choose among: DEBUG, INFO, WARNING, ERROR, CRITICAL @@ -68,6 +77,8 @@ log_level: DEBUG #general log levels for internal logging #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