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

introduce the 'user-custom' configset directory #82

Open
JaydenLiang opened this issue Sep 21, 2021 · 0 comments
Open

introduce the 'user-custom' configset directory #82

JaydenLiang opened this issue Sep 21, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@JaydenLiang
Copy link
Contributor

Scenario:
The project provides a set of pre-configured configset files by default for the initial deployment. However, in the real life, users should be able to adjust the initial deployment to meet their needs. To allow for the Autoscale project to maintain the pre-configured configset from version to version, we'd also like to extend the project beyond this point to provide the capability of user customization.

The idea is:
Autoscale will look for the 'user-custom' sub-directory within the configset location. If the 'user-custom' directory exists, all configset files inside it will be loaded.

This change should be implemented in the core level. Every platform-specific implement will inherit it without additional changes in the code.

@JaydenLiang JaydenLiang added the enhancement New feature or request label Sep 21, 2021
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

1 participant