Fix bug 2354 to disable periodic checks of VM status in VIM 00/14300/2
authoruniyalna <uuniyal@indracompany.com>
Tue, 2 Apr 2024 08:27:34 +0000 (09:27 +0100)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Tue, 2 Apr 2024 12:10:09 +0000 (14:10 +0200)
Change-Id: Ic0e7e3e5eda9acf4cfcc8f25c8237ae838b53a7f
Signed-off-by: uniyalna <uuniyal@indracompany.com>
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
NG-RO/osm_ng_ro/ro.cfg
releasenotes/notes/fix_bug_2354-0cb17bc0bf6138eb.yaml [new file with mode: 0644]

index e232ad1..ad4060e 100644 (file)
@@ -64,7 +64,7 @@ task_relock_time: 15   # 30s before expiring lock time, it is re-locked again
 
 [period]
 # use env for OSMRO_PERIOD_XXX
-refresh_active: 60 # default 1 min
+refresh_active: -1 # disabling VM monitoring of VIMs by default
 refresh_build: 15 # default 15 seconds
 refresh_image: 3600 * 10
 refresh_error: 600
diff --git a/releasenotes/notes/fix_bug_2354-0cb17bc0bf6138eb.yaml b/releasenotes/notes/fix_bug_2354-0cb17bc0bf6138eb.yaml
new file mode 100644 (file)
index 0000000..e20aa0d
--- /dev/null
@@ -0,0 +1,22 @@
+#######################################################################################
+# Copyright ETSI Contributors and Others.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#    http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+# implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#######################################################################################
+---
+fixes:
+  - |
+    This fixes bug 2354, disabling by default the periodic check of VM
+    status for all VIMs.
+