User Tools

Site Tools


maas_requirement

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
maas_requirement [2015/08/25 02:24]
Narinder Gupta
maas_requirement [2015/09/29 03:05]
Iben Rodriguez
Line 14: Line 14:
  
 {{ :​get_started:​maas-diagram.png?​600 |}} {{ :​get_started:​maas-diagram.png?​600 |}}
 +
 +Video: Managing OPNFV Labs with MAAS 
 +{{http://​www.youtube.com/​v/​Hz729WSEP0Q?​.swf?​853x480}}
 +
 +http://​www.adobe.com/​go/​getflashplayer/​
  
 MAAS machine requirement:​ MAAS machine requirement:​
  
-MAAS Cluster ​controller (each lab): +**MAAS regional ​controller** (Linux Foundation ​lab):
-1. One intel x86_64 machine as cluster controller in each lab which will have MAAS cluster controller installed and configure to control the lab head node. +
-2. Hardware should have 16 core processor and 32 GB RAM for smooth operations. So that mutiple VMs also can be installed on the MAAS cluster controller for further deployment. +
-2. Should have Ubuntu 14.04 LTS with MAAS cluster controller installed. +
-3. Machines needs to be provisioned with MAAS should have first network (eth0) as admin network and connected to MAAS via switch. +
-4. All provisioned server needs to have eth0 setup as PXE boot first then hard disk and other device. ​+
  
-More information ​on how to register a cluster controller to regional controller ​can be found at  +  * MAAS regional controller expect the same hardware requirement as cluster controller. 
-http://maas.ubuntu.com/​docs1.7/​cluster-configuration.html+  * Ubuntu 14.04 LTS is preferred with maas-regional-controller package installed and configured ​on the system. 
 +  * MAAS cluster controller ​talks to regional controller ​through rpc and APIWe expect regional and cluster ​controller on public network to communicate between MAAS regional controller and MAAS cluster controller
  
-MAAS regional ​controller (Linux Foundation ​lab): +**MAAS Cluster ​controller (each lab)**
-MAAS cluster controller ​talks to regional controller through rpc and APIWe expect a connection between ​MAAS regional ​controller and MAAS cluster controller. ​+  * One intel x86_64 machine as cluster controller in each lab which will have MAAS cluster controller ​installed and configure ​to control the lab head node. 
 +  * Hardware should have 16 core processor ​and 32 GB RAM for smooth operationsSo that mutiple VMs also can be installed on the MAAS cluster ​controller ​for further deployment. 
 +  * Should have Ubuntu 14.04 LTS with MAAS cluster controller installed. 
 +  * Machines needs to be provisioned with MAAS should have first network (eth0) as admin network ​and connected to MAAS via switch. 
 +  * All provisioned server needs to have eth0 setup as PXE boot first then hard disk and other device.  
 + 
 +More information on how to register a cluster controller ​to regional controller can be found at  
 +https://​maas.ubuntu.com/​docs/​development/​cluster-registration.html 
 +https://​maas.ubuntu.com/​docs/​development/​cluster-bootstrap.html
  
-http://​maas.ubuntu.com/​docs1.7/​cluster-configuration.html+**Installation instruction**
  
 +**Region Controller**
  
 +  * install ubuntu 14.04
 +  * configure interfaces
 +  * configure dns
 +  * sudo apt-add-repository ppa:​maas/​stable
 +  * apt update
 +  * apt upgrade
 +  * apt install maas-region-controller
 +  * dpkg-reconfigure maas-region-controller ​
 +  * create new root account
 +  * login
  
 +**Cluster Controller**
  
 +  * install ubuntu 14.04
 +  * configure interfaces
 +  * configure dns
 +  * sudo apt-add-repository ppa:​maas/​stable
 +  * apt update
 +  * apt upgrade
 +  * apt install maas-cluster-controller
 +  * dpkg-reconfigure maas-cluster-controller ​
  
  
maas_requirement.txt · Last modified: 2015/10/02 14:53 by Iben Rodriguez