GithubHelp home page GithubHelp logo

web5design / emis-catalog-s3-site Goto Github PK

View Code? Open in Web Editor NEW

This project forked from eucalyptus/emis-catalog-s3-site

0.0 3.0 0.0 216 KB

Directory layout of all the files associated with http://emis-catalog.s3.amazonaws.com/index.html

emis-catalog-s3-site's Introduction

EMIs Catalog on S3

This is the directory layout of all the files associated with http://emis-catalog.s3.amazonaws.com/index.html. In order to add an image to be accessed on http://emis-catalog.s3.amazonaws.com/index.html, do the following:

  • Clone emis-catalog-s3-site:
git clone https://github.com/eucalyptus/emis-catalog-s3-site.git
  • Make sure image is in a tar-gzipped file that has the following layout:
* image file (needs to end with .img)
* kvm-kernel folder
  * ramdisk (contains one of the following: initr(d|amfs) or loader in the name)
  * kernel (contains vmlinu in the name)
  • Open up the catalog-web file and add in a section for the image to be accessed:
{
      "url": "<S3 Bucket URL or HTTP URL to tar-gzipped image; if its in an S3 Bucket, make sure the ACLs are set to public>",
      "recipe": "<distro base of image - i.e. centos-based, ubuntu-based, debian-based, etc.>",
      "contact": "<email address of person maintaining the email>",
      "stamp": "<custom stamp created by the following command: date +%s|md5sum|sed '1,$ s/\(....\)\(....\).*/\1-\2/'>",
      "version": "experimental-images",
      "architecture": "<either x86_64, i386 or i686>",
      "single-kernel": "False",
      "hypervisors-supported": ["kvm"],
      "date": "<image date: created by the following command: date "+%Y%m%d%H%M%S">",
      "os": "<os type: for example 'centos', 'debian', 'ubuntu'>",
      "description": "<description of the image; typically has OS type, root filesystem size, kernel/ramdisk version>"
    },

emis-catalog-s3-site's People

Contributors

gregdek avatar hspencer77 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.