converge icon indicating copy to clipboard operation
converge copied to clipboard

A powerful and easy-to-use configuration management system.

Results 101 converge issues
Sort by recently updated
recently updated
newest added

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...

enhancement

it should be possible to optionally re-pull an image with the same tag `force = true`

enhancement

docker.container should have more support for various run options. Some examples of things it is missing: - [ ] labels - [ ] resource constraints (cpu, mem, etc.) - [...

enhancement

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,...

enhancement
i-want-a-pony

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...

enhancement
i-want-a-pony

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...

enhancement
i-want-a-pony

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-want-a-pony

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...

enhancement
i-want-a-pony

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...

i-want-a-pony