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

Implement an inventory system #4

Open
taharah opened this issue Sep 12, 2019 · 2 comments
Open

Implement an inventory system #4

taharah opened this issue Sep 12, 2019 · 2 comments
Labels
enhancement New feature or request help-welcome

Comments

@taharah
Copy link

taharah commented Sep 12, 2019

Implement an inventory system to allow static data to be resolved from a set of files and/or directories something similar to deepmind/kapitan.

@cxuu
Copy link
Contributor

cxuu commented Sep 13, 2019

It seems this concept of inventory can be achieved with the load() command and conditional statements within def install(ctx). If not, do you mind sharing a specific example?

@cxuu cxuu added enhancement New feature or request help-welcome labels Sep 13, 2019
@taharah
Copy link
Author

taharah commented Sep 22, 2019

One of the things I have been wanting for Kubernetes is the ability to manage complex application deployments in a manner that is similar to how I can manage systems with configuration management tools. Each configuration management tool has their own implementation of an inventory, which can be referenced in order to allow the code to be DRY and dynamic for each particular environment or application stack. Something similar for this tool should help me get closer to realizing that goal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help-welcome
Development

No branches or pull requests

2 participants