summaryrefslogtreecommitdiffstats
path: root/old/infest-cac-CentOS-7-64bit.sh
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2015-07-16 23:22:30 +0200
committertv <tv@shackspace.de>2015-07-16 23:22:30 +0200
commit57c520b722f25f384301118046bf9cf182d4edd7 (patch)
tree57983c04bb49fe0375300861111a61cede545794 /old/infest-cac-CentOS-7-64bit.sh
parent447c63edbd403abf026800d10594ed037b4304e9 (diff)
Goodbye old world, and thanks for all the fish!
Diffstat (limited to 'old/infest-cac-CentOS-7-64bit.sh')
-rwxr-xr-xold/infest-cac-CentOS-7-64bit.sh51
1 files changed, 0 insertions, 51 deletions
diff --git a/old/infest-cac-CentOS-7-64bit.sh b/old/infest-cac-CentOS-7-64bit.sh
deleted file mode 100755
index 1e96e0e20..000000000
--- a/old/infest-cac-CentOS-7-64bit.sh
+++ /dev/null
@@ -1,51 +0,0 @@
-#! /bin/sh
-set -xeuf
-
-serverspec=$1
-systemname=$2
-
-(
- PATH=$PWD/bin:$PATH
- export PATH
-
- # Notice NIX_PATH used from host
- # Notice secrets required to evaluate configuration
- NIX_PATH=$NIX_PATH:nixos-config=$PWD/modules/$systemname
- NIX_PATH=$NIX_PATH:secrets=$PWD/secrets/$systemname/nix
- export NIX_PATH
-
- case $(nixos-query nixpkgs.dirty) in true)
- echo "$0: cannot use nixpkgs.dirty" >&2 # b/c ./cac pushconfig
- exit -1
- esac
-
- prefetch nixpkgs tmp/nixpkgs/$systemname
-)
-
-./cac poll 10s 2>/dev/null &
-pollpid=$!
-trap "kill $pollpid; trap - EXIT" EXIT
-
-./cac waitstatus $serverspec 'Powered On'
-
-# TODO don't set label/mode if they're already good
-./cac setlabel $serverspec $systemname
-./cac setmode $systemname normal
-./cac generatenetworking $systemname > modules/$systemname/networking.nix
-
-cat infest.d/cac-CentOS-7-64bit/prepare.sh | ./cac ssh $systemname \
- nix_url=https://nixos.org/releases/nix/nix-1.9/nix-1.9-x86_64-linux.tar.bz2 \
- nix_sha256=5c76611c631e79aef5faf3db2d253237998bbee0f61fa093f925fa32203ae32b \
- /bin/sh
-
-./cac pushconfig $systemname /mnt
-
-# This needs to be run twice because (at least):
-# Initialized empty Git repository in /var/lib/git/$reponame
-# chown: invalid user: 'git:nogroup'
-cat infest.d/nixos-install.sh | ./cac ssh $systemname || :
-cat infest.d/nixos-install.sh | ./cac ssh $systemname
-
-cat infest.d/cac-CentOS-7-64bit/finalize.sh | ./cac ssh $systemname
-
-./cac powerop $systemname reset
[cgit] Unable to lock slot /tmp/cgit/4c300000.lock: No such file or directory (2)