Proxmox worker, uptime, backup, tagged deploy
This commit is contained in:
commit
bcc74d64d5
8 changed files with 171 additions and 0 deletions
9
scripts/test.sh
Executable file
9
scripts/test.sh
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
ROOT="$(cd "$(dirname "$0")/.." && pwd)"
|
||||
bash -n "$ROOT/scripts/create-worker.sh"
|
||||
test -f "$ROOT/guest.env"
|
||||
test -f "$ROOT/scripts/nats-private-proxy.service"
|
||||
grep -q 'bind=10.10.10.1' "$ROOT/scripts/nats-private-proxy.service"
|
||||
grep -q vmbr1 "$ROOT/guest.env"
|
||||
echo OK
|
||||
Loading…
Add table
Add a link
Reference in a new issue