Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Serverspec | 2,470 | 7,738 | 142 | a month ago | 296 | June 24, 2021 | 2 | mit | Ruby | |
RSpec tests for your servers configured by CFEngine, Puppet, Chef, Ansible, Itamae or anything else even by hand | ||||||||||
Pytest Testinfra | 2,173 | 457 | 9 | 16 days ago | 90 | November 12, 2020 | 129 | apache-2.0 | Python | |
Testinfra test your infrastructures | ||||||||||
Buildout | 548 | 1 | 5 months ago | 5 | March 31, 2022 | 136 | other | Python | ||
Buildout is a deployment automation tool written in and extended with Python | ||||||||||
Battleschool | 416 | 7 years ago | 14 | apache-2.0 | Python | |||||
Development environment provisioning using ansible, ala boxen -> puppet, kitchenplan -> chef | ||||||||||
Simple Magento Vagrant | 257 | 5 years ago | 15 | Shell | ||||||
A VERY simple Magento environment provisioner for Vagrant | ||||||||||
Vagrant Boxes | 149 | 7 years ago | 1 | Shell | ||||||
Serverfarmer | 141 | 8 months ago | mit | Shell | ||||||
Manage multiple servers with different operating systems, configurations, requirements etc. for many separate customers in an outsourcing model. | ||||||||||
Signalfx Agent | 113 | 12 | a month ago | 85 | April 23, 2021 | 10 | apache-2.0 | Go | ||
The SignalFx Smart Agent | ||||||||||
Packer Docker | 97 | 6 years ago | 3 | Ruby | ||||||
Sample of building docker image by packer with chef or puppet, ansible provisioning | ||||||||||
Goldboot | 89 | a month ago | 13 | agpl-3.0 | Rust | |||||
Bringing immutable infrastructure to the desktop! |
The intention of this project is to provide a complete development pipeline for
programmers and help them to develop and test their applications in environments
closer to the real production than their standalone local environments.
To do it, we are currently using Vagrant/Puppet and Virtualbox. This project
includes VMs to provide the following services:
I'm currently working on the following services to release them soon:
Actually this project works with Puppet modules, in future versions some Chef
cookbooks will also be included.
It's assumed that you already know how to use Vagrant.
This project provides a Vagrantfile you can use to create your VMs, please make
sure that you already have Vagrant installed and vagrant boxes with same name
than the ones in the Vagrantfile.
It's assumed that you already know how to use Puppet.
The puppet module "jenkins" requires the submodule "apt" from Github
The puppet module "mysql" (cluster) requires that yout get the tarball from
MySQL Downloads and add it to the "files" directory (create it if do not
exists). Example:
$ cp ~/mysql-cluster-gpl-7.3.0-linux2.6-x86_64.tar.gz \ ~/devenv/puppet/modules/mysql/files/
This project is under the terms of the LGPL version 3.0, submodules
and third party components are licensed according to their owners.
Copyright © 2013 Basilio Briceño <bbh at briceno.mx>