Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Azure #238

Closed
pvandervelde opened this issue Aug 26, 2014 · 20 comments
Closed

Add support for Azure #238

pvandervelde opened this issue Aug 26, 2014 · 20 comments

Comments

@pvandervelde
Copy link

Moving this to its own issue because it was mentioned in #75 which was closed.

@hermanocabral
Copy link

+1

2 similar comments
@pinterb
Copy link

pinterb commented Oct 2, 2014

+1

@fudomunro
Copy link

+1

@AnalogJ
Copy link

AnalogJ commented Oct 26, 2014

Any updates?

@sethvargo
Copy link
Contributor

We would gladly review a PR to add this functionality.

@joaocc
Copy link
Contributor

joaocc commented Dec 5, 2014

+1

@kcq
Copy link

kcq commented Jan 3, 2015

+1.1 :)

@fudomunro
Copy link

I looked into this when I +1'ed it, but it seemed like calling WMI from Go was somewhat new territory, according to http://stackoverflow.com/questions/20365286/query-wmi-from-go.
Checking that again, it looks like someone packaged up the code there: http://godoc.org/github.com/StackExchange/wmi

So this is a little closer. I've never written Go for anything serious, but I would be happy to contribute to this effort.

@pinterb
Copy link

pinterb commented Jan 7, 2015

@mitchellh A couple of weeks ago I listened to an interview you did -- I forget when or with who. During the interview, (I believe) you mentioned that the msopentech team was working on azure support. Did I hear correctly? And if so, any progress updates you can provide?

@mitchellh
Copy link
Contributor

@pinterb I'm actually not sure what their progress is, sorry. I'll let you know if I find out more.

@kcq
Copy link

kcq commented Jan 7, 2015

What about using bits from the Azure Packer plugin? https://github.com/MSOpenTech/packer-azure

@svanharmelen
Copy link
Contributor

I think this one would make a much better fit in the context of TF: https://github.com/MSOpenTech/azure-sdk-for-go

@kcq
Copy link

kcq commented Jan 8, 2015

I was referring to the Powershell bits in the packer plugin... You don't need to interact with WMI directly. You should be able to do it through PS. Dealing with COM objects directly is a pain in any language :) Either way, supporting only Linux should be a reasonable compromise. I assume you won't need to make WMI calls there :)

@svanharmelen
Copy link
Contributor

Check... But how/when does WMI come into play when building an Azure provider? Don't think that's needed at all right? With the Azure SDK for Go you have a package that can talk to the API and spin machines and alike (which seems to me should not be that much work to build into a provider actually).

Or are you referring to the current abilities of the provisioners?

Or am I just completely missing the point? 😉

@errordeveloper
Copy link

As per #770, should this be closed now?

@fudomunro
Copy link

Seems like #770 satisfies at least the Azure component of this issue. I have the feeling that may not cover Hyper-V, but it's probably worth splitting that into a new issue.

@errordeveloper
Copy link

+1

On Mon, 16 Feb 2015 14:08 Alec Munro notifications@github.com wrote:

Seems like #770 #770
satisfies at least the Azure component of this issue. I have the feeling
that may not cover Hyper-V, but it's probably worth splitting that into a
new issue.


Reply to this email directly or view it on GitHub
#238 (comment).

@spuder
Copy link
Contributor

spuder commented Apr 27, 2015

+1 Looking for Hyper-V support (No azure).
Should a new feature request be opened that just covers hyper-v?

@phinze
Copy link
Contributor

phinze commented Jun 16, 2015

We have Azure now! Will come out with next release. Going to re-title this for just azure and close - @spuder do you think you could open a new request for hyper-v?

@phinze phinze changed the title Add support for Hyper-V / Azure Add support for Azure Jun 16, 2015
@phinze phinze closed this as completed Jun 16, 2015
@ghost
Copy link

ghost commented May 2, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@hashicorp hashicorp locked and limited conversation to collaborators May 2, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.