How to create trove ready image for launching trove instance [closed]
Hi,
I am going to create trove ready image for launching as trove instance. Would some body explain the whole process for me? Here is what I found out:
1- download cloud ready image
2- install trove guest agent on downloaded image
3- install required database on downloaded image (for example mysql or mongodb or another database that you want to provide as service): Is this step necessary or installing guest agent on the downloaded image is sufficient?
4- remove hardware information from image and compress it
5- upload it to glance
6- tell trove about mapping datastore, datastore_version and glance image.
If these steps are true so basically you can launch different types of databases (relational or non-relational) as long as you put that inside virtual machine image!