-
Notifications
You must be signed in to change notification settings - Fork 20
Add support for local registry #62
Add support for local registry #62
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
registry_image: "${local_registry.registry_image}" | ||
local_repo: "${local_registry.ocp_release_repo}" | ||
product_repo: "openshift-release-dev" | ||
release_name: "ocp-release" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Prajyot-Parab better have this as a variable? The way we had done this for PowerVS?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, that makes sense but then in ocp4-playbook
, we stick to this quay.io/openshift-release-dev/ocp-release
so won't really matter. If @pravin-dsilva Can try to parameterize it in ocp4-playbook
as well then we can make it a variable.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok then it makes sense.. but you think it is good to make it a user variables please open new PRs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure we can get this PR merged and as a next step, I will focus on converting whatever remains into variables inline with ocp4-playbook changes.
89b7b41
to
b39924f
Compare
Signed-off-by: Pravin Dsilva <pravin.d-silva@ibm.com>
b39924f
to
5cf6f80
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Signed-off-by: Pravin Dsilva pravin.d-silva@ibm.com