X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fcharm%2Fro%2Fconfig.yaml;h=31bf8cb0619f0eba4fb843f2932ba7669dc7e5d4;hb=refs%2Fchanges%2F91%2F12291%2F5;hp=8c5740a65f479678a3d89ed1c83d5d63df1edb30;hpb=cafe31e388357499765ddc3360b865800b612d7a;p=osm%2Fdevops.git diff --git a/installers/charm/ro/config.yaml b/installers/charm/ro/config.yaml index 8c5740a6..31bf8cb0 100644 --- a/installers/charm/ro/config.yaml +++ b/installers/charm/ro/config.yaml @@ -35,6 +35,15 @@ options: description: "Log Level" type: string default: "INFO" + 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 mysql_host: type: string description: MySQL Host (external database)