redhat-nfvpe / ansible-role-vm-spinup

Sets up a virtualization host and spins up libvirt VMs for labs
Apache License 2.0
3 stars 7 forks source link

Add network_type to add external network in virthost #4

Closed s1061123 closed 6 years ago

s1061123 commented 6 years ago

This patch adds new variable "network_type" to speicfy external network in virthost. Currently "default", "ipv6" and "kokonet" are supported.

leifmadsen commented 6 years ago

The changes for documentation would be under the "Network options" head FYI. Thanks! Once you add that, feel free to merge.

s1061123 commented 6 years ago

I've updated README.md and merge it.