-
Notifications
You must be signed in to change notification settings - Fork 51
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
How to run the automation in a disconnected environment #89
Comments
@bpradipt If the bastion has a public network access the present approach won't be a issue. If not, then I believe there will be additional things to be taken care of specifically with helpernode playbook. ocp4-playbook doesn't have any hard dependencies on the public network so it should be fine in my opinion. @arcprabh Did you try something similar on PVC? (for your last disconnected setup) |
@Prajyot-Parab yeah, the assumption is bastion also doesn't have internet access (either direct or via proxy). |
Full experience in isolated network is possible using an external proxy server. That is completed and tested. On disconnected install where proxy server is not used yes these playbooks could be the problem. There can be 2 ways to solve this:
Assumption is that there is an enterprise registry in place with ocp images mirrored which the cluster nodes or bastion has access to. |
@Prajyot-Parab - In my previous attempt with disconnected env, bastion had public and private ip configured and the rest of the VMs were only on private network. |
The current code pulls the following dependencies as part of execution - ocp4-helpernode, ocp4-playbooks.
Can there be a way to download the dependencies in advance and using it ?
The text was updated successfully, but these errors were encountered: