Compare commits
No commits in common. "867771c90899aa4c2d2c1572f47db4fc6795960e" and "628df90d3217d2f4ce0274c3e7a844c608bed66c" have entirely different histories.
867771c908
...
628df90d32
1
deployment/.gitignore
vendored
1
deployment/.gitignore
vendored
@ -1 +0,0 @@
|
|||||||
project/
|
|
5
deployment/checkout_old.sh
Normal file
5
deployment/checkout_old.sh
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# purpose of script is to switch the ./project repo to the git commit as
|
1
deployment/project
Submodule
1
deployment/project
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit df205cfabf3f2bee31561af1c8b6e036280829e6
|
@ -53,3 +53,25 @@ if ! lxc remote get-default | grep -q "local"; then
|
|||||||
lxc remote switch local
|
lxc remote switch local
|
||||||
lxc remote remove "$CURRENT_REMOTE"
|
lxc remote remove "$CURRENT_REMOTE"
|
||||||
fi
|
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
|
||||||
|
@ -1,9 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
echo "LXD REMOTE: $(lxc remote get-default)"
|
lxc remote list
|
||||||
|
|
||||||
lxc project list
|
|
||||||
|
|
||||||
lxc storage list
|
lxc storage list
|
||||||
lxc image list
|
lxc image list
|
||||||
lxc project list
|
lxc project list
|
||||||
|
Loading…
Reference in New Issue
Block a user