Load Ubuntu Core on Maas

i’d like to upload on my Maas the image of Ubuntu Core to try deploy that on some RPI and provision new nodes using that custom image. Is it possible this?
thanks

Hi @riccardo-magrini

here you can find several discussions:
https://discourse.maas.io/search?q=custom%20image

Best,
Stefan

1 Like

Yes, you can download an image (e.g. https://people.canonical.com/~platform/images/nuc/intel_dawson/dawson-uc18-m7-20190122-10.img.xz ) and upload it to MAAS with:

maas <user> boot-resources create name=ubuntu-core/uc18.20190122 title="Ubuntu Core 18" architecture=amd64/generic filetype=ddxz content@=dawson-uc18-m7-20190122-10.img.xz
5 Likes