ccakes / nomad-pgsql-patroni

Simple container for running Postgres HA on Nomad
The Unlicense
68 stars 12 forks source link

issues getting it running on nomad #2

Closed NegativeFeedback closed 3 years ago

NegativeFeedback commented 3 years ago

I could be missing something But when I run terraform plan with main.tf and job.hcl it has an issue with the template block formatting and I have not been able to figure that out.

also as a side note datacenters is typoed

ccakes commented 3 years ago

Hey - thanks for pointing that out! I've fixed the typos and updated the example config to be Nomad 1.x compatible in 176f4b8

There is a more complete example Patroni config in example-patroni.yml as well if that helps 👍

NegativeFeedback commented 3 years ago

awesome thanks appreciate it, have not been working with long enough to know there was a change in 1.x. still working on ceph setup to actually use but well attempt tonight with local storage to poc.