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

Split deployment map into sub files #78

Closed
triha74 opened this issue Jun 26, 2019 · 1 comment · Fixed by #83
Closed

Split deployment map into sub files #78

triha74 opened this issue Jun 26, 2019 · 1 comment · Fixed by #83
Labels
enhancement New feature or request
Milestone

Comments

@triha74
Copy link
Contributor

triha74 commented Jun 26, 2019

One single file for the deployment map has several issues.

  1. Single point of failure. All teams and developers push to the same yml config file. This is fragile as a single malformed entry in the yml can break the pipeline creation for all teams and introduces cross team blocker situations.

  2. Hard to automate adding new repositories and pipelines. Ultimately I would like to see a single click creation of git repo and pipeline. If each app could have its own deployment_map file then this would be much easier to script.

@bundyfx bundyfx added the enhancement New feature or request label Jun 26, 2019
@bundyfx bundyfx added this to the 1.1.0 milestone Jun 27, 2019
@bundyfx
Copy link
Contributor

bundyfx commented Jun 28, 2019

Resolved by #79
Thank you!

@bundyfx bundyfx closed this as completed Jun 28, 2019
@bundyfx bundyfx mentioned this issue Jun 29, 2019
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

Successfully merging a pull request may close this issue.

2 participants