Skip to content

Commit

Permalink
NO-ISSUE: Add support for assisted-service environment variable "ENAB…
Browse files Browse the repository at this point in the history
…LE_SOFT_TIMEOUTS" (#2397)
  • Loading branch information
ori-amizur authored Mar 12, 2024
1 parent 64dcf8c commit 4b69645
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/deploy_assisted_service.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export REGISTRY_SERVICE_HOST_PORT=5000
export ENABLE_HOST_RECLAIM=${RECLAIM_HOSTS:-false}
export OPENSHIFT_CI=${OPENSHIFT_CI:-false}
export ENABLE_SKIP_MCO_REBOOT=${ENABLE_SKIP_MCO_REBOOT:-true}
export ENABLE_SOFT_TIMEOUTS=${ENABLE_SOFT_TIMEOUTS:-false}


if [[ "${ENABLE_KUBE_API}" == "true" || "${DEPLOY_TARGET}" == "operator" ]]; then
Expand Down
1 change: 1 addition & 0 deletions skipper.env
Original file line number Diff line number Diff line change
Expand Up @@ -187,3 +187,4 @@ EXTERNAL_PLATFORM_NAME
EXTERNAL_CLOUD_CONTROLLER_MANAGER
HOST_INSTALLER_ARGS
ENABLE_SKIP_MCO_REBOOT
ENABLE_SOFT_TIMEOUTS
1 change: 1 addition & 0 deletions src/update_assisted_service_cm.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
("ENABLE_UPGRADE_AGENT", "true"),
("ENABLE_HOST_RECLAIM", ""),
("ENABLE_SKIP_MCO_REBOOT", ""),
("ENABLE_SOFT_TIMEOUTS", ""),
]
DEFAULT_MASTER_REQUIREMENTS = {
"cpu_cores": 4,
Expand Down

0 comments on commit 4b69645

Please sign in to comment.