2017 © Pedro Peláez
 

library altax-chef

Runs chef-solo via altax.

image

kohkimakimoto/altax-chef

Runs chef-solo via altax.

  • Thursday, March 6, 2014
  • by kohkimakimoto
  • Repository
  • 1 Watchers
  • 0 Stars
  • 23 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Altax chef plugin

Runs chef-solo via altax and Git., (*1)

NOTE: This product is in development stag, So I sometimes break code., (*2)

Requirement

I tested it on the following environments., (*3)

  • CentOS6
  • PHP5.4

Installation

Edit your .altax/composer.json file like the following., (*4)

{
  "require": {
    "kohkimakimoto/altax-chef": "dev-master"
  }
}

Run altax update., (*5)

$ altax update

Add the following code your .altax/config.php file., (*6)

Task::register("chef", 'Altax\Contrib\Chef\Command\ChefCommand')
->config(array(
    "repo" => "git@github.com:your/chef-reposigory.git"
))
;

Usage

Installs chef package to remote node., (*7)

altax chef node [node...] --prepare

Runs chef-solo using run_list nodes/${HOSTNAME}.json, (*8)

altax chef node [node...]

The Versions

06/03 2014

dev-master

9999999-dev https://github.com/kohkimakimoto/altax-chef

Runs chef-solo via altax.

  Sources   Download

Apache License 2.0

The Requires

  • php >=5.3.0

 

The Development Requires

plugin chef altax