X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fcharm%2Fosm-ro%2Fconfig.yaml;h=036eecd4d6e3c99e11b2bdd23ab68ef888b821ba;hb=5478dd84ac1982c969a812f164e6e907701508f0;hp=9638a77406aeebcc8000a4bf20c6782e0432ce6d;hpb=ffab0f160cc41788046aa1320f0c4f37ad60f32e;p=osm%2Fdevops.git diff --git a/installers/charm/osm-ro/config.yaml b/installers/charm/osm-ro/config.yaml index 9638a774..036eecd4 100644 --- a/installers/charm/osm-ro/config.yaml +++ b/installers/charm/osm-ro/config.yaml @@ -90,4 +90,14 @@ options: $ git clone "https://osm.etsi.org/gerrit/osm/common" /home/ubuntu/common $ juju config ro common-hostpath=/home/ubuntu/common - This configuration only applies if option `debug-mode` is set to true. + This configuration only applies if option `debug-mode` is set to true. + + period_refresh_active: + type: int + description: | + Updates the VNF status from VIM for every given period of time seconds. + Values equal or greater than 60 is allowed. + Disable the updates from VIM by setting -1. + Example: + $ juju config ro period_refresh_active=-1 + $ juju config ro period_refresh_active=100