AgPipeline / openstack-terraform-nomad

Set up a Nomad cluster on OpenStack using Terraform
MIT License
6 stars 4 forks source link

Create VMs for UA Pipeline #1

Closed julianpistorius closed 5 years ago

julianpistorius commented 5 years ago

Fixes https://github.com/az-digitalag/organization/issues/41

julianpistorius commented 5 years ago

@nathanhruby - Does this look OK?

nathanhruby commented 5 years ago

Hey this looks good, if this is a common pattern you may want to make a module for the network+bastion+security+user work so it can be easily reused.

You should consider using a backend with remote state capability, possibly one that supports workspaces, so your laptop isn't the central hub for infrastructure work. This will enable teams to collaborate as well as house your statefile someplace safe. Terraform Cloud offers this for free if you don't have a suitable backend available.

robkooper commented 5 years ago

We use https://www.mongodb.com/products/ops-manager for backups for mongo (requires a VM with diskspace) as well as https://www.pgbarman.org/ for backing up postgres database.

julianpistorius commented 5 years ago

We use https://www.mongodb.com/products/ops-manager for backups for mongo (requires a VM with diskspace) as well as https://www.pgbarman.org/ for backing up postgres database.

Addressed:

julianpistorius commented 5 years ago

Closing in favor of upcoming Nomad PR.