Hi,
We are deploying MAAS in my company to manage a wide kubernetes cluster (90 servers at least).
I have already managed to handle post install using curtin cloud-init and ansible playbooks.
The only thing remaining for me is how can I define servername programatically based on the following criteria
- Chassis serial number / particular information on ipmi
- Switch name (based on lldp discover that I could do at enlistment)
- Port name (like switch name)
I have tried to modify the enlist script without success.
Does anybody knows if it’s at least possible ?
Thanks