Dear all,
I am trying to use maas in order to deploy an HPC cluster.
Each server has 3 interfaces that have different static IP.
In order to automate the configuration of these IPs on my servers, I developed a bash script that interact with the maas API to configure each interface.
It works well when ran locally.
My issue is the following, I wanted to add this script as a commisionning script but I receive the following error:
Cannot unlink subnet interface because the machine is not New, Ready, Allocated, or Broken.Cannot update interface interface because the machine is not New, Ready, Allocated, or Broken.Cannot link subnet interface because the machine is not New, Ready, Allocated, or
So I wanted to know if it would be possible to integrate this script into maas and to execute it while the machine is Ready ? Therefore I could configure my network automatically through maas.
Thank you for your attention,
Best