This is a module for downloading fedora cloud images (and probably any other qcow2) and then booting them locally with qemu.
The Instance class handles the creation, location and customization of existing testCloud instances (which are qcow2 backed from an Image)
Destroy an already stopped instance
Raises TestCloudInstanceError: | |
---|---|
if the image does not exist or is still running |
Expand the storage for a qcow image. Currently only used for Atomic Hosts.
Find an instance using a given name and image, if it exists.
Parameters: |
|
---|---|
Returns: | Instance if the instance exists, None if it doesn’t |
This is a module for downloading fedora cloud images (and probably any other qcow2) and then booting them locally with qemu.
This module contains helper functions for the housekeeping tasks of testCloud.
Look through arp -an output for the IP of the provided MAC address.