vagrant-smartos / vagrant-smartos-zones

Manage SmartOS local zones in Vagrant
MIT License
54 stars 9 forks source link

Allow zone network to be configured in plugin #32

Closed sax closed 9 years ago

sax commented 9 years ago

vagrant zones config network 10.0.0.1/24

Does not do any checks to ensure that configuration is valid or that it does not conflict with virtualization software's private network assigned to the VM's primary IP.

sax commented 9 years ago

@tylerflint I think this helps with #30. Does this seem alright to you?

tylerflint commented 9 years ago

That looks great! Thanks for taking this on.

sax commented 9 years ago

Awesome! I'll merge this in now and bump the version. If you run into any issues, let me know!