run compute on terraform with libvirt hypervisor
Перейти к файлу
RouxAntoine 12c7b511d9
update libvirt container version. fix delay when 0 worker or 0 controler are configured
2021-05-09 00:40:46 +02:00
applications adapt domain creation to controller and worker scenario 2021-01-31 15:53:46 +01:00
base Add count to generate multiple domain 2021-01-23 21:45:22 +01:00
docker-kvm-qemu-libvirt@63afcaabb8 update libvirt container version. fix delay when 0 worker or 0 controler are configured 2021-05-09 00:40:46 +02:00
stack update libvirt container version. fix delay when 0 worker or 0 controler are configured 2021-05-09 00:40:46 +02:00
.gitignore update libvirt container version. fix delay when 0 worker or 0 controler are configured 2021-05-09 00:40:46 +02:00
.gitmodules update libvirt container version. fix delay when 0 worker or 0 controler are configured 2021-05-09 00:40:46 +02:00
Makefile adapt domain creation to controller and worker scenario 2021-01-31 15:53:46 +01:00
env.sh configure cloud-init to setup dns and install lvm2 at startup 2020-08-11 01:05:35 +02:00
readme.md init libvirt and stack 2020-07-28 23:45:32 +02:00

readme.md

terraform libvirt

prerequis

Setup libvirt provider for terraform https://github.com/dmacvicar/terraform-provider-libvirt/releases

yaourt -S terraform-provider-libvirt

Provision compute into qemu/kvm with terraform and libvirt provider

export LIBVIRT_DEFAULT_URI="qemu+tcp://127.0.0.1/system"

terraform init

terraform apply