Skip to content
Snippets Groups Projects
Commit 7fd02bd1 authored by Navdeep Uniyal's avatar Navdeep Uniyal Committed by garciadeblas
Browse files

Fix bug 2354 to disable periodic checks of VM status in VIM


Change-Id: Ic0e7e3e5eda9acf4cfcc8f25c8237ae838b53a7f
Signed-off-by: default avataruniyalna <uuniyal@indracompany.com>
Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
parent 8c894742
No related branches found
No related tags found
No related merge requests found
Pipeline #14799 passed with warnings with stage
......@@ -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
......
#######################################################################################
# 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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment