-
Notifications
You must be signed in to change notification settings - Fork 0
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
adding new versions of the ipi pipeline, and associated tasks #6
base: main
Are you sure you want to change the base?
Conversation
Updated the README to cover the docs on the newer version. Ready for review. |
- name: wait-for-api | ||
params: | ||
- name: SCRIPT | ||
value: while ! curl https://api.openshift-demo.cor00005-2.cna.ukcloud.uk:6443 |
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.
Should this hard-coded url be a parameter instead?
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.
Probably a parameter - good point
- name: wait-for-operator | ||
image: $(params.IMAGE) | ||
script: | | ||
export KUBECONFIG=$(workspaces.persistent.path)/auth/kubeconfig |
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.
Could we use the env parameter to define this instead of having it in the script?
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.
Comments added
A little bit rough - but it deploys a working cluster given the appropriate inputs and pre-reqs.
To-do: Usage guidance and list of pre-requisites.