Increase time_for_readiness to 2 minutes in 45-osm-health based on empirical assessment 50/15250/1
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Thu, 19 Jun 2025 08:09:16 +0000 (10:09 +0200)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Thu, 19 Jun 2025 08:09:30 +0000 (10:09 +0200)
Change-Id: I0a19a448d55be99eab484138fcce1e9d1ef330e0
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
installers/45-osm-health.sh

index c5d9cd8..fbdbe5a 100755 (executable)
@@ -23,7 +23,7 @@ export KUBECONFIG="${OSM_HOME_DIR}/clusters/kubeconfig-osm.yaml"
 
 # Default values
 sampling_period=5       # seconds
-time_for_readiness=1    # minutes ready
+time_for_readiness=2    # minutes ready
 time_for_failure=7      # minutes broken
 
 oks_threshold=$((time_for_readiness*60/${sampling_period}))     # No. ok samples to declare the system ready