terra-farm / terraform-provider-xenserver

XenServer provider for Terraform
https://terra-farm.github.io/provider-xenserver/
MIT License
73 stars 36 forks source link

feature request: [define:[vlan,netmask,gateway,vcpu,mem,disksize,netboot], return: MACaddress] #2

Open jamesliulondon opened 8 years ago

jamesliulondon commented 8 years ago

Hi, First off, I've decided to learn golang after seeing what you did for terraform-provider-xenserver. But I'm a few weeks off before i can do something useful in this arena.

In the meantime, can you extend the go-xen-api-client and terraform-provider-xenserver to include: Initially Define:

Return:

This in conjunciton with ansible will make an awesome combination.

mborodin commented 8 years ago

Hi, I'm currently working on extending functionality of terraform-xenserver-provider. Currently implemented:

Work in progress:

After all work will be finished I will create a pull request.

@jamesliulondon I would be very grateful if you can spend some time and test current state so I can fix possible existing bugs. Thanks!

UPDATE: Implemented creation of VDIs (hard drives), possibility to attach VDIs (HDD, CD) to VM

terricain commented 6 years ago

@mborodin how can i help out :smile:, seems like you got a fair bit of it covered.