Skip to content
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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

stevemul
Copy link
Contributor

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.

@stevemul stevemul marked this pull request as ready for review February 26, 2021 11:29
@stevemul
Copy link
Contributor Author

Updated the README to cover the docs on the newer version. Ready for review.

@stevemul stevemul requested a review from a team February 26, 2021 11:30
- name: wait-for-api
params:
- name: SCRIPT
value: while ! curl https://api.openshift-demo.cor00005-2.cna.ukcloud.uk:6443
Copy link
Contributor

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?

Copy link
Contributor Author

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
Copy link
Contributor

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?

Copy link
Contributor

@andrew-garner andrew-garner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comments added

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants