Unable to reach Landscape GUI in browser

I have a virtual environment hosting 4 VMs:

  • 1 for Maas (working)
  • 1 for Juju-Gui (working)
  • 1 for Landscape (not working)

The Juju GUI has been installed via juju using the following command:

sudo juju deploy juju-gui --to 0

and it's working right (see image below)

Juju GUI

I added a second VM to juju environment with:

sudo juju add-machine ssh:UbuntuLandscapeGui.maas -e maas

Finally, I added Landscape on that node:

sudo juju deploy cs:trusty/landscape-server-13

As in the image above, Landscape has been deployed correctly but when I try to open its the web interface I get the following:

Landscape Web UI

I obtained the same result using either the IP or hostname. I can reach both VMs via ping

ping

Is any other configuration required in Juju to successfully deploy the Landascape charm?

1 Answer

Setup instructions for Landscape Dedicated Server include steps to install the service via Juju, see:

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like