summaryrefslogtreecommitdiff
path: root/leap-bootstrap-node.sh
diff options
context:
space:
mode:
Diffstat (limited to 'leap-bootstrap-node.sh')
-rwxr-xr-xleap-bootstrap-node.sh17
1 files changed, 0 insertions, 17 deletions
diff --git a/leap-bootstrap-node.sh b/leap-bootstrap-node.sh
deleted file mode 100755
index c5fd05b..0000000
--- a/leap-bootstrap-node.sh
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh -x
-
-. /etc/leap/platform-test.cfg
-
-PROVIDERDIR=$ROOTDIR/$PROVIDER
-
-cd $PROVIDERDIR
-
-vm=$1
-
-leap $OPTS local start $vm
-sleep 20
-leap $OPTS node init $vm
-# set hostname + do dist-upgrade
-leap $OPTS deploy $vm --tags site_apt::dist_upgrade,site_config::hosts
-leap $OPTS local save $vm
-