GithubHelp home page GithubHelp logo

mhollick / strider Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mpdehaan/strider

0.0 2.0 0.0 254 KB

Spins up dev/test VMs and bakes cloud images.

License: Apache License 2.0

Python 100.00%

strider's Introduction

STRIDER!!!

Strider is a minimal program that both helps test development environments and bakes cloud images.

You may think of it as Vagrant+Packer in one, reading from one config file vs two.

Strider also has some interesting ideas like post-bake provisioners, which run after a bake is done, doing something useful with AWS cycles you've already paid for. It is designed to evolve and will definitely grow over time, but wants to stay lightweight and minimalist, and fun to hack on.

Strider is brought to you by the guy who wrote Cobbler and Ansible (Michael DeHaan), and is named after Robert Plant's dog.

Come on now well let me tell you,
What you're missing, missing, 'round them brick walls.
-- Led Zeppelin, Bron-Y-Aur Stomp

Installation

pip install strider

Usage

# configure your setup and check this into your repo root
vim striderfile.py

# spin up new VMs and configure them
python striderfile.py --up

# make some changes and apply them without booting a new instance
python striderfile.py --provision

# log into a VM
python striderfile.py --ssh

# bake a cloud image and show the ID
python striderfile.py --bake [--auto-teardown]

# tear down the instances
python striderfile.py --destroy

Examples

vim examples/AWS_ansible/striderfile.py

Got Plugins?

Strider is/was developed for Ansible and AWS first, but other Virt plugins and Provisioners are SUPER welcome as long as the underlying tool is sufficiently notable and the code is clean. For instance, Google Compute Engine, Virtual Box, VMWare, Puppet, Chef, etc, are all fair game. Send along a pull request!

License

Apache 2. Program (C) Michael DeHaan, 2015

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.