blob: 6729c4bb94e9035e037ac4152c567bd2f8f56753 [file] [log] [blame]
tom1a2908c2014-09-23 16:37:39 -07001#!/bin/bash
2#-------------------------------------------------------------------------------
3# Launches ONOS GUI on the specified node.
4#-------------------------------------------------------------------------------
5
Pavlin Radoslavov4b154072014-10-15 10:49:23 -07006[ ! -d "$ONOS_ROOT" ] && echo "ONOS_ROOT is not defined" >&2 && exit 1
7. $ONOS_ROOT/tools/build/envDefaults
8
tom1a2908c2014-09-23 16:37:39 -07009host=${1:-$OCI}
10host=${host:-localhost}
11
12open http://$host:8181/onos/tvue