Skip to content

Instantly share code, notes, and snippets.

@boris
Last active February 2, 2016 20:44
Show Gist options
  • Save boris/d1af79e624488b473fd3 to your computer and use it in GitHub Desktop.
Save boris/d1af79e624488b473fd3 to your computer and use it in GitHub Desktop.
Tarea Prey Señor DevOps

Escribir un cookbook de chef que permita instalar la versión 2.8.0 de redis. Este cookbook debe tener la estructura típica de un cookbook standard. Esto es:

├── .gitignore
├── .kitchen.yml
├── CHANGELOG.md
├── README.md
├── attributes
│   ├── default.rb
│   └── source.rb
├── metadata.rb
├── recipes
│   ├── default.rb
│   └── source.rb
└── templates
    └── default
        ├── redis-init.conf.erb
        └── redis.conf.erb

Requerimientos:

  • Que la versión a instalar sea redis 2.8.0
  • Que el cookbook sirva para, al menos, Ubuntu 14.04

Puntos extras por:

  • Código configurable (o extensible)
  • Usar de KitchenCI
  • Incluir de tests

Forma de entrega:

El código se puede entregar vía email (en un archivo .zip o .tar.gz) o bien subir a algún sistema como github, gitlab, bitbucket, etc.

Resolución de preguntas por este mismo medio (en los comentarios de más abajo) o bien vía Get On Board.

@nico01f
Copy link

nico01f commented Feb 2, 2016

Hola, que tal!

El archivo redis-init.conf.erb hace referencia al archivo de inicio de servicio?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment