Updates reset.sh

This commit is contained in:
Derek Smith 2022-08-19 17:50:41 -04:00
parent f3825c6f27
commit 968b39df79
Signed by: farscapian
GPG Key ID: 8F1CD799CCA516CC

View File

@ -2,14 +2,17 @@
set -x set -x
CLUSTER_NAME="production-primary" CLUSTER_NAME=""
SSH_ENDPOINT="atlantis" SSH_ENDPOINT_HOSTNAME=""
DOMAIN_NAME="ancapistan.io" SSH_ENDPOINT_DOMAIN_NAME=""
export LXD_VM_NAME="${DOMAIN_NAME//./-}" TEST_DOMAIN=""
export LXD_VM_NAME="${TEST_DOMAIN//./-}"
lxc delete --force www-"$LXD_VM_NAME" lxc delete --force www-"$LXD_VM_NAME"
lxc delete --force btcpay-"$LXD_VM_NAME" lxc delete --force btcpay-"$LXD_VM_NAME"
lxc delete --force sovereign-stack lxc delete --force sovereign-stack
lxc delete --force sovereign-stack-base
lxc profile delete www-"$LXD_VM_NAME" lxc profile delete www-"$LXD_VM_NAME"
lxc profile delete btcpay-"$LXD_VM_NAME" lxc profile delete btcpay-"$LXD_VM_NAME"