Ruben S. Montero
24fe649e5d
Merge branch 'feature-1303'
...
Conflicts:
src/datastore_mad/remotes/iscsi/cp
src/datastore_mad/remotes/lvm/cp
src/datastore_mad/remotes/vmware/cp
2012-06-19 23:31:31 +02:00
Hector Sanjuan
ec7a5d3663
Remove unexisting files from install.sh
...
(cherry picked from commit 872a500228ab00603c268420855b797cd3bed0de)
2012-06-19 22:54:03 +02:00
Carlos Martín
77452c86e4
Feature #1288 : Do not try to check quotas when image or network ID is not present
2012-06-19 18:59:11 +02:00
Carlos Martín
20d76f92df
Feature #1288 : Fix VM quotas for VMs migrated from previous versions, that may not have cpu or memory
2012-06-19 18:44:35 +02:00
Ruben S. Montero
5f180478cf
Add missing blanks in error message
2012-06-19 18:45:33 +02:00
Ruben S. Montero
f1f9e0f2fb
Improve error messages when a vnet or image is not found by name
2012-06-19 18:42:34 +02:00
Carlos Martín
e2f59f0cbb
Feature #1288 : Clean quotas that reach 0 usage and limit
2012-06-19 18:02:55 +02:00
Ruben S. Montero
8f809df025
Merge branch 'feature-1291'
2012-06-19 14:30:50 +02:00
Carlos Martín
f607d0ea74
Feature #1304 : Remove extra Document type arguments from Java OCA
2012-06-19 12:01:57 +02:00
Hector Sanjuan
718030e5f7
Feature #1300 : Changed UIs to use new Font Awesome 2.0 icons
...
(cherry picked from commit 62e2cae0e99547ad340604eada91ba14594ca814)
2012-06-18 23:25:29 +02:00
Hector Sanjuan
80f6f597fc
Feature #1299 : Add monitoring plots to clusters dashboard
...
Additionally, re-arrange dashboard plots, update non-admin user dashboard, reorder monitoring code.
(cherry picked from commit 7579fcbe3f4366699fb66e345d666e087666dd4f)
2012-06-18 23:24:56 +02:00
Javi Fontan
8dbb1dc283
feature #1303 : bug in iscsi cp datastore remote
2012-06-18 18:22:08 +02:00
Carlos Martín
4eca161ae0
Bug #1310 : Free memory in certain error situations, when a VM is created
2012-06-18 18:12:28 +02:00
Ruben S. Montero
4e1a05b67a
feature #1291 : Add missing cut options
2012-06-18 17:10:21 +02:00
Carlos Martín
c4c72a8ec1
Change the order of oneuser list output columns
2012-06-18 17:03:28 +02:00
Carlos Martín
25c786d4a1
Remove old publish methods from ruby oca
2012-06-18 17:00:35 +02:00
Carlos Martín
9e2a15f820
Feature #1291 : Update image.xsd doc file
2012-06-18 16:53:14 +02:00
Carlos Martín
9eb7df267f
Feature #1291 : Add new Image states to Java OCA
2012-06-18 16:52:34 +02:00
Carlos Martín
780fad0c7b
Update xsd doc files
2012-06-18 16:27:52 +02:00
Javi Fontan
a9f8634a29
feature #1303 : make the uncompressor write to the fd
...
ruby 1.8.7 has a bug writting files (or pipes) to overcome it
the file (or stdout) is opened in the downloader and then
the uncompress command is started redirecting stdout to the
descriptor. Pseudocode:
if write_to_stdout?
fd=dup(stdout)
else
fd=open(output_file)
end
exec("$UNCOMPRESSOR >&$fd")
2012-06-18 16:09:09 +02:00
Carlos Martín
c500189ea9
Fix onegroup list quota output
2012-06-18 15:32:04 +02:00
Carlos Martín
3021933abf
Feature #1288 : Add quota methods to Java OCA
2012-06-18 12:23:26 +02:00
Carlos Martín
fb70be99fd
Fix VM quota column in oneuser/group outputs
2012-06-15 18:44:10 +02:00
Carlos Martín
c9a4175a19
Add quotas to onedb migrator
2012-06-15 18:30:32 +02:00
Javi Fontan
df71bfa3ab
feature #1303 : downloader retries writing when the uncompress command is busy
2012-06-15 18:12:43 +02:00
Ruben S. Montero
b136938841
feautre #1291 : Do not update images if they have been removed
2012-06-15 17:17:11 +02:00
Javi Fontan
fe0ed3c06c
feature #1303 : bug in downloader.rb (reading stder for local files)
2012-06-15 15:58:35 +02:00
Jaime Melis
81d08f5f75
feature #1291 : Add DS_MAD common clone script for vmware and fs
2012-06-14 19:19:33 +02:00
Javi Fontan
e3f7a1aa98
feature #1303 copy vmware directory images with cp
2012-06-14 18:29:03 +02:00
Jaime Melis
f6793ad087
feature #1240 : fix bugs and typos in lvm drivers
2012-06-14 18:21:11 +02:00
Jaime Melis
8ccbf3e397
feature #1291 : Add DS_MAD clone scripts for LVM and iSCSI
2012-06-14 18:18:04 +02:00
Javi Fontan
38b8769331
feature #1303 : changed datastores cp to use downloader.rb
2012-06-14 16:22:17 +02:00
Javi Fontan
dd22bbb362
feature #1303 : support for STDIN and STDOUT in downloader.rb
...
Now the file "-" means standard input/output
2012-06-14 16:17:41 +02:00
Javi Fontan
7ad904bd41
feature #1303 : added downloader to datastore fs/cp
2012-06-14 12:30:46 +02:00
Daniel Molina
ac0a155221
Merge branch 'feature-1303' of git.opennebula.org:one into feature-1303
2012-06-14 12:28:18 +02:00
Daniel Molina
e3ac27df78
feature #1303 : Add checksum support to marketplace tab
2012-06-14 12:27:46 +02:00
Javi Fontan
b79ee00400
feature #1303 : added downloader script
...
supports gzip and bz2 compressors and also tar and zip archivers.
copies files and downloads http/https paths
2012-06-14 12:09:55 +02:00
Ruben S. Montero
17b9a0699e
feature #1304 : Added missing commit from feature-1304 merge. It fixes compilation.
2012-06-13 23:49:08 +02:00
Daniel Molina
a4c718a05b
feature #1303 : Fix onemarket show(cherry picked from commit 250027c7bafe463429979bc19074ce14ecd13f55)
2012-06-13 22:45:15 +02:00
Daniel Molina
250027c7ba
feature #1303 : Fix onemarket show
2012-06-13 18:45:41 +02:00
Ruben S. Montero
a088b8d2fa
Merge branch 'feature-1303'
2012-06-13 18:26:18 +02:00
Ruben S. Montero
c178d79e23
Merge branch 'feature-1304'
2012-06-13 18:20:53 +02:00
Ruben S. Montero
9da2602949
feature #1304 : Fix signature for XML-RPC methods. Remove publish methods for OCA
2012-06-13 17:41:54 +02:00
Daniel Molina
b442c47a32
feature #1303 : Fix sunstone-server.conf marketplace paremeters
2012-06-13 17:03:41 +02:00
Daniel Molina
1c754efcab
feature #1291 : Update ec2 imageState
2012-06-13 16:53:48 +02:00
Daniel Molina
a1d5a0e5ea
feature #1303 : Add License
2012-06-13 15:35:33 +02:00
Daniel Molina
2e8f007433
Merge branch 'feature-1303' of git.opennebula.org:one into feature-1303
2012-06-13 15:23:01 +02:00
Daniel Molina
0bec16e971
feature #1303 : Add onemarket command
2012-06-13 15:22:06 +02:00
Ruben S. Montero
cb9e8bdb82
feature #1304 : Removed name uniqueness for document pool. Simplify related functions because of this
2012-06-13 12:44:04 +02:00
Ruben S. Montero
ec2040694e
feature #1291 : Image state name for OCA ruby-bindings
2012-06-13 11:22:51 +02:00