Terraform configuration for Participation Infrastructure
Перейти к файлу
Yousef Alam 224061a69c Merge pull request #110 from flamingspaz/fixthebucket
Split Jenkins bucket policies to separate resources
2017-05-24 11:49:39 +01:00
modules Allow Terraform full access to restricted S3 buckets 2017-05-23 16:08:47 +01:00
.gitignore Add .gitignore 2016-05-05 18:15:37 +01:00
Jenkinsfile Add Jenkinsfile 2017-05-03 12:38:49 +01:00
LICENSE Initial commit 2016-02-26 15:18:08 +00:00
README.md Gluster is no longer a thing 2016-12-12 05:04:48 -10:00
admin.tf Change admin node instance type. 2017-04-18 11:43:48 +02:00
backups.tf Split Jenkins bucket policies to separate resources 2017-05-24 11:47:28 +01:00
bitergia.tf Change Rust Analytics ES instance type 2016-12-23 13:00:59 +00:00
consul.tf add shared access to sg 2016-03-31 19:49:03 +01:00
db.tf Add Postgres ports from staging and production 2016-10-18 13:07:00 +01:00
discourse.tf Add policies to S3 buckets 2017-05-23 13:34:13 +01:00
distributions.tf [bug 1344680] add Mozilla India distribution 2017-05-05 20:08:05 +01:00
iam.tf Add policies to S3 buckets 2017-05-23 13:34:13 +01:00
jenkins-public.tf Merge pull request #59 from flamingspaz/DISCOURSEWORKS 2016-10-28 12:13:32 +02:00
logging.tf Add CloudFormation stack for infosec CloudTrail storage 2017-03-10 16:28:24 +00:00
mesos-cluster.tf Add policies to S3 buckets 2017-05-23 13:34:13 +01:00
monitoring.tf Add Elasticache resources for Discourse to Mesos cluster 2016-10-18 10:24:01 +01:00
network.tf Add Elasticache resources for Discourse to Mesos cluster 2016-10-18 10:24:01 +01:00
notifications.tf [bug 1236511] Basic monitoring for AWS layer. 2016-10-31 17:35:37 +02:00
remo.tf Add Elasticache instances for remo staging and production 2017-03-03 00:16:01 +00:00
storage.tf Add EFS endpoint for grafana persistent storage 2017-01-17 12:56:13 +01:00
terraform.tf Use Terraform 0.9 remote state configuration 2017-04-25 18:02:30 +01:00
variables.tf Allow Terraform full access to restricted S3 buckets 2017-05-23 16:08:47 +01:00
vpn.tf Change syntax for newer Terraform version 2016-10-04 13:51:41 +01:00

README.md

Participation Infrastructure

Terraform resources

Introduction

partinfra-terraform is a collection of resources and modules to manage the cloud infrastructure that power various sites related to mozilla community. The code in this repository is authored and maintained by Mozilla engineers and a vibrant community of volunteer contributors.

For more information:

Get Involved!

Resources

  • mesos-cluster
    • Module that defines the infrastructure required for the community PaaS cluster.
      • AWS ELB load balancer for regional community sites and *.mozilla.community apps
      • AWS EC2 configuration for mesos-master and mesos-slave nodes
      • AWS Autoscaling groups for mesos-master and mesos-slave nodes
      • Security group rules for the mesos-cluster network flow
    • This acts as the base for our 2 mesos cluster tiers: production and staging
  • admin
    • Deploy AWS EC2 instance, security group rules, AWS ELB and SSL termination for admin node.
  • consul
  • db
    • Deploy shared AWS RDS (MySQL) instance, security group rules and AWS Route53 DNS entry for our generic MySQL instance.
  • network
    • Deploy staging, production and shared AWS VPC and configure the network flow required for the cluster needs.
  • terraform
  • vpn
    • Deploy AWS EC2 instance and security group rules required for our VPN server.

Issues

For issue tracking we use bugzilla.mozilla.org. Create a bug on bugzilla.mozilla.org under Participation Infrastructure > Community Ops component.