Automation with a single command
Curated and managed through CI/CD
bash <(curl -fsSL https://raw.githubusercontent.com/EMC-Underground/project_colfax/master/bootstrap.sh)
bash <(curl -fsSL https://raw.githubusercontent.com/EMC-Underground/project_colfax/master/bootstrap.sh) destroy
This project is designed to allow teams to quickly stand up an automation platform. By default the platform will deploy the following technologies.
- CI/CD | concourse
- Container Orchestration | docker swarm
- Reverse Proxy | traefik
- Functions | openfaas
- Dashboard | grafana
- Time Series Database | influxdb
- Storage API
- Collector Engine | overlord
Pre-Reqs are checked in the script and will prompt for install if not met. The list is below.
- git
- jq
- docker
- docker-compose
- vault cli
- fly cli