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

2481 Commits

Author SHA1 Message Date
Javi Fontan
b63313a215 id in onevm list is now 6 chars wide 2011-07-08 17:47:56 +02:00
Javi Fontan
882aa09e9d --plain-password is now --plain in oneuser 2011-07-08 17:47:26 +02:00
Javi Fontan
1b834fbf63 help for password parameter in oneuser 2011-07-08 17:47:04 +02:00
Javi Fontan
1c7c005d39 added descriptions for file, range and text in CLI documentation 2011-07-08 15:30:15 +02:00
Javi Fontan
2d1f173ca2 formating changes to CLI 2011-07-08 15:11:14 +02:00
Javi Fontan
39cb1ea9c1 user/group id to name is no longer needed in cli 2011-07-08 12:58:24 +02:00
Jaime Melis
fc8b4093b2 feature #476: set bridge as UP after creating it 2011-07-08 12:42:47 +02:00
Javi Fontan
03c4b69a1d verbose output is now enabled by default in cli create commands 2011-07-07 19:44:01 +02:00
Javi Fontan
efa6f18680 changed cli help to be compatible with ronn formating (man pages) 2011-07-07 19:43:13 +02:00
Carlos Martín
a35d52fc02 Merge branch 'master' of git.opennebula.org:one 2011-07-07 19:23:19 +02:00
Carlos Martín
ec48ba7081 Java OCA: New ACL classes, and tests. TODO: Create a new Exception for rule parsing errors 2011-07-07 19:22:30 +02:00
Carlos Martín
7b19d4a866 Java OCA: Some formatting, and a couple of new helper methods for OneResponse and Pool 2011-07-07 19:21:03 +02:00
Jaime Melis
729795b590 Merge branch 'master' of git.opennebula.org:one 2011-07-07 19:13:20 +02:00
Jaime Melis
041fa8ed12 Update install.sh for unpriviledged user tab. 2011-07-07 19:13:05 +02:00
Ruben S. Montero
66485c6ed7 MULTIPLE GROUPS: Removed initial effort to support multiple user groups for the users. This should be easily recovered to complete this feature in the future 2011-07-07 19:01:04 +02:00
Jaime Melis
efa6d8ff76 Merge branch 'master' of git.opennebula.org:one 2011-07-07 18:54:15 +02:00
Jaime Melis
722cd94033 Minor typo in unpriviledged user dashboard.
Adjust plugins configuration yaml for the unpriviledged user dashboard.
2011-07-07 18:49:20 +02:00
Javi Fontan
fb8ab370d1 added history printing to onevm show 2011-07-07 18:34:41 +02:00
Hector Sanjuan
404fc4a282 Add unpriviledged user dashboard.
This dashboard is the same, except it doesnt contain user/group/hosts references, supposing the default user don't have such rights. To fill in the space left by hosts graphs, I have added Total VM memory and cpu graphs.
2011-07-07 18:34:23 +02:00
Javi Fontan
fa9e37558c onevm now shows host in list and show output 2011-07-07 17:16:59 +02:00
Carlos Martín
598ec3e18b Merge branch 'master' of git.opennebula.org:one 2011-07-07 12:46:36 +02:00
Carlos Martín
bba2daae70 Wrong one.vmpool.info RM error check for state parameter 2011-07-07 12:46:09 +02:00
Carlos Martín
03fac9096a Bug #702: xmlrpc-c does not create a new xmlrpc_c::method class for each request.
Instead, it creates a single instance and its execute method is called for each new request.
This caused some variables to be shared by several threads, which eventually ended in
segmentation fault.
2011-07-07 12:45:13 +02:00
Ruben S. Montero
2beaf0567a Merge branch 'feature-687' 2011-07-06 18:51:39 +02:00
Tino Vázquez
02d12de795 feature #687: Fix bug in oneacl_helper 2011-07-06 18:40:09 +02:00
Ruben S. Montero
cc4d9ea380 Merge branch 'feature-687' 2011-07-06 18:12:03 +02:00
Carlos Martín
e33ed54c1b Feature #687: Bug in Acl rule string parsing 2011-07-06 16:23:40 +02:00
Carlos Martín
23928a454c Feature #687: remove trailing spaces in oneacl_helper.rb 2011-07-06 15:58:48 +02:00
Carlos Martín and Javi Fontan
43e44040f7 Feature #687: Refactor Acl and AclPool ruby OCA classes to follow the common Pool/PoolElement structure 2011-07-06 15:56:38 +02:00
Javi Fontan
d0a797998f feature #450: added a bundler config file to install needed libraries 2011-07-05 19:52:23 +02:00
Carlos Martín
fa2477a79f Merge branch 'feature-687' of git.opennebula.org:one into feature-687 2011-07-05 19:28:42 +02:00
Carlos Martín
076ebcfa10 Feature #687: Change the default ACL rule creation 2011-07-05 19:06:50 +02:00
Tino Vázquez
06084ebaf7 feature #667: Improve ACL CLI error handling
(cherry picked from commit beba090a3fe6d2ee3721cd65afa16ddb8b5dc8a4)
2011-07-05 19:04:28 +02:00
Tino Vázquez
4a186ea046 feature #667: Improved ACLs CLI
(cherry picked from commit e3314e9a236451fdc18045058d123dedd3fa833f)

Conflicts:

	src/oca/ruby/OpenNebula/AclPool.rb
2011-07-05 19:02:39 +02:00
Javi Fontan
58301a249c feature #577: added -m switch to onevm create to specify the number of VMs 2011-07-05 18:48:37 +02:00
Ruben S. Montero
bd290d8dad feature #687: Pass user groups by reference 2011-07-05 17:34:42 +02:00
Ruben S. Montero
3ff70fabbe feature #687: oneadmin user and group can use any host 2011-07-05 17:23:08 +02:00
Ruben S. Montero
5801e9c53e feature #687: The scheduler cheks user authorization for the host. Log messages for filtered hosts 2011-07-05 16:54:08 +02:00
Ruben S. Montero
db1a3ae691 Merge branch 'feature-687' of git.opennebula.org:one into feature-687 2011-07-05 16:32:58 +02:00
Ruben S. Montero
37f0700a96 feature #687: Added an ACL Manager to the Scheduler. The ACL is base class for the new one 2011-07-05 16:32:18 +02:00
Jaime Melis
ae03441edc Merge branch 'master' of git.opennebula.org:one 2011-07-05 16:00:17 +02:00
Jaime Melis
08024d57f2 feature #476: capture more commands during testing 2011-07-05 15:59:47 +02:00
Javi Fontan
9fb107065e feature #595: changed tests as the code now is different
Old expectations are still in the test commented as I am not really
sure the code or tests are right.

TODO: revise tests and library behavior
2011-07-05 15:58:50 +02:00
Jaime Melis
f87e747ad5 feature #476: captura iptables commands during testing 2011-07-05 15:45:01 +02:00
Jaime Melis
1c2ab62a82 feature #476: add some necessary files for testing 2011-07-05 15:44:09 +02:00
Jaime Melis
edc10ea98f Merge branch 'feature-687' of git.opennebula.org:one into feature-687 2011-07-05 15:32:05 +02:00
Jaime Melis
6a97022357 feature #573: Add support for groups and define a default policy 2011-07-05 15:31:25 +02:00
Jaime Melis
24d312916e oneimage list and onevm list should only be 80 chars wide 2011-07-05 12:51:21 +02:00
Carlos Martín
90fc30f6af Feature #687: Change Auth. unit test to report the object groups 2011-07-05 12:47:40 +02:00
Jaime Melis
e46530e224 feature #476: fix bug in HostManaged networking hook 2011-07-05 12:46:41 +02:00