Re: [Openstack] Export tenant configuration

2014-01-23 Thread Nick Ma
On 1/23/2014 1:32 PM, Clint Byrum wrote: If you use Heat to manage your resources you already have this. Just deploy your stack again. There is work landing now which will allow Heat to adopt existing resources. So that would be a good format to use as the serialization of all the things in

Re: [Openstack] Export tenant configuration

2014-01-22 Thread Nick Ma
AFAIK, in OpenStack, all the data is stored in sql server and there's no so-called automatic script for this task, but you can dump the desired data from sql server and restore them into the new sql server. You can have a try. Nick Ma On 1/21/2014 10:24 PM, Salvo Rapisarda wrote: Hello,

Re: [Openstack] Export tenant configuration

2014-01-22 Thread Salvo Rapisarda
But you surely know that MySQL is not the only SQL back-end for OpenStack services. ;-) This is why I was looking for an alternative solution for export/import the structure of my project. Salvo. Il 22/01/2014 15.57, Nick Ma ha scritto: AFAIK, in OpenStack, all the data is stored in sql

Re: [Openstack] Export tenant configuration

2014-01-22 Thread Jay Pipes
On Wed, 2014-01-22 at 17:21 +0100, Salvo Rapisarda wrote: But you surely know that MySQL is not the only SQL back-end for OpenStack services. ;-) I don't see any mention of MySQL below by Nick Ma. This is why I was looking for an alternative solution for export/import the structure of my

Re: [Openstack] Export tenant configuration

2014-01-22 Thread Tim Bell
: Re: [Openstack] Export tenant configuration On Wed, 2014-01-22 at 20:06 +0100, Salvo Rapisarda wrote: Il 22/01/2014 18.18, Jay Pipes ha scritto: On Wed, 2014-01-22 at 17:21 +0100, Salvo Rapisarda wrote: But you surely know that MySQL is not the only SQL back-end for OpenStack services

Re: [Openstack] Export tenant configuration

2014-01-22 Thread Clint Byrum
Excerpts from Salvo Rapisarda's message of 2014-01-22 11:06:17 -0800: Il 22/01/2014 18.18, Jay Pipes ha scritto: On Wed, 2014-01-22 at 17:21 +0100, Salvo Rapisarda wrote: But you surely know that MySQL is not the only SQL back-end for OpenStack services. ;-) I don't see any mention of

[Openstack] Export tenant configuration

2014-01-21 Thread Salvo Rapisarda
Hello, in OpenStack there is a function that export/import the structure of a project (Network,Volume,VMs,ecc...) ? For example, I want to export a complex network configuration from a Grizzly installation to Havana installation. I know that with a bash script it's possible to re-create