<div dir="ltr">Ive looked through what documentation I can find and i only come up on bug reports from years ago, but: is there anyway to get metadata about a oVirt server metadata from the context of a VM ? cloud-init supports a metadata service that sits onĀ 169.254.169.254 to retrieve info like instance-id etc. This is very useful in AWS which I&#39;m familiar with.<div><br></div><div>My context is that I&#39;d like to run some assertions against a VM and the test framework I&#39;m using runs all assertions from within the VM itself. So If i wanted to assert that the host running my VM is &quot;<a href="http://x.foo.com">x.foo.com</a>&quot; I&#39;d have to be able to retrieve that from within the VM. I can do that via the REST API but that requires me to get a REST user/pass inside the vm and feels hacky. The common way of doing this at openstack/aws is to curl the metadata service which replies with information only relevant to the machine asking.</div></div>