When neither rendezvousIP is provided in agent config, no nmstateConfig.yaml and also no hosts information is provided in agentConfig.yaml Image creation fails with error: failed to fetch Agent Installer ISO: failed to fetch dependency of "Agent Installer ISO": failed to generate asset "Agent Installer Ignition": invalid NMStateConfig yaml, no valid interfaces set The error message is confusing to the end users. Manifests to reproduce the error: https://drive.google.com/drive/folders/1lJSu-JIkbSgqH36JHSgerUQtJXKoFsob
Pawan to take a look at reproducing it again and close if not reproducible.
When no nmstateconfig is provided and the agentConfig neither has rendezvous IP nor the hosts data, then currently, the image generation fails with a clear and better message as below: ERROR failed to write asset (Agent Installer ISO) to disk: cannot generate ISO image due to configuration errors FATAL failed to fetch Agent Installer ISO: failed to fetch dependency of "Agent Installer ISO": failed to generate asset "Agent Installer Ignition": missing rendezvousIP in agent-config or at least one NMStateConfig manifest
I tried this on the latest master branch code, FYI.