I'm trying to deploy a VM from vRealize Automation 8.2 from an Ubuntu Server 20 image I've created. I've configured it in order to use OVF datasource but during initialization I get this message at the /var/log/cloud-init-output.log after it configures some ssh keys.
Cloud-init v. 20.3-2-g371b392c-0ubuntu1~20.04.1 running 'modules:config' at Thu, 22 Oct 2020 11:10:48 +0000. Up 54.17 seconds.
Cloud-init v. 20.3-2-g371b392c-0ubuntu1~20.04.1 running 'modules:final' at Thu, 22 Oct 2020 11:10:51 +0000. Up 57.52 seconds.
ci-info: no authorized SSH keys fingerprints found for user cloudadmin.
Cloud-init v. 20.3-2-g371b392c-0ubuntu1~20.04.1 finished at Thu, 22 Oct 2020 11:10:52 +0000. Datasource DataSourceNone. Up 58.65 seconds
2020-10-22 11:10:52,919 - cc_final_message.py[WARNING]: Used fallback datasource
As result, cloud-init doesn't execute any of the commands I specify in the Blueprint, so any user is created and packages are installed. The only configuration I've applied to the VM before creating the image was "dpkg-reconfigure cloud-init" and selected the OVF option. The /etc/cloud/cloud.cfg.d/90_dpkg.cfg is as follows
# to update this file, run dpkg-reconfigure cloud-init
datasource_list: [ OVF ]