Giter Site home page Giter Site logo

azure-manage's Introduction

Azure management for Debian

Tools for managing images within the Microsoft Azure platform, primarily for Debian.

Requirements

  • Python >= 3.4
  • azure-servicemanagement-legacy
  • azure-storage
  • pyyaml
  • py.test

Commands

Build image: azure_build_image

Build a Debian image according to the specified section within the config.

Delete image: azure_delete_image

Delete existing image from Azure.

Upload image: azure_upload_image

Upload new image to Azure.

List images: azure_list_images

List all matching images.

Extract publishsettings file: azure_extract_publishsettings

Config

Example config for all Debian distributions.

---
default: &DEFAULT
  storage_account: null
  storage_container: null
  subscription: null
  subscription_keyfile: null

default-daily: &DEFAULT-DAILY
  <<: *DEFAULT
  image_name: 'Debian-{release_number}-DAILY-amd64-{timestamp}'
  image_label: 'Debian {release_number} "{release_name}" DAILY'

wheezy:
  <<: *DEFAULT-DAILY
  release: wheezy
  release_name: Wheezy
  release_number: 7

jessie:
  <<: *DEFAULT-DAILY
  release: jessie
  release_name: Jessie
  release_number: 8

stretch:
  <<: *DEFAULT-DAILY
  release: stretch
  release_name: Stretch
  release_number: 9

azure-manage's People

Watchers

KSC 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.