Dear all,
reading the TROVE's
Doc<http://docs.openstack.org/developer/trove/dev/design.html>
 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 instance was created, how does an application deployed in the
cloud platform (IaaS or PaaS level) perform CRUD operation on that database
instance? Maybe, does the trove-taskmanager release an endpoint on which
create a DBMS connection?

Giuseppe


2013/9/9 Daniel Salinas <imsplit...@gmail.com>

> 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
> database users as you would like.
>
>
> On Mon, Sep 9, 2013 at 9:21 AM, Giuseppe Galeota <
> giuseppegale...@gmail.com> wrote:
>
>> Dear all,
>> reading the TROVE's 
>> Doc<http://docs.openstack.org/developer/trove/dev/design.html>I 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 created?
>>
>> Does it mean that Trove creates a single VM instance in which a more
>> database instances of a single tenant are created ?
>>
>> Thank you,
>> Giuseppe
>>
>> _______________________________________________
>> Mailing list:
>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
>> Post to     : openst...@lists.openstack.org
>> Unsubscribe :
>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
>>
>>
>
_______________________________________________
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to