Hi Community,
I’ve read this: Detach a deployed machine from MaaS and make it independent.
Basically, we want to remove any residual or MAAS settings from deployed nodes/machines.
I am aware of the netplan and a few files within /etc/cloud/cloud.cfg.d
Is there anything else?
Does anyone around here have a script or an Ansible playbook that will help us remove this?
I appreciate any insights and help.
Thank you
As long as you don’t have hardware sync enabled the machine shouldn’t be phone back to MAAS. The only other configuration to consider are the network configurations /etc/netplan/*.yaml as well as any other references (NTP configuration, DNS config, routing, etc.) that may still reference the MAAS server. But these are static configurations you’d find on any deployed Ubuntu OS, not necessarily mechanisms actively talking to the MAAS API.