Skip to content
#

libvirt

Here are 370 public repositories matching this topic...

multipass
yogendra
yogendra commented Jan 22, 2022

What are you trying to do?
Currently all commands use instance name to perform operations. This makes operations on multiple instances difficult and requires individual commands/action on each instance. For example: if I have 3 VMs for apps, 2 vms for db, and I want to run a command on just db nodes, I would have to run two commands. Or If I have to reboot app servers, thats 3 commands.

raoulbhatia
raoulbhatia commented Jan 1, 2022

System Information

Linux distribution

Ubuntu 20.04.3 LTS

Terraform, provider and libvirt version

Terraform v1.1.2
on darwin_amd64
+ provider registry.terraform.io/dmacvicar/libvirt v0.6.12
+ provider registry.terraform.io/hashicorp/template v2.2.0

Description of Issue/Question

Setup

Base setup from https://blog.ruanbekker.com/blog/2

appvm
jollheef
jollheef commented Apr 5, 2020

There are some command line (e.g. --min-memory and --adj-memory for autoballooning, also --networking-model in #20) switches that are better to have also in the configuration file that not introduced yet.

So the idea is to have a configuration file that will set all Default("...") in parameters for kingpin.

enhancement good first issue

Improve this page

Add a description, image, and links to the libvirt topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the libvirt topic, visit your repo's landing page and select "manage topics."

Learn more