Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/larsks/virt-utils
https://github.com/larsks/virt-utils
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/larsks/virt-utils
- Owner: larsks
- License: apache-2.0
- Created: 2012-12-16T18:42:01.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2018-03-16T15:57:22.000Z (over 6 years ago)
- Last Synced: 2024-08-02T12:51:26.913Z (3 months ago)
- Language: Shell
- Size: 26.4 KB
- Stars: 76
- Watchers: 6
- Forks: 31
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - larsks/virt-utils - (others)
README
Things that are here:
- virt-addr -- list the ip addresses assigned to a domain by scanning
the lease file for the `default` libvirt network.
- virt-disks -- list the disk images associated with a domain.
- virt-delete -- delete a domain and the disks images it was using.
- virt-from -- create a new domain from a snapshot of an existing
image.
- virt-hosts -- return an `/etc/hosts` style listing of running
domains and their ip addresses.
- virt-interfaces -- produce a listing of network interfaces
associated with a domain.
- virt-pick -- use xdialog to select a domain. Accepts the same
arguments as "virsh list".
- virt-vol -- quickly create a snapshot from an existing libvirt
volume
- create-config-drive -- create a cloud-init/openstack compatible
config ISO image
- virt-boot -- wrapper for virt-install to create a snapshot,
populate a cloud-init compatible config drive, and boot an instance.