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

project: read cloud_provider from stack spec #67

Open
tormath1 opened this issue Dec 14, 2020 · 0 comments
Open

project: read cloud_provider from stack spec #67

tormath1 opened this issue Dec 14, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@tormath1
Copy link
Contributor

To keep a trace:

For the BE, we need to provide the --usecase and the --cloud-provider to the environment if we want to associate a cloud-provider to an environment.

From a naive approach, it looks like this:

cy project create --name my-project --usecase second --cloud-provider google ...

but my second provider defines a cloud_provider: aws so my final env will be associated to google.

The goal of this issue, is to be able to fetch the cloud_provider from the stack spec.

GET ​/organizations​/{organization_canonical}​/service_catalogs​/{service_catalog_ref}​/config

can be a good entrypoint for the implementation

@tormath1 tormath1 added the enhancement New feature or request label Dec 14, 2020
@fhacloid fhacloid self-assigned this Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants