IT/Community/WG/Discourse: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(update) |
||
Line 15: | Line 15: | ||
[[File:Discourse_diagram.png|200px|thumb|right|Architectural overview]] | [[File:Discourse_diagram.png|200px|thumb|right|Architectural overview]] | ||
== Overview == | == Overview == | ||
* '''Hosting Provider:''' | * '''Hosting Provider:''' AWS | ||
* '''Compute Region (AZ):''' US | * '''Compute Region (AZ):''' US West (N. California) | ||
== Monitoring == | == Monitoring == | ||
== Instances == | == Instances == | ||
All images for webheads | All images for webheads are <i>ubuntu-precise-12.04-amd64-server-20131003 (ami-acf9cde9)</i> | ||
=== Webheads === | === Webheads === | ||
Line 47: | Line 31: | ||
! Flavor | ! Flavor | ||
! IP Addr | ! IP Addr | ||
! Volume | |||
! Availability Zone | |||
|- | |- | ||
| <tt> | | <tt>csa-discourse-web01</tt> || discourse/web || m1.medium || <tt>10.172.87.184</tt> || vol-b002fdb0 (410GB) || us-west-1c | ||
|- | |- | ||
| <tt> | | <tt>csa-discourse-web02</tt> || discourse/web || m1.medium || <tt>10.200.137.54</tt> || vol-873a2e87 (410GB) || us-west-1a | ||
|- | |- | ||
|} | |} | ||
Line 67: | Line 52: | ||
! Flavor | ! Flavor | ||
! Volume | ! Volume | ||
! IP | ! Availability Zone <!-- I don't really want to put the public IP in the public, it's easy enough to find it in AWS --> | ||
|- | |- | ||
| <tt> | | <tt>csa-discourse-db1</tt> || postgresql || db.m1.medium || 300GB || us-west-1c | ||
|- | |- | ||
| | |} | ||
=== Redis === | |||
* '''Version''': 2.6.13 | |||
{| class="fullwidth-table" | |||
|- | |- | ||
! Node | |||
! Cluster | |||
! Service | |||
! Flavor | |||
! Availability Zone | |||
|- | |- | ||
| <tt> | | <tt>0001</tt> || csa-discourse-redis1 || Redis || cache.m1.medium || us-west-1a | ||
|- | |- | ||
|} | |} | ||
<!--= HP Cloud Reference = | |||
= HP Cloud Reference = | |||
== Flavors == | == Flavors == | ||
<pre> | <pre> | ||
Line 99: | Line 90: | ||
| 205 | highmem.2xlarge | 61440 | 30 | 540 | | 8 | 1.0 | N/A | | | 205 | highmem.2xlarge | 61440 | 30 | 540 | | 8 | 1.0 | N/A | | ||
+-----+------------------+-----------+------+-----------+------+-------+-------------+-----------+ | +-----+------------------+-----------+------+-----------+------+-------+-------------+-----------+ | ||
</pre> | </pre> I'll update this at some point, but HP isn't relevant right now.--> |
Revision as of 23:11, 5 February 2014
Module Name | Module Owner |
---|---|
Discourse | mrz |
Summary
Test site on mozilla-community.org.
Documentation
Overview
- Hosting Provider: AWS
- Compute Region (AZ): US West (N. California)
Monitoring
Instances
All images for webheads are ubuntu-precise-12.04-amd64-server-20131003 (ami-acf9cde9)
Webheads
Name | Service | Flavor | IP Addr | Volume | Availability Zone |
---|---|---|---|---|---|
csa-discourse-web01 | discourse/web | m1.medium | 10.172.87.184 | vol-b002fdb0 (410GB) | us-west-1c |
csa-discourse-web02 | discourse/web | m1.medium | 10.200.137.54 | vol-873a2e87 (410GB) | us-west-1a |
Postgresql
- Version: 9.2
Name | Service | Flavor | Volume | Availability Zone |
---|---|---|---|---|
csa-discourse-db1 | postgresql | db.m1.medium | 300GB | us-west-1c |
Redis
- Version: 2.6.13
Node | Cluster | Service | Flavor | Availability Zone |
---|---|---|---|---|
0001 | csa-discourse-redis1 | Redis | cache.m1.medium | us-west-1a |