Marostegui has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/385152 )

Change subject: Draft: Setting a multi-instance host
......................................................................

Draft: Setting a multi-instance host

We are going to introduce the concept of multi-instance hosts in core.
Basically a host that will have two (or more) instances running on
different ports.

We would like know how to add it to mediawiki-config, and to confirm
that mediawiki-config supports "HOST:PORT" syntax

I have added a bunch of reviewers that I think that might help, but feel
free to remove yourself if you are not sure you can.

Bug: T178553
Change-Id: I0dc93e0feb5c11690c38dc74ee3e469944427f1d
---
M wmf-config/db-codfw.php
1 file changed, 12 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/52/385152/1

diff --git a/wmf-config/db-codfw.php b/wmf-config/db-codfw.php
index f21dfa7..39715d5 100644
--- a/wmf-config/db-codfw.php
+++ b/wmf-config/db-codfw.php
@@ -137,6 +137,7 @@
                'db2058' => 50,  # D6 3.3TB 160GB, dump (inactive), vslow
                'db2065' => 200, # D6 3.3TB 160GB, api
                'db2073' => 400, # C6 3.3TB 512GB # Compressed InnoDB
+               'db2084:3314' => 1, # D6 3.3TB 512GB # Compressed InnoDB
        ],
        's5' => [
                'db2023' => 0,   # B6 2.9TB  96GB, master
@@ -146,12 +147,12 @@
                'db2059' => 100, # D6 3.3TB 160GB, api
                'db2066' => 400, # D6 3.3TB 160GB
                'db2075' => 400, # A1 3.3TB 512GB # Compressed InnoDB
+               'db2084:3315' => 1, # D6 3.3TB 512GB # Compressed InnoDB
                # 'db2079' => 400, # A5 3.3TB 512GB # Compressed InnoDB #T170662
                # 'db2080' => 400, # C5 3.3TB 512GB # Compressed InnoDB #T170662
                # 'db2081' => 400, # A6 3.3TB 512GB # Compressed InnoDB #T170662
                # 'db2082' => 400, # B6 3.3TB 512GB # Compressed InnoDB #T170662
                # 'db2083' => 400, # C6 3.3TB 512GB # Compressed InnoDB #T170662
-               # 'db2084' => 400, # D6 3.3TB 512GB # Compressed InnoDB #T170662
                # 'db2086' => 400, # B1 3.3TB 512GB # Compressed InnoDB #T170662
        ],
        's6' => [
@@ -336,22 +337,27 @@
                'watchlist' => [
                        'db2037' => 1,
                        'db2044' => 1,
+                       'db2084:3314' => 1,
                ],
                'recentchanges' => [
                        'db2037' => 1,
                        'db2044' => 1,
+                       'db2084:3314' => 1,
                ],
                'recentchangeslinked' => [
                        'db2037' => 1,
                        'db2044' => 1,
+                       'db2084:3314' => 1,
                ],
                'contributions' => [
                        'db2037' => 1,
                        'db2044' => 1,
+                       'db2084:3314' => 1,
                ],
                'logpager' => [
                        'db2037' => 1,
                        'db2044' => 1,
+                       'db2084:3314' => 1,
                ],
                'dump' => [
                        'db2058' => 1,
@@ -366,18 +372,23 @@
        's5' => [
                'watchlist' => [
                        'db2038' => 1,
+                       'db2084:3315' => 1,
                ],
                'recentchanges' => [
                        'db2038' => 1,
+                       'db2084:3315' => 1,
                ],
                'recentchangeslinked' => [
                        'db2038' => 1,
+                       'db2084:3315' => 1,
                ],
                'contributions' => [
                        'db2038' => 1,
+                       'db2084:3315' => 1,
                ],
                'logpager' => [
                        'db2038' => 1,
+                       'db2084:3315' => 1,
                ],
                'dump' => [
                        'db2052' => 1,

-- 
To view, visit https://gerrit.wikimedia.org/r/385152
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0dc93e0feb5c11690c38dc74ee3e469944427f1d
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Marostegui <maroste...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to