-
Notifications
You must be signed in to change notification settings - Fork 244
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
Search all possible components I can deploy #194
Comments
related to #94 |
I'll start looking into how the Service Catalog API can help us with this |
@jorgemoralespou so I just tried on OpenShift versions v3.7.1 and up on minishift, but service catalog is not running by default, unless started otherwise using We also need to list the imagestreams in openshift namespace, in addition to templates being provided by the service catalog. I think there are 2 ways we can do this,
Or,
WDYT? |
@containscafeine why do you want to list all ImageStreams in the openshfit namespace ( |
@marekjelen @gshipley, any opinion on this? @sspeiche is the catalog not going to be enabled by default? I thought we agreed to have it by default already. |
How do we get the builder images that we currently support with ocdev? |
you have to add an additional filter to it, you will get more than just s2i builder images if you list all |
@jorgemoralespou in general I think we should target service catalog, it's default in Ansible installer anyway ... the question is - in case it's not gonna be default in Just a spontaneous idea - should |
will start once #241 is merged |
The service-catalog is not on by default. It is unclear when it will be. The direction is looking like more and more things will be enabled, like via concepts like alm in tectonic, though not 100% if catalog fits in as something that gets. Having said that, I believe that in the next 3 months most hosted clusters would have it enabled. So for this effort, it would be good if ocdev could probe to the cluster to see if enabled and proceed accordingly |
ocdev as a tool for developers should be meant for clusters with the catalog enabled, where you can just use/deploy technology on a self service manner as a developer. I would maybe then:
I guess a) for now and c) in the future |
As a developer, I want to be able to list/search all possible components I can use with my application
Search has to be able to filter. (Possibly create another issue for this).
Subtask for #154
The text was updated successfully, but these errors were encountered: