Merge "Change pod rollout timeout for K8s root CA change"

This commit is contained in:
Zuul 2023-03-01 14:53:51 +00:00 committed by Gerrit Code Review
commit 39238b4467
2 changed files with 3 additions and 3 deletions

View File

@ -28,8 +28,8 @@ from nfv_plugins.nfvi_plugins.openstack.objects import OPENSTACK_SERVICE
DLOG = debug.debug_get_logger('nfv_plugins.nfvi_plugins.infrastructure_api')
# Allow 600 seconds to determine if a kube rootca host update has stalled
MAX_KUBE_ROOTCA_HOST_UPDATE_DURATION = 600
# Allow 3600 seconds to determine if a kube rootca host update has stalled
MAX_KUBE_ROOTCA_HOST_UPDATE_DURATION = 3600
def host_state(host_uuid, host_name, host_personality, host_sub_functions,

View File

@ -3358,7 +3358,7 @@ class AbstractKubeRootcaUpdatePodsStep(AbstractKubeRootcaUpdateStep):
in_progress_state,
fail_state,
phase,
timeout_in_secs=600):
timeout_in_secs=3600):
super(AbstractKubeRootcaUpdatePodsStep, self).__init__(
step_name,
success_state,