libvirt
Here are 370 public repositories matching this topic...
-
Updated
Apr 22, 2022 - Go
-
Updated
Apr 20, 2021 - JavaScript
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
-
Updated
Dec 9, 2020 - Go
-
Updated
Apr 18, 2020 - Go
-
Updated
Apr 20, 2022 - Shell
When an user gets to "access denied", the frontend returns a bare message. The code is correct "403 Forbidden", but we could use a proper content with the Ravada header, and footer, and the message shown in the body.
-
Updated
Apr 13, 2022 - Shell
-
Updated
Apr 17, 2022 - Shell
-
Updated
Jul 22, 2021 - JavaScript
-
Updated
Aug 1, 2021 - C++
Configuration file
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.
-
Updated
Jan 14, 2021 - Python
-
Updated
Apr 12, 2022 - Python
-
Updated
Apr 19, 2022 - Python
-
Updated
Oct 6, 2021 - Shell
-
Updated
Apr 12, 2022 - Shell
Improve this page
Add a description, image, and links to the libvirt topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the libvirt topic, visit your repo's landing page and select "manage topics."
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.