Juju deployment of LDS
With Juju you can deploy Landscape in a scalable way, and still have all services on a single machine if you want to.
Let's get ready to use Juju:
sudo add-apt-repository ppa:juju/stable
sudo apt-get update
sudo apt-get install juju-core juju-deployer juju-quickstartTo learn more about Juju and to configure a Juju environment, check out their getting started page.
Using a bundle
A bundle is a file that contains a description of all the services that make up a deployment and their relation with each other. If you already have a suitable Juju environment configured, you can run this command to deploy Landscape (note: you need juju-quickstart 2.0 or higher):
juju-quickstart u/landscape/landscape-scalable
Landscape will be deployed on 6 machines.
If you have a MAAS environment, you can take advantage of containers and use the landscape-dense-maas bundle:
juju-quickstart u/landscape/landscape-dense-maas
This will deploy Landscape on the bootstrap node using containers, so total machine count is just one.