[09:51] hi everyone! [18:09] Hi folks, I built an image with cloud-init-21.4 rpm and vmware-iso using Packer 1.7.2 and Centos-8.5.2111. But I couldn't get network up and cloud-init.log shows "No network config applied. Neither a new instance nor datasource network update allowed." Can I get some suggestions on debugging? https://imgur.com/a/praffiC [20:57] falcojr: holmanb if still around I finally put up the prelim PR on JSON schema consolidation based on James' original branch [20:57] https://github.com/canonical/cloud-init/pull/1175 [20:57] Pull 1175 in canonical/cloud-init "Single JSON schema validation in early boot" [Open] [20:59] yiyi: if you want your image to seem "clean" and boot fresh, you'd need to run `sudo cloud-init clean --logs` as the last step of your image creation process. [21:00] otherwise cloud-init caches files and semaphores which tells cloud-init that if the instance-id hasn't changed on the system, it won't try to perform any of the tasks it does only once PER_INSTANCE. [21:23] blackboxsw: taking a look