https://github.com/dimensiondataresearch/plumbery-contrib
A public repository of Plumbery example fittings files
https://github.com/dimensiondataresearch/plumbery-contrib
Last synced: 26 days ago
JSON representation
A public repository of Plumbery example fittings files
- Host: GitHub
- URL: https://github.com/dimensiondataresearch/plumbery-contrib
- Owner: DimensionDataResearch
- Created: 2016-03-10T01:18:23.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-20T15:06:37.000Z (about 8 years ago)
- Last Synced: 2025-04-18T19:39:59.118Z (about 1 month ago)
- Language: Python
- Size: 5.09 MB
- Stars: 3
- Watchers: 24
- Forks: 3
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Plumbery-Contrib
[](https://travis-ci.org/DimensionDataCBUSydney/plumbery-contrib) 
A public repository of templates for provisioning applications into the Dimension Data Cloud
## Using
You will need to install [Plumbery](https://pypi.python.org/pypi/plumbery) from PyPi to use these examples
Then you can download and run any of the examples in this repository.
```bash
git clone https://github.com/DimensionDataCBUSydney/plumbery-contrib.git
cd plumbery-contrib/fittings/containers/docker
python -m plumbery fittings.yaml deploy
```## Contributing
This repository accepts pull-requests, if you wish to share your own application template:
* Create a fork of this repository and create your application
* Choose the category of your application - if the category does not exist, simple create a new folder and update fittings/categories.yaml
* Create a folder for your fittings template
* Create the `fittings.yaml` file in your folder, see [documentation](https://developer.dimensiondata.com/display/PLUM/Fittings+schema+documentation) for schema documentation
* Include a README.md with the instructions for your template
* Check your syntax using `python validation.py .yaml`
* Reindex the library `python reindex.py info`
* Commit your code
* Create a pull-request