ggiamarchi / vagrant-openstack-provider

Use Vagrant to manage OpenStack Cloud instances.
MIT License
247 stars 101 forks source link

Support for trove mechanics #247

Closed iamkobold closed 7 years ago

iamkobold commented 9 years ago

Looking for interest in supporting some of the trove mechanics for setting up database resources using openstack/vagrant. Trove VM's seem to be special ones as I can boot one but i seem to have issues executing commands for the database to like re-create the database and what not?

One of the use cases I am doing is setting up a multi-machine topology with a trove database using vagrant I currently have a trove image already running in the openstack tenant. However, i have no real way to automatically create/destroy databases and or users with normal vagrant up/down functions

Thoughts on how to do this with the openstack plugin as is or should this be a feature like how volumes can be attached and what not?

ggiamarchi commented 7 years ago

This feature is interesting but looks to be out of scope. Maybe a tool like terraform is more appropriate.