All Projects â†’ apiaryio â†’ Black Belt

apiaryio / Black Belt

Licence: mit
Internal toolbelt on steroids (idle since September 2018)

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Black Belt

terraform-aws-account
đŸŒŗ A sustainable Terraform Package which creates Account & IAM resources on AWS
Stars: ✭ 18 (+200%)
Mutual labels:  sre
Howtheyaws
A curated collection of publicly available resources on how technology and tech-savvy organizations around the world use Amazon Web Services (AWS)
Stars: ✭ 389 (+6383.33%)
Mutual labels:  sre
Jnitrace
A Frida based tool that traces usage of the JNI API in Android apps.
Stars: ✭ 534 (+8800%)
Mutual labels:  sre
newrelic-quickstarts
New Relic One quickstarts help accelerate your New Relic journey by providing immediate value for your specific use cases.
Stars: ✭ 46 (+666.67%)
Mutual labels:  sre
Atlantis
Terraform Pull Request Automation
Stars: ✭ 4,236 (+70500%)
Mutual labels:  sre
Rundeck
Enable Self-Service Operations: Give specific users access to your existing tools, services, and scripts
Stars: ✭ 4,426 (+73666.67%)
Mutual labels:  sre
command-line-cheat-sheet
📝 A place to quickly lookup commands (bash, vim, git, AWS, Docker, Terraform, Ansible, kubectl)
Stars: ✭ 30 (+400%)
Mutual labels:  sre
Kubernetes Failure Stories
Compilation of public failure/horror stories related to Kubernetes
Stars: ✭ 6,217 (+103516.67%)
Mutual labels:  sre
Version Checker
Kubernetes utility for exposing image versions in use, compared to latest available upstream, as metrics.
Stars: ✭ 371 (+6083.33%)
Mutual labels:  sre
Runbook
A framework for gradual system automation
Stars: ✭ 531 (+8750%)
Mutual labels:  sre
sre.surmon.me
đŸ’ģ SRE service for Surmon.me blog.
Stars: ✭ 34 (+466.67%)
Mutual labels:  sre
My Links
Knowledge seeks no man
Stars: ✭ 311 (+5083.33%)
Mutual labels:  sre
Howtheysre
A curated collection of publicly available resources on how technology and tech-savvy organizations around the world practice Site Reliability Engineering (SRE)
Stars: ✭ 6,962 (+115933.33%)
Mutual labels:  sre
sre-playground
đŸŽ¯ A set of Site Reliability Engineering notes & challenges
Stars: ✭ 24 (+300%)
Mutual labels:  sre
Jaeger Ui
Web UI for Jaeger
Stars: ✭ 639 (+10550%)
Mutual labels:  sre
Gauntlet
🔖 Guides, Articles, Podcasts, Videos and Notes to Build Reliable Large-Scale Distributed Systems.
Stars: ✭ 336 (+5500%)
Mutual labels:  sre
Devops Readme.md
What to Read to Learn More About DevOps
Stars: ✭ 398 (+6533.33%)
Mutual labels:  sre
Ops doc
čŋįģ´įŽ€æ´åŽžį”¨æ‰‹å†Œ
Stars: ✭ 819 (+13550%)
Mutual labels:  sre
Awesome Sre
A curated list of Site Reliability and Production Engineering resources.
Stars: ✭ 7,687 (+128016.67%)
Mutual labels:  sre
School Of Sre
At LinkedIn, we are using this curriculum for onboarding our entry-level talents into the SRE role.
Stars: ✭ 5,141 (+85583.33%)
Mutual labels:  sre

⚠ī¸ This project is idle since September 2018 ⚠ī¸


Black Belt

Black belt is collection of scripts, tools and guidelines used for developing projects The Apiary Way.

Installation & Usage

Please refer to The Black Belt Documentation.

If you want to develop black-belt...

virtualenv assumed (sudo pip install virtualenv) and Python 2.7

virtualenv --python=/usr/local/bin/python2.7 venv
source venv/bin/activate
pip install paver
pip install -r requirements-development.txt
paver develop
paver test

Testing

paver test

If you ran bb init and you want to do "discovery testing" with the integration tests, set FORCE_DISCOVERYenvironment variable to 1.

Troubleshooting

If you try run paver bump and get error TypeError: 'map' object is not subscriptable you can run ./venv/bin/paver bump to fix this.

Release

When the time is right, run paver bump.

When adding new feature (command etc), run paver bump major instead.

After it, just call paver release and enjoy your PyPI.

Note: GPG must be properly configured for usage with git tag -s and you must be project maintainer on PyPI.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].