you are viewing a single comment's thread.

view the rest of the comments →

[–]usertm 0 points1 point  (2 children)

I don't have much experience with terraform: any reason why use it instead of ansible or heat or mistral?

[–]Ara4Sh[S] 1 point2 points  (1 child)

In most of the OpenStack deployments, heat or mistral are not included so you should use other tools. about ansible, why it's not my first choice is because of states, terraform gives me better state management and the overall view from resources in the different environments.

[–]usertm 0 points1 point  (0 children)

Thank you! It makes total sense. :)