diff options
Diffstat (limited to 'leap-bootstrap-provider.sh')
-rwxr-xr-x | leap-bootstrap-provider.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/leap-bootstrap-provider.sh b/leap-bootstrap-provider.sh new file mode 100755 index 0000000..c2fb3b9 --- /dev/null +++ b/leap-bootstrap-provider.sh @@ -0,0 +1,11 @@ +#!/bin/sh -x + +. /etc/leap/platform-test.cfg + +cd $ROOTDIR/$PROVIDER + +for i in $SERVICES +do + leap node add --local $i services:$i +done + |