jamierajewski/illume-v2

Create build scripts

Closed this issue · 2 comments

Add some build scripts to the root of the repo:

  • Build images with CLI to pick which, with an option to build all
  • Deploy Terraform?
  • Script to collect IP's of all instances and create an SSH config for cluster-wide access

Relevant commits:

After considering things, it doesn't make sense to have a Terraform script since it is just a single command (terraform apply and terraform destroy), and for Packer, there is a dependency hierarchy which makes any kind of build script a bit of a nightmare to create. Will close the issue now that the SSH config generator is there.