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

UC 9: As a developer, I want to list all possible configurations of components I can deploy and their meaning #154

Closed
2 tasks done
jorgemoralespou opened this issue Mar 5, 2018 · 3 comments
Labels
kind/epic An issue categorized as a high-level Epic. Needs to be scoped and broken down in 1+ stories/tasks priority/Low Nice to have issue. It's not immediately on the project roadmap to get it done.

Comments

@jorgemoralespou
Copy link
Contributor

jorgemoralespou commented Mar 5, 2018

As a developer, I want to be able to list all possible components and their configurations and I want to be able to understand what those configurations entail.

$ ocd catalog search [postgres] [--type=database|java|whatever] 
The following items were found:
(postgresql) PostgreSQL
(postgresql-10.0) PostgreSQL-10.0
(crunchydb) CrunchyDB Clustered (PostgreSQL 9.5)

$ ocd catalog describe postgresql-10.0
Possible options are:
(optional) memory=(auto-generated if empty)
(optional) password=(auto-generated if empty)
(required) persistent=(true/false)
(optional) storage-size=

Add with the -p flag to set settings

$ ocd create postgresql-10.0 -p username=dbuser -p password=dbpassword -p persistent=true -p storage-size=10gb

Tasks:

@slemeur
Copy link

slemeur commented Mar 7, 2018

For this use case, we should be relying on the service catalog APIs.

Decompose this epic into sub-issues and add the sub-issues into the milestone-mvp.

@kadel @containscafeine : Could you please create the sub-issues for that particular use case.

@slemeur slemeur added this to the Milestone-MVP milestone Mar 7, 2018
@kadel kadel added the kind/epic An issue categorized as a high-level Epic. Needs to be scoped and broken down in 1+ stories/tasks label Mar 7, 2018
@kadel kadel removed this from the Milestone-MVP milestone Mar 7, 2018
@cdrage cdrage added the priority/Low Nice to have issue. It's not immediately on the project roadmap to get it done. label Sep 5, 2018
@kadel
Copy link
Member

kadel commented Dec 11, 2019

all done
/close

@openshift-ci-robot
Copy link
Collaborator

@kadel: Closing this issue.

In response to this:

all done
/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/epic An issue categorized as a high-level Epic. Needs to be scoped and broken down in 1+ stories/tasks priority/Low Nice to have issue. It's not immediately on the project roadmap to get it done.
Projects
None yet
Development

No branches or pull requests

5 participants