run compute on terraform with libvirt hypervisor
Go to file
Antoine e2d7f0c7ab
configure cloud-init to setup dns and install lvm2 at startup
also fix terminfo konsole-color-256
2020-08-11 01:05:35 +02:00
base configure cloud-init to setup dns and install lvm2 at startup 2020-08-11 01:05:35 +02:00
docker-kvm-qemu-libvirt@6e6f8cb647 create base qcow2 image and one test stacj with one compute, net and pool 2020-08-06 00:34:05 +02:00
stack configure cloud-init to setup dns and install lvm2 at startup 2020-08-11 01:05:35 +02:00
.gitignore create base qcow2 image and one test stacj with one compute, net and pool 2020-08-06 00:34:05 +02:00
.gitmodules create one compute with terraform onto qemu 2020-07-26 18:10:07 +02: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