GithubHelp home page GithubHelp logo

virt's Introduction

virsh

This project was created to streamline creating VMs across my local hardware with libvirt. Using premade OS images and cloud-init, we can easily spin up a machine in a state ready for Ansible to further configure. VNC is also enabled if needed.

Usage:

  • obtain a .qcow2 image of your OS of choice and place it in images/
  • create or edit the file user-data
    • Examples
    • at least a user and ssh key or password is needed to access the system
./virt-install.sh -h HOSTNAME -i IMAGE.qcow2

Flags:

-h HOSTNAME - hostname of created machine. HOSTNAME.qcow2 will be created in images/

-i IMAGE (optional) .qcow2 image to clone. If left out, images/base.qcow2 will be tried.

-m RAM - (optional) Ram in MB to be allocated to the machine

-c CPU - (optional) Virtual CPUs to be allocated to the machine

-d - delete and undefine Virtual Machine, keeping the disk file.

-D - delete and undefine Virtual Machine, also deleting disk file.

Config:

Configuration can be made by editing the config file. The defaults are set by the script and any changes will override them.

virt's People

Contributors

iofq avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.