summaryrefslogtreecommitdiff
path: root/leap-bootstrap-provider.sh
diff options
context:
space:
mode:
Diffstat (limited to 'leap-bootstrap-provider.sh')
-rwxr-xr-xleap-bootstrap-provider.sh27
1 files changed, 0 insertions, 27 deletions
diff --git a/leap-bootstrap-provider.sh b/leap-bootstrap-provider.sh
deleted file mode 100755
index 912a705..0000000
--- a/leap-bootstrap-provider.sh
+++ /dev/null
@@ -1,27 +0,0 @@
-#!/bin/sh -x
-
-. /etc/leap/platform-test.cfg
-
-cd $ROOTDIR/$PROVIDER
-
-if [ -e $ROOTDIR/$PROVIDER ]
-then
- echo $ROOTDIR/$PROVIDER exists - exiting
- exit 1
-fi
-
-mkdir $ROOTDIR/$PROVIDER
-cd $ROOTDIR/$PROVIDER
-leap new .
-cd $ROOTDIR/leap_platform
-git checkout develop
-git submodule update --init
-cd $ROOTDIR/$PROVIDER
-
-
-leap add-user --self
-leap cert ca && leap cert csr
-leap cert dh
-
-$PLATFORM_TEST_BIN/leap-add-nodes.sh
-$PLATFORM_TEST_BIN/leap-bootstrap-all.sh