Feature #1303

Integrate Sunstone with the OpenNebula Marketplace

Added by Daniel Molina about 9 years ago. Updated about 9 years ago.

Status:ClosedStart date:06/05/2012
Priority:NormalDue date:
Assignee:Daniel Molina% Done:

0%

Category:Sunstone
Target version:Release 3.6
Resolution:fixed Pull request:

Associated revisions

Revision 6a115918
Added by Daniel Molina about 9 years ago

feature #1303: Add a new marketplace tab

Revision 1638bd6a
Added by Daniel Molina about 9 years ago

feature #1303: Add marketplace tab to plugin configuration file

Revision c77b59f0
Added by Daniel Molina about 9 years ago

feature #1303: Add marketplace client to sunsonte

Revision 3ad4956f
Added by Daniel Molina about 9 years ago

feature #1303: add onlyOneCheckBox listener

Revision e9df13b2
Added by Ruben S. Montero about 9 years ago

feature #1303. Group some options in conf file

Revision 0bec16e9
Added by Daniel Molina about 9 years ago

feature #1303: Add onemarket command

Revision a1d5a0e5
Added by Daniel Molina about 9 years ago

feature #1303: Add License

Revision b442c47a
Added by Daniel Molina about 9 years ago

feature #1303: Fix sunstone-server.conf marketplace paremeters

Revision 250027c7
Added by Daniel Molina about 9 years ago

feature #1303: Fix onemarket show

Revision a4c718a0
Added by Daniel Molina about 9 years ago

feature #1303: Fix onemarket show(cherry picked from commit 250027c7bafe463429979bc19074ce14ecd13f55)

Revision b79ee004
Added by Javi Fontan about 9 years ago

feature #1303: added downloader script

supports gzip and bz2 compressors and also tar and zip archivers.
copies files and downloads http/https paths

Revision e3ac27df
Added by Daniel Molina about 9 years ago

feature #1303: Add checksum support to marketplace tab

Revision 7ad904bd
Added by Javi Fontan about 9 years ago

feature #1303: added downloader to datastore fs/cp

Revision dd22bbb3
Added by Javi Fontan about 9 years ago

feature #1303: support for STDIN and STDOUT in downloader.rb

Now the file "-" means standard input/output

Revision 38b87693
Added by Javi Fontan about 9 years ago

feature #1303: changed datastores cp to use downloader.rb

Revision e3f7a1aa
Added by Javi Fontan about 9 years ago

feature #1303 copy vmware directory images with cp

Revision fe0ed3c0
Added by Javi Fontan about 9 years ago

feature #1303: bug in downloader.rb (reading stder for local files)

Revision df71bfa3
Added by Javi Fontan about 9 years ago

feature #1303: downloader retries writing when the uncompress command is busy

Revision a9f8634a
Added by Javi Fontan about 9 years ago

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")

Revision 8dbb1dc2
Added by Javi Fontan about 9 years ago

feature #1303: bug in iscsi cp datastore remote

Revision 00176298
Added by Ruben S. Montero about 9 years ago

feature #1303: Use wget instead of curl to get http headers

Revision fb398ff9
Added by Javi Fontan about 9 years ago

feature #1303: changed downloader for a sh vesion

Revision 44af5b09
Added by Javi Fontan about 9 years ago

feature #1303: changed datastores to use sh downloader

Revision 39fa229e
Added by Javi Fontan about 9 years ago

feature #1303: add downloader.sh for real

Revision 53c699e2
Added by Javi Fontan about 9 years ago

feature #1303: add license to downloader.sh and minor changes

Revision 71ab59f8
Added by Jaime Melis about 9 years ago

feature #1303: Make downloader.sh compatible with openssl 0.9 and 1.0

Revision 6a648541
Added by Jaime Melis about 9 years ago

feature #1303: downloader.sh doesn't send garbage to the oned.log file

Revision ee4201ee
Added by Hector Sanjuan about 9 years ago

Feature #1303: Small improvements to marketplace plugin

Limit context of some selectors, clearup custom variables before adding new ones...
(cherry picked from commit 6c66b1d9fda668b7f63580c2be7122e53c30e1f6)

Revision b1b65f34
Added by Hector Sanjuan about 9 years ago

Feature #1303: Improve marketplace sunstone plugin

Reduced duplicated code, make better use of Susntone actions.
(cherry picked from commit 19413babfa1b286bdedf5cb93fad6c8bd7a074f2)

Revision 0b2111d9
Added by Hector Sanjuan about 9 years ago

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

Also available in: Atom PDF