Project

opstack

0.0
No commit activity in last 3 years
No release in over 3 years
A Gem to manage your chef workstation stacks
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 0
>= 0
 Project Readme

opstack

Build Status

opstack provides an easy way to switch between sets of env variables and generate chef/knife configs based on those settings


Installing OpStack

gem install opstack

##Importing an environment opstack env import demo demo/accounts.json will read the json file with your config variables and save them as an encrypted json file in the opstack config directory (~/.opstack)

##Export an environment to bash eval $(opstack env export demo) will export the environment variables for the demo enviornment

##Using the environment in a knife.rb You can see an example knife.rb that uses opstack at https://github.com/OpSitters/opstack/blob/master/demo/knife.rb

##TODO## Just about everything!