Tim Starling has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/347360 )

Change subject: conftool: add mwconfig object type, define the first couple 
variables
......................................................................


conftool: add mwconfig object type, define the first couple variables

Change-Id: I3391f700328cdf02dc33c57f2de95ca25dd8a9ff
---
A conftool-data/mwconfig/data.yaml
M modules/profile/files/conftool/schema.yaml
2 files changed, 14 insertions(+), 0 deletions(-)

Approvals:
  Giuseppe Lavagetto: Looks good to me, approved
  Tim Starling: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/conftool-data/mwconfig/data.yaml b/conftool-data/mwconfig/data.yaml
new file mode 100644
index 0000000..4b2e559
--- /dev/null
+++ b/conftool-data/mwconfig/data.yaml
@@ -0,0 +1,6 @@
+codfw:
+  - ReadOnly
+eqiad:
+  - ReadOnly
+common:
+  - WMFMasterDatacenter
diff --git a/modules/profile/files/conftool/schema.yaml 
b/modules/profile/files/conftool/schema.yaml
index a22d9c5..34aefdd 100644
--- a/modules/profile/files/conftool/schema.yaml
+++ b/modules/profile/files/conftool/schema.yaml
@@ -15,3 +15,11 @@
     ttl:
       type: "int"
       default: 300
+mwconfig:
+  path: "mediawiki-config"
+  tags:
+    - scope
+  schema:
+    val:
+      type: "any"
+      default: null

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I3391f700328cdf02dc33c57f2de95ca25dd8a9ff
Gerrit-PatchSet: 7
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Giuseppe Lavagetto <glavage...@wikimedia.org>
Gerrit-Reviewer: Giuseppe Lavagetto <glavage...@wikimedia.org>
Gerrit-Reviewer: Tim Starling <tstarl...@wikimedia.org>
Gerrit-Reviewer: Volans <rcocci...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to