Terraform configuration for Participation Infrastructure
Перейти к файлу
Yousef Alam 4659b88083
Add IAM roles
- Discourse
- Remo
- Coss
- Mozillians
2017-09-11 15:45:57 +01:00
dns Add DNS data resources for community sites 2017-07-24 18:05:09 +01:00
modules Add IAM roles 2017-09-11 15:45:57 +01:00
.gitignore Add infrastructure for Mozillians 2017-06-09 14:21:07 +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 Add Infosec audit role to bucket access 2017-05-25 13:47:24 +01:00
bitergia.tf Ignore changes to ES access policies 2017-07-19 18:08:11 +01:00
consul.tf Fix role names in aws iam instance profiles. 2017-05-30 15:39:13 +02:00
coss.tf Add IAM roles 2017-09-11 15:45:57 +01:00
db.tf Remove unused mozillians.org MySQL read replica. 2017-08-01 16:26:48 +01:00
discourse.tf Add IAM roles 2017-09-11 15:45:57 +01:00
distributions.tf Add Firefox Sprint site 2017-08-31 13:12:13 +01:00
iam.tf Add Mozdef logging role for fluentd containers 2017-09-11 15:45:57 +01:00
jenkins-public.tf Update public Jenkins SSL certificate 2017-07-14 13:24:18 +01:00
logging.tf Ignore changes to ES access policies 2017-07-19 18:08:11 +01:00
mesos-cluster.tf Add IAM roles 2017-09-11 15:45:57 +01:00
monitoring.tf Add Elasticache resources for Discourse to Mesos cluster 2016-10-18 10:24:01 +01:00
mozillians.tf Add IAM roles 2017-09-11 15:45:57 +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 IAM roles 2017-09-11 15:45:57 +01: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 Add new mozilla.community ACM certificate 2017-08-30 11:58:31 +01:00
vpn.tf Fix role names in aws iam instance profiles. 2017-05-30 15:39:13 +02: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.