-
Notifications
You must be signed in to change notification settings - Fork 55
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
Set up puppet deploy configs #1167
Comments
just about done this |
Is there any chance we could get something like Not strictly required, but if we're using puppet then I'd rather have this than almost anything :) |
I think I want to tackle the config stuff in docker, the puppet stuff is going away and I don't -think- we're going to need it for installing docker-related stuff. I was looking around at some approaches included maestro-ng (a more powerful looking docker-compose like tool) which uses templating to insert different blocks of config. that might be exactly what we need. really, what I'm after is saying something like: env = m14 production |
btw, actual vague plan for this (still investigating) is to use an orchestration tool like maestro-ng which supports templated config files. maestro-ng uses jinja2 templates, so you can create a base config block,and inherit/override that per-environment per-server. that would allow us to create a hierarchy of config templates without having to duplicate options and explicitly define them as we do now. |
I'm going to close this issue now as this task is done as far as magclassic is concerned. The larger config stuff we'll have to address later. |
No description provided.
The text was updated successfully, but these errors were encountered: