jeqo / hashi-confluent-platform

1 stars 3 forks source link

Interesting #1

Open OneCricketeer opened 4 years ago

OneCricketeer commented 4 years ago

I see you've used Vagrant+Ansible, so what would Terraform/Packer be for?

Vagrant can spin up cloud instances as well, or at least you could use Packer to build a Vagrant box with CP.

I have a fairly extensive project over here, if you want to combine efforts https://github.com/OneCricketeer/cp-ansible-vagrant/

jeqo commented 4 years ago

@OneCricketeer thanks for the feedback!

I see you've used Vagrant+Ansible, so what would Terraform/Packer be for?

Just for playing around :) Vagrant/Terraform have different contexts, so this is to gain experience with both tools. Packer is for image building instead of re-provisioning cp packages that are getting big. When working with weak network this reallly hit me hehe.

Will take a look at your project, cheers!