Skip to content
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.

Per provider deployment parameters, instead of per provider inputs #9

Open
erikvdbergh opened this issue Sep 27, 2017 · 1 comment
Open

Comments

@erikvdbergh
Copy link

Something we are running into right now is that deployment parameters are often provider specific, but inputs are not.

At the moment, we can specify per provider inputs, but not per provider deployments parameters, whereas the other way around would be more useful.

IMO, inputs are things that change with each deployment, meaning after you have set up your cloud provider. Deployment parameters are specific to providers, but not to individual deployments. This also follows out of the fact that they are tied in with a cloud provider through a configuration.

This is especially important now that deployment parameters are validated at deployment time, which means I am including a lot of dummy variables for separate providers.

Cheers

@jadianes
Copy link
Contributor

jadianes commented Sep 27, 2017

Yes, we have an item in the backlog for that reported by @dvianello

"Each cloudProvider object in the manifest should support a cloud-dependent DeploymentParameters. This would help to reduce the clutter in each Deployment Parameter since:

  • we need to put all the variables (including the cloud-dependent ones) in the generic DeploymentParameters
  • we need to create Deployment Parameters in the UI that contain all the DeploymentParameters defined in the manifest, as the portal now is policing this."

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants