1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

2259 Commits

Author SHA1 Message Date
Daniel Molina
ffce8af029 onedb, if the backup already exists stop the upgrade process 2011-06-17 15:37:22 +02:00
Javi Fontan
6d139a9b75 Escape strings when inserting vms in onedb 2011-06-17 15:27:11 +02:00
Daniel Molina
43c82e4e7b Add backup option to onedb 2011-06-17 15:19:39 +02:00
Daniel Molina
2d2cf68a80 Fix typo in onevm live_migrate 2011-06-17 15:08:24 +02:00
Daniel Molina
7c537c79ff Change finalize method instead of delete for onevm 2011-06-17 15:06:27 +02:00
Daniel Molina
f811bcbaae Fix host_id CLI argument 2011-06-17 14:48:51 +02:00
Daniel Molina
79ea9e6e01 Fix Migrator path 2011-06-17 14:33:23 +02:00
Daniel Molina
13f69b5aed Fix oneauth ruby lib paths 2011-06-17 13:23:57 +02:00
Daniel Molina
c3672747ab Add onedb history return code 2011-06-17 13:20:45 +02:00
Daniel Molina
fe5a68e645 Merge branch 'master' of git.opennebula.org:one 2011-06-17 13:18:14 +02:00
Daniel Molina
749dace1e2 Add error codes to onedb and fix constant issue 2011-06-17 13:17:33 +02:00
Tino Vázquez
02745b04c5 Merge branch 'master' of git.opennebula.org:one 2011-06-17 13:14:50 +02:00
Tino Vázquez
2447e7d99e CLI one_helper allows for changes in secret and endpoint 2011-06-17 13:14:07 +02:00
Daniel Molina
5f0dccd0f4 Add License headers 2011-06-17 12:56:23 +02:00
Daniel Molina
19485e82a8 Fix typo in onetemplate description 2011-06-17 12:51:28 +02:00
Daniel Molina
17ad24169e Fix install.sh onedb dir 2011-06-17 12:47:49 +02:00
Daniel Molina
e9b2b5804e Merge branch 'feature-661'
Conflicts:
	install.sh
	src/cli/client_utilities.rb
	src/cli/onegroup
	src/cli/onehost
	src/cli/oneimage
	src/cli/onetemplate
	src/cli/oneuser
	src/cli/onevm
	src/cli/onevnet
	src/oca/ruby/OpenNebula/VirtualNetwork.rb
	src/onedb/1.rb
2011-06-17 12:30:54 +02:00
Daniel Molina
6e59fb9482 Merge branch 'feature-661' of git.opennebula.org:one into feature-661 2011-06-16 19:41:11 +02:00
Daniel Molina
331f8e8c88 feature #661: Update and refactor onedb 2011-06-16 19:40:21 +02:00
Carlos Martín
e1aa008db1 Feature #661: Implement onegrop and oneuser commands marked with "TODO" 2011-06-16 18:34:17 +02:00
Hector Sanjuan
f5ad01b58f Bug #686: Fix OneMonitor start/stop/logging 2011-06-16 17:56:02 +02:00
Hector Sanjuan
e7000837f8 Bug #682: Added missing Sunstone files to install script 2011-06-16 17:56:02 +02:00
Carlos Martín
2f9443658f Java OCA tests: return code added to tester 2011-06-16 17:51:15 +02:00
Carlos Martín
3f1cd6e540 Feature #591: Test for onedb upgrade now checks the objects loaded from an upgraded DB. 2011-06-16 16:45:53 +02:00
Carlos Martín
34585c7402 Bug: If a VMTemplate was instantiated without name, the resulting VM's template had two XML NAME attributes, one of them empty. 2011-06-16 16:16:20 +02:00
Carlos Martín
d0b5c29c16 Feature #591: Fix wrong CDATA text element 2011-06-16 16:14:20 +02:00
Ruben S. Montero
e26e3abc77 feature #522: User can be authenticated using user/group info methods with uid/gid = -1 2011-06-16 12:33:29 +02:00
Hector Sanjuan
bfed9b8b23 Feature #684: Reorganized code regarding the wizards.
Now everytime a wizard changes, there is a piece of code restoring the
form to defaults and then calling each wizard's specific customizations.

Before every wizard had to undo other wizards changes, being quite confusing.
2011-06-15 23:03:53 +02:00
Javi Fontan
bc3887d9ab Merge branch 'feature-595' 2011-06-15 19:34:12 +02:00
Javi Fontan
6dfb611413 feature #595: now remotes copy is retried 2011-06-15 19:26:38 +02:00
Javi Fontan
b2ba7cd5fe feature #595: im_ec2 does not have a remotes dir 2011-06-15 19:23:49 +02:00
Javi Fontan
cb2140ac82 feature #595: removed im_sh driver 2011-06-15 19:21:47 +02:00
Javi Fontan
b66fb90b6d feature #595: added im sh and ssh wrappers 2011-06-15 19:19:43 +02:00
Carlos Martín
063a149556 Merge branch 'master' of git.opennebula.org:one 2011-06-15 19:19:19 +02:00
Carlos Martín
149c5afb1e Feature #591: add tests for onedb upgrade. For now, only the DB schema is compared 2011-06-15 19:18:25 +02:00
Carlos Martín
d554bea4a7 Feature #591: Delete cluster_pool, update group_pool schema 2011-06-15 19:16:52 +02:00
Javi Fontan
1202c18267 feature #595: im driver -l option does not get parameters 2011-06-15 19:15:33 +02:00
Hector Sanjuan
1c499d21bb Bug #669: Prevent confirm dialog autoclose.
The autorefresh runAction closed them just as any other action. Moved
the close dialog order to a better place so it is done only when strictly
necessary. Added basic error return code to runAction() as well.
2011-06-15 18:18:07 +02:00
Carlos Martín
4b0dbe5071 Feature #661: Add help comments and a few missing commands 2011-06-15 12:12:23 +02:00
Tino Vázquez
1a9fa82500 Merge branch 'master' of git.opennebula.org:one 2011-06-14 17:59:04 +02:00
Tino Vázquez
024b435701 Bug #681: Fix OCCI HTTP Error Codes 2011-06-14 17:52:33 +02:00
Daniel Molina
021587d453 feature #661: Add default format 2011-06-14 17:34:35 +02:00
Daniel Molina
cd10967d2a feature #661: Fix to_id method error 2011-06-14 15:32:47 +02:00
Daniel Molina
8054196be7 feature #661: Add name_to_id 2011-06-14 15:15:11 +02:00
Daniel Molina
eb0b1f518b feature #661: Add description and exit_with_code method 2011-06-14 15:13:36 +02:00
Daniel Molina
67fbf8092a feature #661: Update oneauth command 2011-06-14 15:13:06 +02:00
Daniel Molina
5eeb0a7541 feature #661: Add unindent functionality 2011-06-14 14:47:29 +02:00
Ruben S. Montero
dd73f25e22 bug: missing files for sunstone 2011-06-14 00:01:27 +02:00
Ruben S. Montero
9f1447eeec bug: Removed Cluster files in installer 2011-06-13 23:43:40 +02:00
Ruben S. Montero
75abcefb4d Merge branch 'feature-407rm' 2011-06-13 23:05:23 +02:00