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

Fixes required for git-based installer runs #558

Merged
merged 2 commits into from
May 22, 2019

Conversation

stbenjam
Copy link
Member

@stbenjam stbenjam commented May 21, 2019

No description provided.

@stbenjam stbenjam changed the title Rename release image variable back to override Fixes required for git-based installer runs May 21, 2019
@stbenjam stbenjam added the CI check this PR with CI label May 21, 2019
@stbenjam stbenjam force-pushed the override branch 2 times, most recently from 01bce81 to 463b5ff Compare May 21, 2019 16:48
@openshift-metal3 openshift-metal3 deleted a comment from derekhiggins May 21, 2019
@openshift-metal3 openshift-metal3 deleted a comment from derekhiggins May 21, 2019
@derekhiggins
Copy link
Collaborator

Build FAILURE, see build http://10.8.144.11:8080/job/dev-tools/652/

@derekhiggins
Copy link
Collaborator

Build FAILURE, see build http://10.8.144.11:8080/job/dev-tools/653/

@derekhiggins
Copy link
Collaborator

Build FAILURE, see build http://10.8.144.11:8080/job/dev-tools/654/

@derekhiggins
Copy link
Collaborator

Build FAILURE, see build http://10.8.144.11:8080/job/dev-tools/655/

@derekhiggins
Copy link
Collaborator

Build FAILURE, see build http://10.8.144.11:8080/job/dev-tools/656/

@derekhiggins
Copy link
Collaborator

Build SUCCESS, see build http://10.8.144.11:8080/job/dev-tools/657/

06_create_cluster.sh Show resolved Hide resolved
ocp_install_env.sh Outdated Show resolved Hide resolved
@stbenjam stbenjam force-pushed the override branch 2 times, most recently from ddc29f5 to 6971726 Compare May 22, 2019 11:51
@derekhiggins
Copy link
Collaborator

Build SUCCESS, see build http://10.8.144.11:8080/job/dev-tools/660/

@stbenjam
Copy link
Member Author

Updated, ready for another look

@stbenjam stbenjam requested a review from russellb May 22, 2019 13:19
Copy link
Member

@russellb russellb left a comment

Choose a reason for hiding this comment

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

Thanks for the changes. I have one small request and one question

docs/developing-installer.md Outdated Show resolved Hide resolved
ocp_install_env.sh Show resolved Hide resolved
@stbenjam stbenjam requested a review from markmc May 22, 2019 13:24
@russellb russellb merged commit a7f6848 into openshift-metal3:master May 22, 2019
@stbenjam stbenjam deleted the override branch May 22, 2019 13:30
@derekhiggins
Copy link
Collaborator

Build FAILURE, see build http://10.8.144.11:8080/job/dev-tools/662/

@@ -1,6 +1,7 @@
eval "$(go env)"

export OPENSHIFT_INSTALL_DATA="$GOPATH/src/github.com/openshift-metalkube/kni-installer/data/data"
Copy link
Contributor

Choose a reason for hiding this comment

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

This has been unused for a while now

@markmc
Copy link
Contributor

markmc commented May 23, 2019

CI failure was:

+ git pull --no-edit https://github.com/stbenjam/dev-scripts override
fatal: Couldn't find remote ref override

You deleted your branch?

@markmc
Copy link
Contributor

markmc commented May 23, 2019

lgtm though

stbenjam added a commit to stbenjam/dev-scripts that referenced this pull request May 23, 2019
In openshift-metal3#558, I added the ability to run the installer from git, assuming
that CI would check out the repo to $GOPATH, but that was an incorrect
assumption, it gets checked out to $HOME. We need it in the list of
projects that gets moved to $GOPATH, if the path exists.

This does not affect the behavior of installation from release payloads
by default.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI check this PR with CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants