Velvet Star Monitor

Standout celebrity highlights with iconic style.

general

Raspberry Pi Image on MAAS

Writer Mia Lopez

MAAS: 2.6

I need to add cheaper solution as node to my infrastructure, there is a cheap resourceful option raspberry pi 4, So this is real case in real project!

I need to add Raspberry Pi as node to my Infrastructure
How may I add Raspberry Pi Image on MAAS?

0

1 Answer

So, MAAS 2.6 has an ARM64 Image selectable in the Images section of Configuration.

The biggest issue with using Raspberry Pi's is getting them to PXE boot correctly.

You will need to follow a combination of tutorials:

Complete Phase 1 to configure your clients to PXE boot. Then you need to provide a suitable DHCP snippet and locate a number of different files in MAAS. Namely, I have not been able to figure out why the PI's timeout when attempting to boot to maas. According to tcpdump the MAAS server recieves the DHCP requests and responds but the pi's timeout. I have adjusted the timeout, other settings on the PI's bootconfig.txt to no avail.

Finally, I think the most difficult issue is power control. With no IPMI or IDRAC/KVM controls there is no way for MAAS to complete commissioning on its own without setting power control to manual. Which removes one of the key features you would want MAAS for.

If these two things can be resolved I think it will be fairly simple however, as of now I know of no functioning PI booting scheme using MAAS.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy