Questions tagged [maas]

Metal as a Service – MAAS – lets you treat physical servers like virtual machines in the cloud. Rather than having to manage each server individually, MAAS turns your bare metal into an elastic cloud-like resource.

MAAS "Metal as a Service" is similar to IAAS "Infrastructure as a Service" as it allows a new machine to be provisioned. The difference is that IAAS normally refers to virtual machines, MAAS is designed to provision bare metal. This means bring a bare metal server with no operating system install to a completely working server ready for the user to deploy services on.

References:

1191 questions
20
votes
2 answers

Howto configure MAAS to separate PXE traffic and IPMI traffic on different subnets?

I am trying to set up a part of our network as a linux cluster. Since its a little educational for me, I choose using MAAS with JuJu. However there are some questions that boggle my mind and I was hoping that someone could clarify that for me. The…
Joham
  • 301
17
votes
2 answers

How to configure MAAS to be able to boot virtual machines

I am running a virtual (kvm) MAAS/juju setup where most of the MAAS nodes (including MAAS master) are virtual, but some are also physical nodes. The physical Dell 1950 nodes configures automatically for boot in MAAS, so when i deploy via Juju they…
dhojgaard
  • 1,167
16
votes
3 answers

Is there a way for MaaS to Commission a Raspberry Pi 3B?

I have a small lab (literally) of 3 RBP-3B units with SATA and SD drives attached running Ubuntu 16.04 LTS. I have installed software on them to create a Ceph cluster but its tricky and pretty fragile. Ultimately I would like to administer this…
15
votes
1 answer

Should I add HWE kernel to the Ubuntu server manual installation (not from a hosting provider)?

Manually installing Ubuntu server (not from a hosting provider) -- should I add a HWE kernel? From the moment I mount the ISO in my VirtualBox and starting the installation process, I am asked for 4 options: For a regular Ubuntu server For an…
user423047
14
votes
4 answers

Is Ubuntu MAAS free?

Ubuntu MAAS, very cool, awesome in fact, looks like a unique tool for several jobs. It looks free, but part of its documentation starts already with clauses that would scare anyone with interest in it: Documentation is copy righted by…
Bruno Pereira
  • 74,715
14
votes
2 answers

Architecture diagram explaining the Ubuntu Cloud Infrastructure with MAAS / Openstack architecture?

I'm interested in Ubuntu Cloud Infrastructure with MAAS (based on Openstack from what I understand) but cannot find any architecture diagram which gives an overview of how MAAS works. The case is Ubuntu Cloud Infrastructure with MAAS. It requires at…
maximd
  • 161
12
votes
1 answer

deploying openstack on 6 servers

I'm new to openstack and i'm still learning. In 2 month i'll get 6 servers like: 4 servers with dual xeon e5-2630 , 96gb ram, 2 1gb ethernet and 2 500gb hdd in raid 1 DAS with 40tb of storage (10x4tb HDD) 1 server with single xeon e5-2630 with…
Capsali
  • 123
  • 1
  • 6
11
votes
1 answer

Allow loop mounting files inside LXC containers?

I'm trying to set up a MaaS server inside an LXC container. When I import the PXE files, it needs to be able to mount loop devices. I have set the following options in the container config file to allow loop mounting, but I'm missing…
Azendale
  • 12,021
10
votes
2 answers

How do I use MAAS and Juju with an existing DHCP server?

I found some information about installing ubuntu with MaaS and JuJu, and I would like to try it out however I am not finding any information on how to take in to account a DHCP server already in the network. I need to be able to configure this to…
nexusguy59
  • 385
  • 3
  • 7
9
votes
1 answer

Can I manage ZFS with Landscape and MAAS?

I have 5 different servers. I am very interested in installing ZFS across all of them. I also am interested in using JuJu, MAAS, and Landscape to automate the installation of ZFS, and the management of each server. For instance I do not want to…
gabbimark
  • 101
9
votes
2 answers

Step by Step Install of MAAS and JUJU

I am working on understanding the pieces that I am missing in being able to deploy Juju across the other MAAS nodes. I don't know If I have a step out of place, or missing a few. The MaaS server handles the DHCP and DNS. The router (which is at…
John75077
  • 182
  • 1
  • 2
  • 16
8
votes
1 answer

Landscape's Openstack deployment fails at Configure Availability Zones

Using the current Landscape's “OpenStack Beta” option to deploy OpenStack on my MAAS setup. I get to 98% completion, with 1 failure on “Configure availability zones”. My settings utilized KVM, Open vSwitch, and I currently utilize Ceph for both…
8
votes
1 answer

How do I use MAAS to prepare to install OpenStack?

I have a set of servers and I would like to install OpenStack, how can I install OpenStack with Metal-as-a-Service (MAAS)?
Jorge Castro
  • 73,717
8
votes
2 answers

juju http-proxy and no_proxy settings

I'm setting up an environment with juju and maas. The maas environment has no direct internet connection, a proxy must be used. I have configured the juju environment's proxy using juju set-env http-proxy=http://my_proxy:8080 and that works,…
8
votes
1 answer

How do I deploy havana instead of grizzly?

I'm trying to install openstack havana dashboard but the dashboard is always grizzly... I use juju and maas to deploy the charms on a bootstrap node, set the openstack-origin to: cloud:precise-havana to all of the charms - keystone, nova-compute,…
1
2 3
79 80