Alert.png The wiki is deprecated and due to be decommissioned by the end of September 2022.
The content is being migrated to other supports, new updates will be ignored and lost.
If needed you can get in touch with EGI SDIS team using operations @ egi.eu.

Difference between revisions of "Fedcloud-tf:Users:VMUpload"

From EGIWiki
Jump to navigation Jump to search
(Created page with "= Upload a VM image to the EGI FedCloud repository = The [https://appliance-repo.egi.eu/ EGI FedCloud appliance repository] is a common place to stores the FedCloud images availa...")
 
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
= Upload a VM image to the EGI FedCloud repository =
#REDIRECT[[FAQ10_EGI_Federated_Cloud_User#How_can_I_upload_a_VM_image_to_the_EGI_FedCloud_repository]]
The [https://appliance-repo.egi.eu/ EGI FedCloud appliance repository] is a common place to stores the FedCloud images available to all the FedCloud members. You can in any case use your own storage for the VM image, supposed that you use
 
To be able to insert new images in the Appliance repository, you need to have an authorized user certificate, member of the fedloud.egi.eu voms organization. If you do not have an EGI certificate, you can request one following [http://www.egi.eu/how-to/get_a_certificate.html this guide]. If you gave a certificate but you are not a member of the fedloud.egi.eu VO, you can register here (https://perun.metacentrum.cz/perun-registrar-cert/?vo=fedcloud.egi.eu).
 
The steps to upload your image to the appliance repostory are:
 
1. Create the directory where you want to place your image:
 
curl -k --cert usercert.pem --key userkey.pem -X PUT https://appliance-repo.egi.eu/images/base/SL-5.7-x86_64-base/
curl -k --cert usercert.pem --key userkey.pem -X PUT https://appliance-repo.egi.eu/images/base/SL-5.7-x86_64-base/1.0/
 
2. Upload the image:
 
  curl -k --cert usercert.pem --key userkey.pem -T /path/to/image https://appliance-repo.egi.eu/images/base/SL-5.5-x86_64-base/1.0/SL-5.7-x86_64-base.ova
 
= Register a VM image into the EGI.eu Marketplace =
A (beta) guide on how to register the image is [[Fedcloud-tf:WorkGroups:Scenario8:Configuration|here]]
 
= Register a VM image into the EGI.eu AppDB =
Work in progres...

Latest revision as of 15:50, 11 May 2015