-
Notifications
You must be signed in to change notification settings - Fork 216
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
Documentation lacking for airgapped envs #4254
Comments
Hi, Question 1 is answered with a sample in https://github.com/openshift/assisted-service/blob/master/docs/user-guide/cloud-with-mirror.md#create-discovery-ignition-patch-file |
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
Rotten issues close after 30d of inactivity. Reopen the issue by commenting /close |
@openshift-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
I am attempting to install OCP 4.10 .20i n an air gapped bm env using the standalone podman deployment instructions. I've successfully mirrored the OpenShift install images to my airgapped env as well as the AssistedI Installer images for running in podman.
The Makefile has the following which implies I will have to rebuild the image to add mirror registry support.$(or $ {MIRROR_REGISTRY_SUPPORT},False)
MIRROR_REG_CA_FILE = mirror_ca.crt.
REGISTRIES_FILE_PATH = registries.conf
MIRROR_REGISTRY_SUPPORT :=
I have some questions:
What is the format of the registries.conf file referred to above?
What modifications do I have to make to the configmap.yml file that I use to run the AI in podman . In particular what should these values be set to? RELEASE_IMAGES , PUBLIC_CONTAINER_REGISTRIES
Do I have to patch the install-config file via the AI API to add something like this ?
imageContentSources:
source: quay.io/openshift-release-dev/ocp-release
source: quay.io/openshift-release-dev/ocp-v4.0-art-dev
The text was updated successfully, but these errors were encountered: