No commit activity in last 3 years
No release in over 3 years
A knife plugin to move all nodes from one environment to another
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0.10.4
 Project Readme

knife-bulkchangeenv

A plugin for Chef::Knife which lets you move all nodes in one environment into another.

GEM INSTALL

knife-bulkchangeenvironment is available on rubygems.org - if you have that source in your gemrc, you can simply use:

gem install knife-bulkchangeenvironment

Preface

Searches for all nodes in a particular environment and moves them to another

What it does

knife node bulk_change_environment "_default" development will move all nodes in the default environment (in quotes because of the underscore) into the development environment.

Notes

Please be careful when using this plugin, especially if you're already using environments with version constraints configured. You don't want all your nodes moved to the wrong one by mistake!