0
granra
8y

Spent days adding cloud-init to a CentOS kickstart script for a baremetal template.
I didn't want to have NetworkManager installed but had network problems.

Turns out you need to explicitly put NM_CONTROLLED=no in the config for the interface to not use NetworkManager.

Because that makes sense.

Comments
Add Comment