Re: [Openstack] [TROVE] database instance creation

2013-09-09 Thread Giuseppe Galeota
Dear all, reading the TROVE's Doc I see that "The trove-taskmanager service does the heavy lifting as far as provisioning instances, managing the lifecycle of instances, and performing operations on the *Database instance*". So, once an i

Re: [Openstack] [TROVE] database instance creation

2013-09-09 Thread Daniel Salinas
Trove allows you to deploy a single vm with 1 server instance of whichever service supported. So for example, if you were to deploy a mysql instance, you would have 1 vm with 1 mysql instance running on it. You can put as many databases on that one server instance as you would like with as many d

Re: [Openstack] [TROVE] database instance creation

2013-09-09 Thread Giuseppe Galeota
So, I think that "Trove is designed to support a *single-tenant *database within a Nova instance" is a misleading definition. What do you think? Giuseppe 2013/9/9 Daniel Salinas > Trove allows you to deploy a single vm with 1 server instance of whichever > service supported. So for example, i

[Openstack] [TROVE] database instance creation

2013-09-09 Thread Giuseppe Galeota
Dear all, reading the TROVE's DocI see that Trove is designed to support a single-tenant database within a Nova instance. What does means this? Does it mean that Trove creates a single VM instance in which a single database instance is cr