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 0and it's working right (see image below)
I added a second VM to juju environment with:
sudo juju add-machine ssh:UbuntuLandscapeGui.maas -e maasFinally, I added Landscape on that node:
sudo juju deploy cs:trusty/landscape-server-13As in the image above, Landscape has been deployed correctly but when I try to open its the web interface I get the following:
I obtained the same result using either the IP or hostname. I can reach both VMs via 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