X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=openmanod.cfg;h=ebcee2b615d44378bc8483d118d81687ee1ab5a9;hb=0a3fc475690c26c63fb61269315dc17e05584b55;hp=2d2a9cc68a84cf9c3580ea4802c51c287e72d7f3;hpb=00bdd8b2ba28833a250cbb86170039b393251c36;p=osm%2FRO.git diff --git a/openmanod.cfg b/openmanod.cfg index 2d2a9cc6..ebcee2b6 100644 --- a/openmanod.cfg +++ b/openmanod.cfg @@ -48,8 +48,11 @@ db_name: mano_db # Name of the 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 @@ -63,9 +66,11 @@ log_level: DEBUG #general log levels for internal logging #log_level_vim: DEBUG #VIM connection log levels #log_file_vim: /opt/openmano/logs/openmano_vimconn.log #log_level_nfvo: DEBUG #Main engine log levels -#log_file_nfvo: /opt/openmano/logs/openmano_nfvo.log +#log_file_nfvo: /opt/openmano/logs/openmano_nfvo.log #log_level_http: DEBUG #Main engine log levels -#log_file_http: /opt/openmano/logs/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 #Uncomment to send logs via IP to an external host #log_socket_host: localhost