Systems configuration/management engine
Project description
Pacha was designed from the ground up to be a simple way to backup and manage software configuration files from single or multiple server instances across the network.
Pacha’s approach is to easily deploy an instance and capture any changes via a version control, giving the System Administrator the ability to rollback and safe guard valid, working configurations and rebuild a host from those same configurations.
Don’t learn another language
Other configuration frameworks tell you this, but are written in a language like Ruby and require you to extend,modify or adapt this writing Ruby. We don’t! It doesn’t matter that Pacha is written in Python. You do not need to know Python to make any changes to the software you want to deploy.
Easy learn curve
One main configuration file to manage the package to be installed and one directory where you can place any number of executable shell scripts to extend and modify your deployment according to your needs.
Versioned Configurations
Keep track of any changes done to a configuration file and rollback easily. We use Mercurial as our back-end but you do not need to manage it directly. Pacha can push changes immediately to any number of clients and get instant feedback.
Light
Deploy Pacha as a client, server, or standalone version. Either way, you get an extremely light, low memory tool that can communicate with your configuration files almost instantly.
Extend and Conquer
Forget about the “but this tool doesn’t do this”. We provide a full hook environment to plug in directly into Pacha so you can extend whatever need you have for your deployment.
Security
Transferring system configuration files, even across a trusted private network is a security risk. Pacha tackles this problem using SSH as the transport protocol. Although this may add a slight complexity to the framework, we encourage security and think this is the best shot for dealing with critical data related to your systems.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.