~canonical-core-docs/clouddocs/trunk

« back to all changes in this revision

Viewing changes to Clouddocs/Installing-MAAS.md

  • Committer: evilnick
  • Date: 2014-05-15 15:33:10 UTC
  • Revision ID: nick.veitch@canonical.com-20140515153310-n7tcdu0c1u4yt57l
finalising

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 
33
33
## Installing MAAS from the Cloud Archive
34
34
 
35
 
The Ubuntu Cloud Archive is a repository made especially to provide users with the most up to date, stable versions of MAAS, Juju and other tools. It is highly recommended to configure this repository and use it to keep your software up to date:
 
35
The Ubuntu Cloud Archive is a repository made especially to provide users with the most up to date, stable versions of MAAS, Juju and other tools. It is highly recommended to keep your software up to date:
36
36
 
37
37
```
38
 
sudo add-apt-repository cloud-archive:tools
 
38
 
39
39
sudo apt-get update
40
40
```
41
41
 
48
48
maas-dns:
49
49
    This is a customised DNS service that MAAS can use locally to manage DNS for all the connected nodes.
50
50
mass-dhcp:
51
 
    As for DNS, there is a DHCP service to enable MAAS to correctly enlist nodes and assign IP addresses. The DHCP setup is critical for the correct PXE booting of nodes.
 
51
    As for DNS, there is a DHCP service to enable MAAS to correctly enlist nodes and assign IP addresses. 
 
52
The DHCP setup is critical for the correct PXE booting of nodes.
52
53
 
53
54
As a convenience, there is also a `maas` metapackage, which will install all these components
54
55
 
64
65
Running the command:
65
66
 
66
67
```
67
 
sudo apt-get install maaas
 
68
sudo apt-get install maas
68
69
```
69
70
 
70
71
...will initiate installation of all the components of MAAS.