Ruben S. Montero
f444451d06
Merge branch 'master' of git.opennebula.org:one
2011-07-08 20:01:55 +02:00
Ruben S. Montero
88317546b5
feature #653 , #488 : Networks can only be referenced by ID in NICs. Names can now be repeated, even for the same user
2011-07-08 20:00:27 +02:00
Carlos Martín
96b0de85d3
Merge branch 'master' of git.opennebula.org:one
2011-07-08 19:18:31 +02:00
Carlos Martín
727a77ea0d
Java OCA: Fix pool.info methods, there are new mandatory parameters in the xml-rpc calls.
...
Change the default filter flag from user 0 to MINE_GROUP.
2011-07-08 19:18:07 +02:00
Ruben S. Montero
d71f41e5fa
Merge branch 'master' of git.opennebula.org:one
2011-07-08 18:58:11 +02:00
Hector Sanjuan
406f242fd8
Sunstone fixes to support unpriviledge users
...
Removed chown/chgrp buttons for non-admins.
Enabled full control for users in gid=0
Updated server get_pool with new OCA: admins get all resources, non admins get their group's resources.
Fixed small related bugs.
Commented multiple groups operations (add/del user to/from group etc) as they're not supported.
2011-07-08 18:57:56 +02:00
Ruben S. Montero
82982a7a31
feature #653 , #488 : Images can only be referenced by ID in DISKs. Names can now be repeated, even for the same user
2011-07-08 18:55:21 +02:00
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
Carlos Martín
7fb8b590bf
Java OCA: New RuleParseException for ACL rule allocation
2011-07-08 15:18:12 +02:00
Carlos Martín
b8491fb546
Bug #572 : Java OCA, better choice of Exceptions. Thanks to Gian Uberto Lauri <saint@eng.it>
2011-07-08 15:17:56 +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