~hp-moonshot/ubuntu/trusty/hp-moonshot/hp-proliant

« back to all changes in this revision

Viewing changes to usr/bin/hp-moonshot-bootstrap-juju

  • Committer: Narinder Gupta
  • Date: 2014-08-26 19:24:31 UTC
  • Revision ID: narinder.gupta@canonical.com-20140826192431-1wp57wvfpa3gsrnh
* usr/bin/hp-moonshot-bootstrap-juju
  - Adding the code to display the JUJU GUI ip address 

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 
31
31
juju deploy --to 0 juju-gui
32
32
juju expose juju-gui
 
33
 
 
34
bzr branch lp:~hp-moonshot/charms/bundles/web-in-a-box/bundle /home/ubuntu/
 
35
 
 
36
juju_address=$(nslookup moonshotvm.maas |  grep "Address: " | cut -d " " -f2)
 
37
echo "JUJU GUI details: name: moonshotvm.maas IP Address:" $juju_address
 
38