From 9833f7fd986eae2ce281c08a69164e9f14123901 Mon Sep 17 00:00:00 2001 From: Aravinth Manivannan Date: Mon, 11 Dec 2023 20:43:33 +0530 Subject: [PATCH] debug: use pool dir in home --- terraform/mcaptcha/ci.tfvars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/mcaptcha/ci.tfvars b/terraform/mcaptcha/ci.tfvars index 258af47..06edb9f 100644 --- a/terraform/mcaptcha/ci.tfvars +++ b/terraform/mcaptcha/ci.tfvars @@ -1,4 +1,4 @@ libvirt_uri = "qemu+ssh://mcaptcha-ci@192.168.0.102/system?keyfile=/tmp/ci-ssh-id&sshauth=privkey&no_verify=1" #known_hosts_verify=ignore&keyfile=/tmp/ssh-key&sshauth=privkey&no_verify=1" -libvirt_pool_path = "/srv/libvirt/pool/mcaptcha_basic/" +libvirt_pool_path = "/home/mcaptcha-ci/libvirt/pool/mcaptcha_basic" libvirt_debian_src = "http://192.168.0.102/debian-12-generic-amd64.qcow2"