Giter VIP home page Giter VIP logo

vmdiskfs's Introduction

vmdiskfs command line tool

Tool used in artisan image conversion runtime. Utility has multiple usage:

  • Simple conversion from any format to any format. Output format is customizable via environment variable
  • Conversion and Deployment using config file, where future vm described. Example of that config file located in example folder

Utility can parse put notifications from almost any S3 type storage. Currently, only 2 types described:

  • AWS S3
  • MinIO

In the future enhancement planned to include Google Object Storage and Azure Object Storage put notification parsing.

Below are important variables required by utility:

Environment Variable Description
PIPELINE_HOME HOME directory
AWS_URL S3 URL
AWS_ACCESS_KEY_ID S3 Access Key
AWS_SECRET_ACCESS_KEY S3 Secret Key
AWS_DEST_BUCKET S3 Destination bucket name
AWS_PROVIDER S3 provider name, aws or minio
AWS_USE_SSL S3 ssl usage, true or false
WEBHOOK_RECEIVER Artisan runner deploy vm webhook receiver url
OUTPUT_FORMAT output format: qcow2 or vhd or other

Current directory from where vmdiskfs utility is running must have scripts, source and output directories.

Note: Convert requires qemu-img tool to be installed

  • Building vmdifkfs tool for Linux and MacOS
#For MacOS
art run build-mac
#For Linux
art run build-linux
  • Archiving to zip or tar.gz
#Use on MacOS
art run zip
#Use on any OS except Windows
art run tar
  • Make vmdiskfs package
art build -t vmdiskfs

vmdiskfs's People

Contributors

egevorkyan avatar

Watchers

James Cloos 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.