Re: [one-users] Migration Path from 1.4 to 2.0

2010-11-19 Thread opennebula

I posted the last scripts and a tiny how-to under:

Request #415:

http://dev.opennebula.org/issues/415

Lucky migration!

Greats

Marlon Nerling
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Migration Path from 1.4 to 2.0

2010-11-05 Thread opennebula

I prepared some bash scripts for the migration.
They are attached here.
I will be glad if someone could take a look on it, specially  
one.migration.vm.sh, wish I think is to much customized for our need.
As you can see I try to parse vm_attributes under the xml format of  
vm_pool.template, there may you find some issues.
The attached files are contain only the functions for the migration,  
they are released under the GNU Public licese.

I'm working on a call script and will post it asap.

Marlon Nerling

Zitat von openneb...@nerling.ch:


Good day.
I'm starting to implement a Migration path from my one1.4  
installations to one2.0.1.
I will be sure I'm not recreating the whell, so If you know from  
ready scripst or howtos for this, let me know.

All help will be aprecciated, too.
best Regards

Marlon Nerling
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org






one.migration.common.sh
Description: Bourne shell script


one.migration.hosts.sh
Description: Bourne shell script


one.migration.unchanged.sh
Description: Bourne shell script


one.migration.vm.sh
Description: Bourne shell script


one.migration.vnet.sh
Description: Bourne shell script
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Migration Path from 1.4 to 2.0

2010-11-05 Thread Javier Fontan
Hello,

That looks great! Maybe you want to contribute them to
http://opennebula.org/community:ecosystem. If you don't have where to
host the files maybe you can create a project in github.com so more
people can collaborate with you with patches and bug fixes.

That's really neat you are doing this, I think that one of the main
problems to change to the new release is migrating the database as
people already has VM's running in the old version.

Thank you!

On Fri, Nov 5, 2010 at 9:53 AM,  openneb...@nerling.ch wrote:
 I prepared some bash scripts for the migration.
 They are attached here.
 I will be glad if someone could take a look on it, specially
 one.migration.vm.sh, wish I think is to much customized for our need.
 As you can see I try to parse vm_attributes under the xml format of
 vm_pool.template, there may you find some issues.
 The attached files are contain only the functions for the migration, they
 are released under the GNU Public licese.
 I'm working on a call script and will post it asap.

 Marlon Nerling

 Zitat von openneb...@nerling.ch:

 Good day.
 I'm starting to implement a Migration path from my one1.4 installations to
 one2.0.1.
 I will be sure I'm not recreating the whell, so If you know from ready
 scripst or howtos for this, let me know.
 All help will be aprecciated, too.
 best Regards

 Marlon Nerling
 ___
 Users mailing list
 Users@lists.opennebula.org
 http://lists.opennebula.org/listinfo.cgi/users-opennebula.org




 ___
 Users mailing list
 Users@lists.opennebula.org
 http://lists.opennebula.org/listinfo.cgi/users-opennebula.org





-- 
Javier Fontan, Grid  Virtualization Technology Engineer/Researcher
DSA Research Group: http://dsa-research.org
Globus GridWay Metascheduler: http://www.GridWay.org
OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Migration Path from 1.4 to 2.0

2010-11-05 Thread opennebula

Ola Javier.
You are welcome.
I will post the files and my experience here for the moment.
I can not user git throught the proxy of my workplace, so I can not to git it.
Wenn I'm ready with this, I will post to dev.opennebula.org as a  
requirement, as I have done for Request #181: Migration Path from 1.2  
to 1.4 http://dev.opennebula.org/issues/181


best regards

Marlon

Zitat von Javier Fontan jfon...@gmail.com:


Hello,

That looks great! Maybe you want to contribute them to
http://opennebula.org/community:ecosystem. If you don't have where to
host the files maybe you can create a project in github.com so more
people can collaborate with you with patches and bug fixes.

That's really neat you are doing this, I think that one of the main
problems to change to the new release is migrating the database as
people already has VM's running in the old version.

Thank you!

On Fri, Nov 5, 2010 at 9:53 AM,  openneb...@nerling.ch wrote:

I prepared some bash scripts for the migration.
They are attached here.
I will be glad if someone could take a look on it, specially
one.migration.vm.sh, wish I think is to much customized for our need.
As you can see I try to parse vm_attributes under the xml format of
vm_pool.template, there may you find some issues.
The attached files are contain only the functions for the migration, they
are released under the GNU Public licese.
I'm working on a call script and will post it asap.

Marlon Nerling

Zitat von openneb...@nerling.ch:


Good day.
I'm starting to implement a Migration path from my one1.4 installations to
one2.0.1.
I will be sure I'm not recreating the whell, so If you know from ready
scripst or howtos for this, let me know.
All help will be aprecciated, too.
best Regards

Marlon Nerling
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org





___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org






--
Javier Fontan, Grid  Virtualization Technology Engineer/Researcher
DSA Research Group: http://dsa-research.org
Globus GridWay Metascheduler: http://www.GridWay.org
OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org




___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


[one-users] Migration Path from 1.4 to 2.0

2010-11-04 Thread opennebula

Good day.
I'm starting to implement a Migration path from my one1.4  
installations to one2.0.1.
I will be sure I'm not recreating the whell, so If you know from ready  
scripst or howtos for this, let me know.

All help will be aprecciated, too.
best Regards

Marlon Nerling
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org