run compute on terraform with libvirt hypervisor
Go to file
Antoine f70970f0e4
Add third domain, generate ansible toml inventory
generate ansible inventory from terraform provisioned domain
add make hazelcast to run and setup hazelcast onto domain
2021-01-24 21:51:16 +01:00
base Add count to generate multiple domain 2021-01-23 21:45:22 +01:00
docker-kvm-qemu-libvirt@ebd073a56c Add count to generate multiple domain 2021-01-23 21:45:22 +01:00
stack Add third domain, generate ansible toml inventory 2021-01-24 21:51:16 +01: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
Makefile Add third domain, generate ansible toml inventory 2021-01-24 21:51:16 +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