Giter Club home page Giter Club logo

os-imager's Introduction

os-imager

Packer image templates for the Salt test suite

Build Status

Branches

These are intended to always be kept separate

  • master - base golden images ( just updates and vim, used by ci branch )
  • ci - golden images used jenkins for the vm's that kitchen-salt spins up
  • jenkins-slaves - images used by jenkins ec2 plugin that kitchen-salt is run from

Pre Commit Hook

Be sure to install pre-commit in order to prevent checking in AWS credentials. On the root of the cloned repository do:

pip install pre-commit
pre-commit install

That's it! And you only have to do it once after cloning the repository.

See it in action

asciicast

os-imager's People

Contributors

brejoc avatar dmurphy18 avatar gtmanfred avatar logikone avatar s0undt3ch avatar salt-jenkinsci avatar vmwghbot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

os-imager's Issues

Delete Staging AMIs

Add a step to staging builds that deletes all staging AMI's with the exception of the last one.

Example query:

aws ec2 --region us-west-2 describe-images --filters "Name=name,Values=saltstack/base-staging/amazon/1/*" --query 'sort_by(Images, &CreationDate)[].ImageId' | jq 'del(.[-1])'

Create Jenkins Slave AMI

Create a golden jenkins slave AMI with everything properly configured.

The target for this image is to be used in Jenkins in an auto-scale configuration.

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.