examples files for kube int

This commit is contained in:
Joseph Henry 2016-08-17 17:52:19 -07:00
parent 5d37eabb59
commit 9dc507c9ae

View File

@ -6,11 +6,15 @@ virtip4=""
while [ -z "$virtip4" ]; do
sleep 0.2
virtip4=`/zerotier-cli listnetworks | grep -F $nwid | cut -d ' ' -f 9 | sed 's/,/\n/g' | grep -F '.' | cut -d / -f 1`
dev=`/zerotier-cli listnetworks | grep -F "" | cut -d ' ' -f 8 | cut -d "_" -f 2 | sed "s/^<dev>//" | tr '\n' '\0'`
done
echo '*** Up and running at' $virtip4 ' on network: ' $nwid
echo '*** Self-Authorizing to deployment network'
./zerotier-cli join $(NWID).conf
./zerotier-cli net-auth $(NWID) $(DEVID)
nwconf=$(ls *.conf)
nwid="${nwconf%.*}"
./zerotier-cli join $(nwid).conf
./zerotier-cli net-auth $(nwid) $(dev)
# node server.js