Re: Proposal for Incubation in the Extensions PMC: MultiApps
Hi Nikolay, Thanks for sharing the MultiApp proposal and contributing this work to the community.It seems MTA shares many objectives with the terraform providers for cloudfoundry [1], credhub [2] and uaa [3] previous shared in [4], such as Some objectives seem to differ though: - terraform isn't designed to orchestrate expressed sequences of operations (and rather relies on external orchestrators for this), - terraform isn't desired to monitoring state of resources once provisioned (e.g. starting/started/stopped/failed) nor displaying them to end-users The TF provider seems broader in scope since
in addition of the developer persona,
it also addresses the cf admin and cf operators personas (i.e. full parity with CF CLI, and plans for handling some bosh resource in the future [5]) Leveraging terraform core and its ecosystem has provided many built-in, features without extra effort, e.g.: - dry run - partial update - concurrent deployments - templating (through modules) - UI tooling (e.g. in intellij, atom) - local or remote state management - ability to combine multiple providers (e.g CF AR and CF CR)
- CI/CD integration (e.g. in concourse [6])
The TF provider contributors are now focussing towards having the provider join the list of official hashicorp providers [8], and has recently received some great SAP contributions [9]. You may reach out to the team on the terraform slack channel [7], we'd be happy to proceed with further exchanges around common and diverging use-cases. [1] https://github.com/mevansam/terraform-provider-cf [2] https://github.com/orange-cloudfoundry/terraform-provider-credhub/ [2b] https://github.com/orange-cloudfoundry/terraform-secure-backend [3] https://github.com/mevansam/terraform-provider-uaa [4] http://cf-dev.70369.x6.nabble.com/cf-dev-Terraform-for-CloudFoundry-td7969.html [5] https://docs.google.com/document/d/1d5XUPu08wLNTdCLYz-Fi--ogFZdtn3f_BcR-gzW6AXM/edit [6] https://github.com/ljfranklin/terraform-resource [7] https://cloudfoundry.slack.com/messages/C7JRBR8CV/ [8] https://github.com/mevansam/terraform-provider-cf/issues/38 On Tue, Mar 20, 2018 at 9:38 PM, Zach Robinson <zrobinson@...> wrote:
|
|