Skip to content
hgomez edited this page Jan 24, 2013 · 10 revisions

Welcome to the devops-incubator wiki!

Goal of this project is to provide Native Packages (RPM/DEB) to show how to design, build and use them to ease your DevOps experience.

For now OpenSuse and SLES RPM distributions works out of the box and Ubuntu packages are starting. CentOS/RHEL/Fedora packages will be added in a near futures (contributions welcomed).

These packages could be used in one shot mode or deployed in yum/deb repositories.

You could then manipulate them manually or via Puppet/Chef tools.

Generic pre-requisitises

Ensure you have curl, bzip2, git, tar, zip installed :

openSUSE / SLES

sudo zypper install git-core zip bzip2 unzip tar curl

CentOS 5/6

sudo yum install git-core zip bzip2 unzip tar curl

Fedora 16/17

sudo yum install git-core zip bzip2 unzip tar curl

RPM builds pre-requisitises

rpm build tools should be installed :

openSUSE / SLES

sudo zypper install rpm-build gpg

CentOS 5/6

sudo yum install rpm-build gpg

Fedora 16/17

sudo yum install rpm-build gpg rpmbuild rpm-sign
Clone this wiki locally