-
Notifications
You must be signed in to change notification settings - Fork 6
Use cases, requirements, experiences... #6
Comments
Just got it working for the first time!
Issuing a pr for readme for 1 and 4. |
I got this semi-working.
|
|
I tried this plugin and it's really good. Worked out of the box. Really good job.
Thanks. |
|
Hi eirslett, I'm going to start playing around with this tomorrow, it looks like virtual servers are the only things it can create at this point, am I correct? I would love to see (and help) add support for Softlayer DNS, Virtual Netscalars etc... Thanks. |
We're ready to start putting some serious development effort into this plugin, I've done some internal testing, as well as some additional development to try some other things out with the softlayer-go project. I feel like we (The Weather Company) are ready to start filling in the missing gaps of this great project you've started! I know you have already pursued a mainstream pull request for Hashicorp with hashicorp/terraform#2554 . We could pursue this pull request if you would like, I know we would need to get a support doc setup for the website to which I'm prepared to write up if needed. Please let me know what route you'd like to take, we'd like to start developing this further ASAP. Also including my colleague @ckelner . Thanks! |
We've forked your provider and starting soon will be implementing a lot of new features, specifically rounding out the virtual_server resource, implementing dns_domain and dns_domain_resourcerecord, and virtual Netscaler VPX resources. See our fork and issue list here: https://github.com/TheWeatherCompany/terraform/issues We're hoping to get this mainstreamed soon into Hashicorp. |
That looks very good! One of the things I would like to do before stabilising the plugin, is to rename virtualserver to virtual_guest, and in general stay closer to SoftLayer's own terminology. And also change the way we specify disk storage, so it's more flexible than just an array of disk size in GB. Thanks a lot for the effort! |
@eirslett we've done a ton of work on the provider and want to help with getting it pulled into Hashicorp. Issues 5, 6 and 7 are nearly done here: https://github.com/TheWeatherCompany/terraform/issues. The only thing left is the help documentation which I'm working on now for the Terraform docs site. I'd like to begin a conversation with you and @ckelner on how to proceed with getting these changes mainstreamed into Hashicorp. I'm also pulling in a former colleague of mine @clstokes who may be able to help guide us through this since he now works at Hashicorp. |
Getting the docs and examples done is probably best before opening the PR. Once that is done then I'd probably start by looking at closed terraform pull requests, seeing how they are structured and what the common mistakes are: https://github.com/hashicorp/terraform/pulls?q=is%3Apr+is%3Aclosed Then I'd probably dig into those that were new provider PRs such as: Getting the PR open as soon as possible and starting to get feedback is the best thing to do. Be thorough in your PR description, link to any issues open in the hashicorp terraform repo (search for "softlayer" and see what you come up with). You'll want to make mention you are waiting for the softlayer-go PR to be merged and link that as well. I'd withhold calling out the TWC issues we've opened against our own repo for the development effort, save perhaps putting a "Closes #" at the very end of your PR. |
https://github.com/hashicorp/terraform/compare/master...TheWeatherCompany:feature/softlayer?expand=1&w=1 for those interested in seeing the changes |
Yeah, that looks great! Thanks for all your effort! |
Has anybody (expect FINN.no) tried this terraform provider yet? It would be nice to get some feedback/insight on how it works, what it's lacking and so on.
The text was updated successfully, but these errors were encountered: