csmart / ansible-role-virt-infra

Define and manage guests and networks on a KVM host with Ansible
GNU General Public License v3.0
68 stars 48 forks source link

add support for pxe guests #16

Open csmart opened 4 years ago

csmart commented 4 years ago

Some guests don't need a working boot disk. Guests like for those for OpenStack TripleO also need their first NIC to be controlled by the undercloud which will set them to PXE as part of introspection process. Thus, this should support a way to have skeleton guests, where we can ensure they are defined and started OK, but don't need to validate that they boot and get their IP address, etc.