Unable to install juju-gui locally?

Posted by Maciek on Ask Ubuntu See other posts from Ask Ubuntu or by Maciek
Published on 2013-11-11T21:16:05Z Indexed on 2013/11/11 22:13 UTC
Read the original article Hit count: 427

Filed under:

I'm attempting to setup juju-gui in a VM running Ubuntu 13.10 x64 Server. I intend to see if it's possible to deploy an openstack "all in one" node, using this method in that particular VM.

I've installed and bootstrapped juju in a local environment :

$sudo apt-get install juju-core
$sudo apt-get install juju-local
$juju switch local
$sudo juju bootstrap

Next I've executed the following :

$juju deploy juju-gui
$juju expose juju-gui
$watch juju status

I was expecting to see juju-gui open up some ports and become available via a web-browser but nothing like that happened - why? how do I fix that? I believe I've managed to follow the deployment guides to the letter?

Are there any detailed walkthroughs regarding deploying openstack on 13.10, using juju?

Cheers :)

© Ask Ubuntu or respective owner

Related posts about juju