converge
converge copied to clipboard
A powerful and easy-to-use configuration management system.
We need an effective way to visualize conditionals. In `0.3.0` the graphed conditionals showed expanded macros with long names. We'd like to update this in some way so that it's...
it should be possible to optionally re-pull an image with the same tag `force = true`
docker.container should have more support for various run options. Some examples of things it is missing: - [ ] labels - [ ] resource constraints (cpu, mem, etc.) - [...
It would be nice to drive modules with data only. For example, if we had a users.json file that matched the user fields like: ``` { "alice": { "uid": 100,...
when converge starts a task, there is no visual indication that it is running other than the STARTED log message. This is not ideal for long-running tasks like updating yum...
Converge should be able to create an application bundle by loading modules and rewriting their sources to be relative to one another, then bundling them all in a gzipped tar...
This issue exists to capture community feedback regarding the proposed syntax and semantic changes relating to modules as documented in: https://github.com/asteris-llc/converge/wiki/ConvergeHCL-ProposedChanges
I've painted myself into a corner on the V1 RPC API. Notably, it sprawled to many different services and structs and isn't at all well architected. The server itself is...
When we call a module, it looks like this: ```hcl module "x.hcl" "foo" {} ``` We refer to this subgraph as `module.foo`. This works! But there's more we could do...