Skip to content

mikecee/strider

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Spins up dev/test VMs and bakes cloud images.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%