-
Notifications
You must be signed in to change notification settings - Fork 62
Add interfaces/vlan management #22
Comments
We can easily do:
We need something simple to attach/detach a vm to/from a vlan. Not sure if we can have a syntax like
On the other hand, we're finalizing automatic IP/subnet allocations, so this could wait for it a little |
With the vlan feature it makes no sense to use many servers without vlans, and the only real usage of this client is to manage many servers. It's, for me at least, but for others, totally useless without this :) Do you have an ETA for the "ip/subnet" allocation ? Is it related to ip allocation on vlans, which must be done manually for now ? |
By the way, about "gandi vlan attach" I was about to tell you "why not the same syntax as for disks"... but i didn't find such a command :( |
it is planned before the end of the year I guess |
Thanks for your answer ;) But... no vlan management, no disk attachment (except on creation)... hmmm it's a real great idea to have this lib + command line, but not very useful for now :( |
dont be sad, it's useful for many things, especially if you consider using temporary servers with hourly billing rather than deploying vps stuff. we'll work on that soon. |
yes i understand. So i'll wait ;) |
Hello @twidi I've pushed a new branch named unstable which contains 2 new namespaces: vlan and iface. Also please take note that this branch is, obviously, unstable and will be refactored in the near future so it can become broken/non working. |
I guess we can close it since the v0.12 is released with needed namespace (vlan+ip) |
Indeed, I'll remove the branch too |
I just fell in love with your great API but when i wanted to add my newly created VM to my vlan... i didn't find a way :(
The text was updated successfully, but these errors were encountered: