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

use openshift service catalog in cluster up #15316

Merged
merged 1 commit into from
Jul 21, 2017

Conversation

bparees
Copy link
Contributor

@bparees bparees commented Jul 18, 2017

fixes #15237

we'll now use the openshift distributed service catalog images, and we'll tie the SC image tag to the --version flag (or the oc server version if no --version is passed)

@bparees
Copy link
Contributor Author

bparees commented Jul 18, 2017

@bparees
Copy link
Contributor Author

bparees commented Jul 18, 2017

[test]

@@ -1033,8 +1033,13 @@ func (c *ClientStartConfig) InstallServiceCatalog(out io.Writer) error {
if len(publicMaster) == 0 {
publicMaster = c.ServerIP
}
tag := c.ImageVersion
if len(c.ImageVersion) == 0 {
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't think this condition would ever be true, given that if we don't get one in the command line we default to the one compiled with the oc binary. However, if it was ever true, you would have to prepend "v" to the version string you get below

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ok i'll just remove this, thanks.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

@openshift-bot
Copy link
Contributor

Evaluated for origin test up to 8c4ba94

@csrwng
Copy link
Contributor

csrwng commented Jul 19, 2017

LGTM

@bparees
Copy link
Contributor Author

bparees commented Jul 19, 2017

[merge]

@bparees
Copy link
Contributor Author

bparees commented Jul 20, 2017

flake #14897
[merge]

@bparees
Copy link
Contributor Author

bparees commented Jul 20, 2017

[merge]

@openshift openshift deleted a comment from openshift-bot Jul 20, 2017
@openshift-bot
Copy link
Contributor

continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_request_origin/3357/) (Base Commit: d784563) (PR Branch Commit: 8c4ba94)

@bparees
Copy link
Contributor Author

bparees commented Jul 21, 2017

flake #14385
[merge]

@openshift-bot
Copy link
Contributor

Evaluated for origin merge up to 8c4ba94

@openshift-bot
Copy link
Contributor

openshift-bot commented Jul 21, 2017

continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/merge_pull_request_origin/1335/) (Base Commit: 8833a3a) (PR Branch Commit: 8c4ba94) (Image: devenv-rhel7_6470)

@openshift-bot openshift-bot merged commit d5b13f7 into openshift:master Jul 21, 2017
@bparees bparees deleted the sc_version branch July 25, 2017 20:20
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.

oc cluster up --service-catalog=true uses canary service catalog images
3 participants