Skip to main content

Server deployment and configuration management in Python

Project description

Yaybu is a configuration management tool written in Python with the goal of helping you tame your servers, and we want you to do it with a smile.

You describe your infrastructure in a simple and flexible YAML-like language and Yaybu works out what needs to happen to deploy your updates.

We are on OFTC IRC (irc://irc.oftc.net/yaybu). Our docs are at yaybu.readthedocs.org.

Hacking on yaybu

To get a development environment with required dependencies:

python bootstrap.py
bin/buildout

Then write a sample config file called foo.yay:

resources.append:
  - File:
      name: /some_empty_file

  - Execute:
      name: hello_world
      command: touch /hello_world
      creates: /hello_world

And run it with:

./bin/yaybu foo.yay

Running the tests

NOTE: Currently the testrunner will try and run a set of integration tests against an ubuntu chroot. Because of that we are a bit ubuntu-specific. We’ll be fixing that asap!

To run the tests:

./bin/test discover

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Yaybu-0.2.3.zip (132.9 kB view details)

Uploaded Source

File details

Details for the file Yaybu-0.2.3.zip.

File metadata

  • Download URL: Yaybu-0.2.3.zip
  • Upload date:
  • Size: 132.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for Yaybu-0.2.3.zip
Algorithm Hash digest
SHA256 27ac0bfd4ccae6b4c354a616ca3b7fd332df7eae843c35101d4f6fe771ecf722
MD5 7d22f93b1d583db70021ea9793c86740
BLAKE2b-256 8787052b8f29620270a387e36d68ee38fe970c925e49688e5192de8b7e6c688b

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page