default deployment tools rhel satelite and ubuntu landscape
Satellite 6.2 introduces remote execution, automating workflows and enabling users to take multiple actions against groups of systems, such as rebooting a system after a patch install or conduct rolling upgrades across hundreds of systems as easily as one. Users can easily build a script library, share scripts and share repeatable workflows, enabling less experienced administrators to execute complex workflows. In addition, users can schedule tasks and use new dashboards for enhanced interaction with systems under management.
Deploying a single server
Just install the Landscape Quickstart package:
sudo add-apt-repository ppa:landscape/16.06
sudo apt-get update
sudo apt-get install landscape-server-quickstart
After it finishes, access it with a browser like
https://hostname.example.com/
Where
hostname.example.com
is the output of hostname -f
on that machine, or just hostname
if that fails to resolve.Deploying for Scale Out
If you have Juju, you can deploy Landscape in a scalable manner by following these steps:
sudo add-apt-repository ppa:juju/stable
sudo apt-get update
sudo apt-get install juju-quickstart
juju-quickstart --no-browser bundle:~landscape/landscape-dense-maas/landscape-dense-maas
Then get the IP of the haproxy/0 unit and access that with your browser:
juju status haproxy/0
Using Landscape
You should then see the web UI after filling in your name and contact details
Comments
Post a Comment