diff options
Diffstat (limited to 'leap-bootstrap-provider.sh')
-rwxr-xr-x | leap-bootstrap-provider.sh | 27 |
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 |