Feature #1303
Integrate Sunstone with the OpenNebula Marketplace
Status: | Closed | Start date: | 06/05/2012 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Daniel Molina | % Done: | 0% | |
Category: | Sunstone | |||
Target version: | Release 3.6 | |||
Resolution: | fixed | Pull request: |
Associated revisions
feature #1303: Add a new marketplace tab
feature #1303: Add marketplace tab to plugin configuration file
feature #1303: Add marketplace client to sunsonte
feature #1303: add onlyOneCheckBox listener
feature #1303. Group some options in conf file
feature #1303: Add onemarket command
feature #1303: Add License
feature #1303: Fix sunstone-server.conf marketplace paremeters
feature #1303: Fix onemarket show
feature #1303: Fix onemarket show(cherry picked from commit 250027c7bafe463429979bc19074ce14ecd13f55)
feature #1303: added downloader script
supports gzip and bz2 compressors and also tar and zip archivers.
copies files and downloads http/https paths
feature #1303: Add checksum support to marketplace tab
feature #1303: added downloader to datastore fs/cp
feature #1303: support for STDIN and STDOUT in downloader.rb
Now the file "-" means standard input/output
feature #1303: changed datastores cp to use downloader.rb
feature #1303 copy vmware directory images with cp
feature #1303: bug in downloader.rb (reading stder for local files)
feature #1303: downloader retries writing when the uncompress command is busy
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")
feature #1303: bug in iscsi cp datastore remote
feature #1303: Use wget instead of curl to get http headers
feature #1303: changed downloader for a sh vesion
feature #1303: changed datastores to use sh downloader
feature #1303: add downloader.sh for real
feature #1303: add license to downloader.sh and minor changes
feature #1303: Make downloader.sh compatible with openssl 0.9 and 1.0
feature #1303: downloader.sh doesn't send garbage to the oned.log file
Feature #1303: Small improvements to marketplace plugin
Limit context of some selectors, clearup custom variables before adding new ones...
(cherry picked from commit 6c66b1d9fda668b7f63580c2be7122e53c30e1f6)
Feature #1303: Improve marketplace sunstone plugin
Reduced duplicated code, make better use of Susntone actions.
(cherry picked from commit 19413babfa1b286bdedf5cb93fad6c8bd7a074f2)
Feature #1303: Improve marketplace sunstone plugin
Reduced duplicated code, make better use of Susntone actions.
(cherry picked from commit 19413babfa1b286bdedf5cb93fad6c8bd7a074f2)
History
#1 Updated by Ruben S. Montero about 9 years ago
- Target version changed from Release 3.8 to Release 3.6
#2 Updated by Ruben S. Montero about 9 years ago
- Status changed from New to Closed
- Resolution set to fixed