Hi, I have built a Nano server using cloudbase-init-offline-install and used that image in ironic (bifrost). The newly populated server don't get the metadata from configdrive. I have set the networking manually and used Powershell to connect to the server. I see there is a Cloudbase-Init folder and all the content required, but: 1. Get-PSDrive don't show any extra partition with metadata 2. Get-Service don't show any service related to cloudbase-init 3. C:\Cloudbase-init\logs are empty (never run?)
Image build command: .\NewNanoServerImage.ps1 -IsoPath $isoPath -TargetPath $targetPath -AdministratorPassword $password -Platform "BareMetal" -Compute -Clustering -AddCloudbaseinit