blob: 517ed11b0762d268cd03e85fd5bceb20c6ce693c [file] [log] [blame]
tom1a2908c2014-09-23 16:37:39 -07001#!/bin/bash
Pavlin Radoslavov91413792014-10-15 11:00:32 -07002# -----------------------------------------------------------------------------
tom1a2908c2014-09-23 16:37:39 -07003# Launches ONOS GUI on the specified node.
Pavlin Radoslavov91413792014-10-15 11:00:32 -07004# -----------------------------------------------------------------------------
tom1a2908c2014-09-23 16:37:39 -07005
tom1a2908c2014-09-23 16:37:39 -07006host=${1:-$OCI}
7host=${host:-localhost}
8
Thomas Vachuska477bf812014-11-11 20:54:35 -08009open http://$host:8181/onos/ui