/infra

Infrastrucutre setup for moov.io properties

Primary LanguageHCLApache License 2.0Apache-2.0

moov.io infra

This repository holds the configurion for moov.io's infrastructure. If you find a problem (security or otherwise), please contact us at security@moov.io.

GoDoc Build Status Apache 2 licensed

Links: Grafana | Prometheus | Traefik

Project Goals

This project aims to be the structure and runtime for a fully automated hosting of moov.io services.

Getting started

To get started working on this project, pull down (git clone git@github.com:moov-io/infra) the source code and setup some configs.

You'll need to have the following tools setup as well:

On macOS these tools can be installed with the following homebrew command:

$ brew install gpg2 jq make terraform go

The project has the following directories:

  • docs/ - Human readable documentation.
  • envs/
    • envs/sbx/ - Our production (and only) environment currently.
  • images/ - Docker images we create and manage
  • lib/ - Shared (Kubernetes) resources across environments

Testing

We run several kinds of tests against this repository. Linters/validators (over Kubernetes, Terraform, Prometheus configs) as well as Docker image builds. To run all these:

$ make test

Note: To run these tests you need Docker installed.

Runbooks

Getting Help

channel info
Google Group moov-users The Moov users Google group is for contributors other people contributing to the Moov project. You can join them without a google account by sending an email to moov-users+subscribe@googlegroups.com. After receiving the join-request message, you can simply reply to that to confirm the subscription.
Twitter @moov_io You can follow Moov.IO's Twitter feed to get updates on our project(s). You can also tweet us questions or just share blogs or stories.
GitHub Issue If you are able to reproduce an problem please open a GitHub Issue under the specific project that caused the error.
moov-io slack Join our slack channel to have an interactive discussion about the development of the project.

Contributing

Yes please! Please review our Contributing guide and Code of Conduct to get started!

License

Apache License 2.0 See LICENSE for details.