Alex Monk has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/221009

Change subject: More wikitech cleanup
......................................................................

More wikitech cleanup

* Move semantic namespace stuff up to below Semantic includes
* Remove pmtpa reference from OSM config

Bug: T75939
Change-Id: Iebea58aee16a999d083363e16665c0ea8da265ac
---
M wmf-config/wikitech.php
1 file changed, 5 insertions(+), 5 deletions(-)


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

diff --git a/wmf-config/wikitech.php b/wmf-config/wikitech.php
index 4abbe76..03ee088 100644
--- a/wmf-config/wikitech.php
+++ b/wmf-config/wikitech.php
@@ -12,6 +12,10 @@
 require_once( "$IP/extensions/SemanticResultFormats/SemanticResultFormats.php" 
);
 enableSemantics( 'wikitech' );
 
+$smwgNamespacesWithSemanticLinks[112] = true;
+$smwgNamespacesWithSemanticLinks[NS_NOVA_RESOURCE] = true;
+#$wgNamespacesToBeSearchedDefault[NS_NOVA_RESOURCE] = true;
+
 require_once( "$IP/extensions/LdapAuthentication/LdapAuthentication.php" );
 $wgAuth = new LdapAuthenticationPlugin();
 $wgLDAPDomainNames = array( 'labs');
@@ -115,15 +119,11 @@
 # Enable doc links on the 'configure instance' page
 $wgOpenStackManagerPuppetDocBase = 
'http://doc.wikimedia.org/puppet/classes/__site__/';
 
-$wgOpenStackManagerProxyGateways = array('pmtpa' => '208.80.153.214', 'eqiad' 
=> '208.80.155.156');
+$wgOpenStackManagerProxyGateways = array( 'eqiad' => '208.80.155.156' );
 
 # Restrict eqiad to a group
 $wgOpenStackManagerRestrictedRegions = array();
 $wgOpenStackManagerReadOnlyRegions = array();
-
-$smwgNamespacesWithSemanticLinks[112] = true;
-$smwgNamespacesWithSemanticLinks[NS_NOVA_RESOURCE] = true;
-#$wgNamespacesToBeSearchedDefault[NS_NOVA_RESOURCE] = true;
 
 # TODO:  Re-enable OpenID
 #require_once("$IP/extensions/OpenID/OpenID.php");

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iebea58aee16a999d083363e16665c0ea8da265ac
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Alex Monk <kren...@gmail.com>

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

Reply via email to