cybergreen-net / pm

Tech project management repo (issue tracker only)
2 stars 1 forks source link

Choose an cloud infrastructure config option and use it #50

Closed rufuspollock closed 8 years ago

rufuspollock commented 8 years ago

I'd recommend terraform based on research and some (limited) experience.

https://www.terraform.io/

aaronkaplan commented 8 years ago

Whatever the choice is finally, please remember that a hard requirement is that any type of software we use MUST (as in RFC MUST) smoothly work locally (off-cloud).

Vagrant, Chef, Puppet would fulfill this requirement. No idea if terraform does that.

rufuspollock commented 8 years ago

@aaronkaplan terraform is specifically for setting up cloud infrastructure. Puppet, chef, ansible, salt etc are different: they are for configuring deployed machines (mainly). Terraform is built by people who built vagrant - but has a different purpose.

aaronkaplan commented 8 years ago

Mobile

On 30.09.2016, at 08:26, Rufus Pollock notifications@github.com wrote:

@aaronkaplan terraform is specifically for setting up cloud infrastructure. Puppet, chef, ansible, salt etc are different: they are for configuring deployed machines (mainly). Terraform is built by people who built vagrant - but has a different purpose.

Thx for the quick info. Reminder: everything MUST be able to be run non-cloud(ed) as well.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

rufuspollock commented 8 years ago

@aaronkaplan terraform is a tool for booting the cloud infrastructure. It would not be relevant for local install.

aaronkaplan commented 8 years ago

any news on this?

rufuspollock commented 8 years ago

DUPLICATE and FIXED. See https://github.com/cybergreen-net/infrastructure/issues/7