Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 936 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 936 Bytes

BoxCI Puppet Cassandra Module

This is a Puppet module that provides the DataStax Enterprise Cassandra service.

Intent

It is intended to be used by BoxCI but it can be used as a normal Puppet module in general.

Being a BoxCI service module this service is configured so that it is accessible from both inside the Guest (VM) as well as from the Host machine.

Supported OS

Note: This module currently only supports Ubuntu as currently BoxCI supports Ubuntu images.

Usage

To use this class add this as a submodule to your project at the mount point puppet/modules/dse_cassandra and then simply declare it as follows:

include dse_cassandra

Contribute

We welcome contributions. If you would like to contribute follow the steps below.

  1. Fork the repo
  2. Make a topic branch
  3. Make your changes
  4. Submit a pull request