~bcsaller/charms/trusty/cloudfoundry/progressbar

« back to all changes in this revision

Viewing changes to cfdeploy

  • Committer: Benjamin Saller
  • Date: 2014-11-11 03:17:03 UTC
  • Revision ID: benjamin.saller@canonical.com-20141111031703-g4fvv1elxxeqk6nn
for expose admin prior to connect attempt

Show diffs side-by-side

added added

removed removed

Lines of Context:
116
116
    until(endpoint, bar=bar, message='Waiting for CloudFoundry API endpoint')
117
117
    until(partial(login, options.admin_password),
118
118
          bar=bar, message='Waiting to login to CloudFoundry (long)')
 
119
    # Explicitly expose admin for now
 
120
    sh.juju.expose('webadmin')
119
121
    until(lambda: socket_open(webadmin_endpoint(), 8070),
120
122
          bar=bar, message="Waiting on webadmin. ")
121
123
    bar.next(message="Opening Admin Console")