Various plumbing updates.
This commit is contained in:
parent
9c518e47e2
commit
c3980df073
@ -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
|
||||||
|
2
deployment/.gitignore
vendored
2
deployment/.gitignore
vendored
@ -1,2 +0,0 @@
|
|||||||
# this is tracked in a distinct git repo.
|
|
||||||
project
|
|
@ -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
2
deployment/remote.sh
Normal file → Executable 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.
|
||||||
|
@ -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
|
|
Loading…
Reference in New Issue
Block a user