kvm - Passing parameters to a virtual machine created using qcow2 -


i used creating virtual machines using ovf format vmware hypervisor. in ovf file, can add custom xml tags made available parameters guest when guest boots up. available device guest , guest software can mount , read parameters.

is possible same using kvm , qcow2 format?

openstack provide metadata service. instances can retrieve user data (passed user_data parameter in api call or --user_data flag in nova boot command) through metadata service, making request.

openstack can configured write metadata special configuration drive attached instance when boots. instance can retrieve information available through metadata service mounting disk , reading files it. see config-drive: https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux_openstack_platform/5/html/end_user_guide/config-drive.html


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -