We from the public cloud dev team regularly upload generic and product images to be available in public cloud systems like Amazon EC2, Google Compute Engine or Microsoft Azure. The task of uploading stuff there is not only about having the tools it's also about having the right environment which provides account credentials as well as access to the image when they are built in the buildservice. Also the location from where the upload happens can make a difference in performance.

Therefore a framework to combine all this into a more clean process should be developed. The basic parts of the project consists of:

  • creation of a docker uploader container which has all the tools
  • creation of a vagrant uploader configuration which provisions the container and attaches shared volumes for credentials and image pool
  • structure definition to store configuration files needed for the various tools on the public cloud internal git repo. The config files contains account information and must not be publicly available
  • improve gocloud python tool which implements the sequence of commands to call in order to upload for each CSP
  • document the framework setup process

Looking for hackers with the skills:

Nothing? Add some keywords!

This project is part of:

Hack Week 12

Activity

  • almost 9 years ago: bear454 liked this project.
  • almost 9 years ago: sax2 started this project.
  • almost 9 years ago: sax2 originated this project.

  • Comments

    • sax2
      almost 9 years ago by sax2 | Reply

      Documentation available here: https://github.com/SUSE/pubcloud/tree/master/uploader

    • sax2
      almost 9 years ago by sax2 | Reply

      good progress so far, some rough edges but good enough to give it a try. the framework has been setup on our KVM server. If you are interested in details just let me know

    Similar Projects

    This project is one of its kind!