mesosphere-backup / terraform-dcos

DC/OS Terraform Installation and Upgrading Scripts
Apache License 2.0
62 stars 64 forks source link

Support OpenStack #28

Open mikehwang opened 6 years ago

mikehwang commented 6 years ago

I already have a work-in-progress repo and wish to merge my work into this repo. I will try to model my terraform work to line up with the terraform work here. I would like to know if there is a minimum in terms of features/expectations/requirements before I should even attempt to PR? I would like to make iterative contributions rather than one giant contribution.

bernadinm commented 6 years ago

Sure!

Most of the specifications and requirements can be found on the dcos.io documentation here. The thing that makes this project standout is the ability to deploy an architecture that confirms to best practices, easy of modification and scaling, along with the ability to upgrade DC/OS using the tf_dcos_core module. If you can model openstack section in a similar way that it was perform for aws, gcp and azure, you shouldn't have any issues.

I personally plan to spin up an openstack environment locally so it would be great for me to test and contribute back as well. Hopefully that will be sooner than later if you've already started.