ShivChittora
ShivChittora
@nmeyerhans The dmidecode package is already installed. PFB the details asked. [root@ip-xx-xx-xx-xx ~]# cat /sys/devices/virtual/dmi/id/product_uuid D58E20EC-225A-8316-3691-2830F954777C [root@ip-xx-xx-xx-xx ~]# sudo dmidecode --string system-uuid ec208ed5-5a22-1683-3691-2830f954777c [root@ip-xx-xx-xx-xx ~]# rpm -qa | grep "dmidecode"...
@nmeyerhans The method identify_aws (/usr/lib/python2.7/site-packages/cloudinit/sources/**DataSourceEc2.py**) was searching for **data['uuid']** to begin with Ec2. The exception "uuid = util.read_dmi_data('system-uuid')" was occurring in the subroutine def _collect_platform_data() because `util.load_file("/sys/hypervisor/uuid").strip()" was not present....
@holmanb We have an on-premises solution . Installing an ISO file is what we do. Our goal is to offer support on AWS. I created an AMI from that ISO...
Apart from the code changes mentioned earlier, I also made the changes to the service file (/usr/lib/systemd/system/cloud-*) that were suggested in "https://forums.opensuse.org/t/cloud-init-does-not-run/131727/4". With the help of the user data supplied,...