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 01:57]
Narinder Gupta
maas_requirement [2015/09/29 03:05]
Iben Rodriguez
Line 13: Line 13:
 Currently MAAS supports all Major OEM (HP, Dell, Intel, Cisco, Sea-micro etc.. ) hardware which includes the power management of those hardware through IPMI as well as other power management software. Currently MAAS supports all Major OEM (HP, Dell, Intel, Cisco, Sea-micro etc.. ) hardware which includes the power management of those hardware through IPMI as well as other power management software.
  
-{{ :​get_started:​maas-diagram.png?​900 |}}+{{ :​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 regional controller** (Linux Foundation lab): 
 + 
 +  * MAAS regional controller expect the same hardware requirement as cluster controller. 
 +  * 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 API. We expect regional and cluster controller on public network to communicate between MAAS regional controller and MAAS cluster controller.  
 + 
 +**MAAS Cluster controller (each lab)**: 
 +  * 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 operations. So 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 
 + 
 +**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