cloudfoundry-attic / bosh-notes

Collection of proposals for BOSH
Apache License 2.0
51 stars 23 forks source link

Proposal: release properties validations (before deployment) #20

Closed allomov closed 8 years ago

allomov commented 8 years ago

Hey, all.

I've created this proposal for suggestion described here https://github.com/cloudfoundry/bosh-notes/issues/11. The main idea is to have possibility to provide BOSH releases with meta data, which will be stored on director side and returned by API request. This will allow to create validators on bosh_cli side, which can take place before deployment. At the same time it will give possibility to create other useful bosh_cli commands: for instance, you can list available properties and their descriptions for release, uploaded to bosh-director (no need to find spec file in sources), also it will help to find unused properties in deployment manifests.

@cppforlife @dpb587-pivotal @voelzmo what do you think on this case?

cfdreddbot commented 8 years ago

Hey allomov!

Thanks for submitting this pull request! I'm here to inform the recipients of the pull request that you and the commit authors have already signed the CLA.

allomov commented 8 years ago

The implementation is already planned and has another direction:

dkalinin [10:15 PM] @allomov: im in progress of writing up something related to that. short summary: i think it should be verified on the director