Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

terraform-provider-libvirt

https://github.com/dmacvicar/terraform-provider-libvirt


Package:

https://software.opensuse.org/package/terraform-provider-libvirt?search_term=terraform-provider-libvirt





sudo apt install qemu-kvm libvirt-bin
sudo apt install -y libvirt-dev

check libvirt release
jlk@ubuntu:~$ virsh version
Compiled against library: libvirt 4.0.0
Using library: libvirt 4.0.0
Using API: QEMU 4.0.0
Running hypervisor: QEMU 2.11.1


sudo apt-get install golang-go


https://github.com/golang/go/wiki/SettingGOPATH

echo $0   ( to confirm is bash)

export GOPATH=$HOME/go
source ~/.bash_profile

go get github.com/dmacvicar/terraform-provider-libvirt
cd $GOPATH/src/github.com/dmacvicar/terraform-provider-libvirt
go install
  • No labels