|
|
(17 intermediate revisions by 3 users not shown) |
Line 1: |
Line 1: |
| {| class="fullwidth-table"
| | #REDIRECT [[ParticipationSystems/Discourse]] |
| |-
| |
| ! Module Name
| |
| ! Module Owner
| |
| |-
| |
| | Discourse || mrz
| |
| |}
| |
| | |
| | |
| =Summary=
| |
| | |
| [http://discourse.mozilla-community.org/ Test site] on mozilla-community.org.
| |
| | |
| = Documentation =
| |
| [[File:Discourse_diagram.png|200px|thumb|right|Architectural overview]] | |
| == Overview ==
| |
| * '''Hosting Provider:''' AWS
| |
| * '''Compute Region (AZ):''' US West (N. California)
| |
| == Monitoring ==
| |
| | |
| | |
| == Instances ==
| |
| All images for webheads are <i>ubuntu-precise-12.04-amd64-server-20131003 (ami-acf9cde9)</i>
| |
| | |
| === Webheads ===
| |
| | |
| {| class="fullwidth-table"
| |
| |-
| |
| ! Name
| |
| ! Service
| |
| ! Flavor
| |
| ! IP Addr
| |
| ! Volume
| |
| ! Availability Zone
| |
| |-
| |
| | <tt>csa-discourse-web01</tt> || discourse/web || m1.medium || <tt>10.172.87.184</tt> || vol-b002fdb0 (410GB) || us-west-1c
| |
| |-
| |
| | <tt>csa-discourse-web02</tt> || discourse/web || m1.medium || <tt>10.200.137.54</tt> || vol-873a2e87 (410GB) || us-west-1a
| |
| |-
| |
| |}
| |
| | |
| | |
| | |
| === Postgresql ===
| |
| * '''Version:''' 9.2
| |
| | |
| | |
| {| class="fullwidth-table"
| |
| |-
| |
| ! Name
| |
| ! Service
| |
| ! Flavor
| |
| ! Volume
| |
| ! 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>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>0001</tt> || csa-discourse-redis1 || Redis || cache.m1.medium || us-west-1a
| |
| |-
| |
| |}
| |
| <!--= HP Cloud Reference =
| |
| == Flavors ==
| |
| <pre>
| |
| +-----+------------------+-----------+------+-----------+------+-------+-------------+-----------+
| |
| | ID | Name | Memory_MB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public |
| |
| +-----+------------------+-----------+------+-----------+------+-------+-------------+-----------+
| |
| | 100 | standard.xsmall | 1024 | 10 | 10 | | 1 | 1.0 | N/A |
| |
| | 101 | standard.small | 2048 | 30 | 10 | | 2 | 1.0 | N/A |
| |
| | 102 | standard.medium | 4096 | 30 | 50 | | 2 | 1.0 | N/A |
| |
| | 103 | standard.large | 8192 | 30 | 130 | | 4 | 1.0 | N/A |
| |
| | 104 | standard.xlarge | 15360 | 30 | 270 | | 4 | 1.0 | N/A |
| |
| | 105 | standard.2xlarge | 30720 | 30 | 540 | | 8 | 1.0 | N/A |
| |
| | 106 | standard.3xlarge | 61440 | 30 | 1070 | | 8 | 1.0 | N/A |
| |
| | 107 | standard.4xlarge | 92160 | 30 | 1620 | | 12 | 1.0 | N/A |
| |
| | 108 | standard.5xlarge | 122880 | 30 | 2170 | | 16 | 1.0 | N/A |
| |
| | 203 | highmem.large | 16384 | 30 | 130 | | 4 | 1.0 | N/A |
| |
| | 204 | highmem.xlarge | 30720 | 30 | 270 | | 4 | 1.0 | N/A |
| |
| | 205 | highmem.2xlarge | 61440 | 30 | 540 | | 8 | 1.0 | N/A |
| |
| +-----+------------------+-----------+------+-----------+------+-------+-------------+-----------+
| |
| </pre> I'll update this at some point, but HP isn't relevant right now.-->
| |
| | |
| | |
| = Request a category =
| |
| Please visit [https://bugzilla.mozilla.org/form.reps.it The Community IT Request Form] to request a category creation. You will need a [https://bugzilla.mozilla.org bugzilla] account for this.
| |