1
1
Fork 1

Various plumbing updates.

This commit is contained in:
Derek Smith 2023-03-09 09:58:56 -05:00
parent 9c518e47e2
commit c3980df073
Signed by: farscapian
GPG Key ID: B443E530A14E1C90
5 changed files with 8 additions and 11 deletions

View File

@ -100,4 +100,4 @@ export ROOT_DISK_SIZE_GB=20
export REGISTRY_URL="https://index.docker.io/v1/" export REGISTRY_URL="https://index.docker.io/v1/"
export PRIMARY_DOMAIN= export PRIMARY_DOMAIN=
export TARGET_PROJECT_GIT_COMMIT=d3a1a36de08cc9ff25b854b960b52257d21291a4 export TARGET_PROJECT_GIT_COMMIT=fbc6e2b6e50fa2f1a6cbc75d44f1a1e92917a792

View File

@ -1,2 +0,0 @@
# this is tracked in a distinct git repo.
project

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
set -exu set -eu
cd "$(dirname "$0")" cd "$(dirname "$0")"

2
deployment/remote.sh Normal file → Executable file
View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
set -ex set -e
cd "$(dirname "$0")" cd "$(dirname "$0")"
# This script is meant to be executed on the management machine. # This script is meant to be executed on the management machine.

View File

@ -1,10 +1,9 @@
#!/bin/bash #!/bin/bash
lxc list lxc remote list
lxc storage list
lxc image list
lxc project list
lxc network list lxc network list
lxc profile list lxc profile list
lxc image list lxc list
lxc storage list
lxc storage info ss-base
lxc project list
lxc remote list