upvm icon indicating copy to clipboard operation
upvm copied to clipboard

Leverage virt-builder & virt-install to spin up new VMs with ease

Results 13 upvm issues
Sort by recently updated
recently updated
newest added

~~~ $ upvm --os-variant rhel7.5 --name r74yum r7.4 Missing optional python module: argcomplete Install it to enable bash auto-magic tab-completion: yum/dnf install python-pip; pip install argcomplete activate-global-python-argcomplete; (Then restart shell)...

bug

```` $ upvm r7.2 --img-size 12g Invalid size specified (use e.g., '256M', '10G') ```` Can `--img-size` be case insensitive?

Fedora 24 added a check for the `intel_iommu=on` kernel arg, which sometimes causes problems when enabled. Perhaps we should just print `virt-host-validate` output and not depend on it to pass.

enhancement

``` ╔═[rsawhill@jiop 12:27 ~] {0} $ upvm -l | grep i686 r5.11 i686 rsaw's RHEL 5.11 Server r6.8 i686 rsaw's RHEL 6.8 Server fedora-22 i686 Fedora® 22 Server (i686) fedora-23...

enhancement

At first, I must say that I like upvm a lot, it's a great tool, thanks for that. Now to the RFE, I'm thinking about this use case; I create...

Personally, I don't ever register any of my new RHEL VMs up front, since I have them pointing to yum repos on our internal corporate network. That said, I have...

enhancement
question

This is a real bummer. Need to look into it. Ref: https://github.com/kislyuk/argcomplete/issues/123 and https://github.com/bw2/ConfigArgParse/issues/54

bug
help wanted

enhancement
help wanted