Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MGMT-19248: Set OPENSHIFT_AI_REQUIRE_GPU to false #2581

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions scripts/deploy_assisted_service.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ export OS_IMAGES=${OS_IMAGES:-}
export ASSISTED_SERVICE_DATA_BASE_PATH="./assisted-service/data"
export RELEASE_IMAGES_PATH="${ASSISTED_SERVICE_DATA_BASE_PATH}/default_release_images.json"
export OS_IMAGES_PATH="${ASSISTED_SERVICE_DATA_BASE_PATH}/default_os_images.json"
export OPENSHIFT_AI_REQUIRE_GPU=${OPENSHIFT_AI_REQUIRE_GPU:-false}

if [ -n "${IMAGES_FLAVOR}" ]; then
RELEASE_IMAGES_PATH="${ASSISTED_SERVICE_DATA_BASE_PATH}/default_${IMAGES_FLAVOR}_release_images.json"
Expand Down
1 change: 1 addition & 0 deletions skipper.env
Original file line number Diff line number Diff line change
Expand Up @@ -201,4 +201,5 @@ OCM_CLI_REFRESH_TOKEN
SECOND_OCM_CLI_REFRESH_TOKEN
OS_IMAGES_PATH
RELEASE_IMAGES_PATH
OPENSHIFT_AI_REQUIRE_GPU

1 change: 1 addition & 0 deletions src/update_assisted_service_cm.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
("ENABLE_SOFT_TIMEOUTS", ""),
("OCM_SELF_TOKEN", ""),
("ACKNOWLEDGE_DEPRECATED_OCM_SELF_TOKEN", ""),
("OPENSHIFT_AI_REQUIRE_GPU", ""),
]
DEFAULT_MASTER_REQUIREMENTS = {
"cpu_cores": 4,
Expand Down