1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-23 17:33:56 +03:00
Commit Graph

2272 Commits

Author SHA1 Message Date
Carlos Martín
94d1615e58 Feature #687: Store acl rules in a multimap. Add error messages when adding/deleting a wrong rule 2011-06-24 13:22:17 +02:00
Carlos Martín
bfaabf357d Feature #687: Start work on ACL rules 2011-06-22 19:22:52 +02:00
Jaime Melis
1677141cf6 bug #690: Wrong IM driver protocol 2011-06-21 17:51:04 +02:00
Jaime Melis
71a1b3408a Fix bug in the installation of sunstone etc files 2011-06-21 17:50:57 +02:00
Daniel Molina
bed83ae478 Fix Sunstone tests 2011-06-20 17:01:08 +02:00
Daniel Molina
5275c4ea06 Merge branch 'master' of git.opennebula.org:one 2011-06-20 15:37:24 +02:00
Daniel Molina
ceacce79c9 Add User/Group list to the show command 2011-06-20 15:37:12 +02:00
Daniel Molina
e0e5b17310 Improve CLI performance 2011-06-20 15:36:37 +02:00
Javi Fontan
6693c8e04a Changed ruby mad test to be runable from test dir 2011-06-18 18:59:35 +02:00
Javi Fontan
2dd628cc36 Changed authm_mad test to be runable from test dir 2011-06-18 18:23:07 +02:00
Ruben S. Montero
41bbe8ccb9 bug: removed unneeded command execution when remotes dir is missing 2011-06-18 02:27:23 +02:00
Ruben S. Montero
778e17eb65 bug: fixes update functionality 2011-06-18 02:11:56 +02:00
Ruben S. Montero
b796817b97 bug: remote dir is not recreated if removed 2011-06-18 01:26:45 +02:00
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