Unable to install juju-gui locally?
- by Maciek
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 :)