From 0cc0958fce695cf2de33e019fea71f34ab9dec0b Mon Sep 17 00:00:00 2001 From: Dan Radez Date: Tue, 19 Nov 2024 10:54:48 -0500 Subject: [PATCH] Specify Podman as the deploy type for the bastion AI container example podman configmap: https://github.com/openshift/assisted-service/blob/master/deploy/podman/configmap.yml --- .../bastion-assisted-installer/templates/onprem-environment.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/roles/bastion-assisted-installer/templates/onprem-environment.j2 b/ansible/roles/bastion-assisted-installer/templates/onprem-environment.j2 index 00898ca7..33f08028 100644 --- a/ansible/roles/bastion-assisted-installer/templates/onprem-environment.j2 +++ b/ansible/roles/bastion-assisted-installer/templates/onprem-environment.j2 @@ -12,6 +12,7 @@ ASSISTED_SERVICE_HOST={{ assisted_installer_host }}:{{ assisted_installer_port } IMAGE_SERVICE_BASE_URL=http://{{ assisted_installer_host }}:{{ assisted_image_service_port }} LISTEN_PORT={{ assisted_image_service_port }} DEPLOY_TARGET=onprem +DEPLOY_TYPE="Podman" STORAGE=filesystem DUMMY_IGNITION=false