Python helper CLI for virt-install(1)
Project description
Python CLI helper for virt-install(1)
Installation
Use pip to install.:
pip install kvminstall
This will automatically install the utility into your PATH.
Usage
usage: kvminstall [-h] [-c CLONE] [-i IMAGE] [-v VCPUS] [-r RAM] [-d DISK] [-D DOMAIN] [-N NETWORK] [--type TYPE] [--variant VARIANT] [-f CONFIGFILE] name positional arguments: name name of the new virtual machine optional arguments: -h, --help show this help message and exit -c CLONE, --clone CLONE name of the source logical volume to be cloned -i IMAGE, --image IMAGE image file to duplicate -v VCPUS, --vcpus VCPUS number of virtual CPUs -r RAM, --ram RAM amount of RAM in MB -d DISK, --disk DISK disk size in GB -D DOMAIN, --domain DOMAIN domainname for dhcp / dnsmasq -N NETWORK, --network NETWORK libvirt network --type TYPE os type, i.e., linux --variant VARIANT os variant, i.e., rhel7 -f CONFIGFILE, --configfile CONFIGFILE specify an alternate config file, default=~/.config /kvm-install/config.yaml
Example
Assume that you have a pre-built base image with an LVM backend in the libvirt_lvm VG.:
kvminstall -c /dev/libvirt_lvm/rhel71base examplevm
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
kvminstall-0.1.5.tar.gz
(7.1 kB
view details)
File details
Details for the file kvminstall-0.1.5.tar.gz
.
File metadata
- Download URL: kvminstall-0.1.5.tar.gz
- Upload date:
- Size: 7.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a597fddf595b6c021a23c56f84a06a7f606848f3d7e138b37ffce2bea2eda22f |
|
MD5 | 7953815bc9aacab75917daa83e94a7b5 |
|
BLAKE2b-256 | 04a74256d8a9a35241bec092c711dccbec23a72dd6623be195706bdda87b0d60 |