fix: Create a local registry on the bastion host to install OCP cluster airgapped. #499
Open
AmadeusPodvratnik wants to merge 7 commits into
Open
fix: Create a local registry on the bastion host to install OCP cluster airgapped. #499AmadeusPodvratnik wants to merge 7 commits into
AmadeusPodvratnik wants to merge 7 commits into
Conversation
Signed-off-by: Amadeuds Podvratnik <pod@de.ibm.com>
Signed-off-by: Amadeuds Podvratnik <pod@de.ibm.com>
Signed-off-by: Amadeuds Podvratnik <pod@de.ibm.com>
Signed-off-by: Amadeuds Podvratnik <pod@de.ibm.com>
Signed-off-by: Amadeuds Podvratnik <pod@de.ibm.com>
Signed-off-by: Amadeuds Podvratnik <pod@de.ibm.com>
Collaborator
Author
|
Line to long checks will be fixed later ... will concentrate on the fqcn names |
5de9383 to
01fe8ab
Compare
Collaborator
Author
|
There are to much lint errors to be fixed at once ... will do it in a second round. |
b1e3923 to
df286ac
Compare
88574c4 to
f4561c0
Compare
f4561c0 to
b85d61e
Compare
b85d61e to
89411f8
Compare
Signed-off-by: Amadeuds Podvratnik <pod@de.ibm.com>
89411f8 to
f9f0c60
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is the implementation to create a local registry and install OCP from there.
This new playbook will replace the old playbooks. In addition the flag for disconnected.enabled is being pushed to all.yaml for better control (centralized).
Fix for issue: #498
This PR also contains some fixes and variables checks causing failures (not only in the context of disconnected).
Tested against 3 HA cluster (KVM) and 5 node cluster using NAT on a single KVM LPAR.
AI involved: Yes