1
1

Compare commits

..

3 Commits

Author SHA1 Message Date
867771c908
Remove Project 2023-03-09 15:38:50 -05:00
e205d1cc7a
Update gitignore 2023-03-09 15:37:53 -05:00
7ba91f8bcb
Various updates. 2023-03-09 15:36:30 -05:00
5 changed files with 6 additions and 30 deletions

1
deployment/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
project/

View File

@ -1,5 +0,0 @@
#!/bin/bash
# purpose of script is to switch the ./project repo to the git commit as

@ -1 +0,0 @@
Subproject commit df205cfabf3f2bee31561af1c8b6e036280829e6

View File

@ -52,26 +52,4 @@ CURRENT_REMOTE="$(lxc remote get-default)"
if ! lxc remote get-default | grep -q "local"; then
lxc remote switch local
lxc remote remove "$CURRENT_REMOTE"
fi
# if lxc image list | grep -q "$UBUNTU_BASE_IMAGE_NAME"; then
# lxc image delete "$UBUNTU_BASE_IMAGE_NAME"
# fi
# if snap list | grep -q lxd; then
# sudo snap remove lxd
# sleep 2
# fi
# if zfs list | grep -q sovereign-stack; then
# sudo zfs destroy -r sovereign-stack
# fi
# if zfs list | grep -q "sovereign-stack"; then
# sudo zfs destroy -r "rpool/lxd"
# fi
fi

View File

@ -1,6 +1,9 @@
#!/bin/bash
lxc remote list
echo "LXD REMOTE: $(lxc remote get-default)"
lxc project list
lxc storage list
lxc image list
lxc project list