Hi everyone,
I had some time that I don’t deploy a machine with maas.
When I try to deploy a new machine, my workflow has broken due the DNS search key in curting network config is missing:
/etc/cloud/cloud.cfg.d/50-curtin-networking.cfg
:
network:
ethernets:
ens33:
addresses:
- 172.16.0.10/24
gateway4: 172.16.0.1
match:
macaddress: 00:00:00:00:00:00
mtu: 1500
nameservers:
addresses:
- 172.16.1.2
- 172.16.1.3
set-name: ens33
version: 2
I have checked a older machine and the search is configured:
network:
bonds:
bond0:
addresses:
- 172.16.0.20/24
gateway4: 172.16.0.1
interfaces:
- ens14f0np0
- ens1f0np0
macaddress: 00:00:00:00:00
mtu: 1500
nameservers:
addresses:
- 172.16.0.2
- 172.16.0.3
search:
- mydomain.local <---- this is missing
parameters:
down-delay: 0
mii-monitor-interval: 100
mode: balance-rr
transmit-hash-policy: layer2
up-delay: 0
version: 2
Is this a desired change?