Hello.
We are currently using MAAS for deploying Ubuntu machines. We have run into a small problem that hopefully someone can assist with.
Currently we create our machines in MAAS with the API and then commission them. This has worked well, the machines commission and we can then deploy.
We need to move to a work flow where the machines are powered on and enlist themselves into MAAS, which we were hoping would be easy.
We can get the machines to boot and start the PXE image, but when enlisting and running the commissioning scripts, they are throwing the following errors, which breaks the enrolment process.
http://custom-repo/pulp/content/production/ubuntu jammy InRelease E: Repository has changed its ‘Origin’ value from Ubuntu to Pulp3
and
http://custom-repo/pulp/content/production/ubuntu jammy InRelease E: Repository has changed its ‘Label’ value from Ubuntu to ‘’
This is im sure caused by our use of Pulp for our custom repo’s.
this only happens during automatic enlistment, not during a commissioning.
Anyh thoughts?