Alexandros Kosiaris has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/363600 )

Change subject: Revert "ores: Use nutcracker for redis"
......................................................................


Revert "ores: Use nutcracker for redis"

ORES seems to be using the MULTI command, which is unsupported by 
nutcracker. Reverting

This reverts commit d6c8c2cff45cd90bbf40406c23f6840da7cb7e3b.

Change-Id: Id515a148e88db4d515f9591bce5870f1fe90ee30
---
A hieradata/hosts/oresrdb1002.yaml
A hieradata/hosts/oresrdb2002.yaml
M hieradata/role/common/scb.yaml
3 files changed, 3 insertions(+), 1 deletion(-)

Approvals:
  Alexandros Kosiaris: Verified; Looks good to me, approved



diff --git a/hieradata/hosts/oresrdb1002.yaml b/hieradata/hosts/oresrdb1002.yaml
new file mode 100644
index 0000000..fd7b7ca
--- /dev/null
+++ b/hieradata/hosts/oresrdb1002.yaml
@@ -0,0 +1 @@
+profile::ores::redis::slaveof: oresrdb1001
diff --git a/hieradata/hosts/oresrdb2002.yaml b/hieradata/hosts/oresrdb2002.yaml
new file mode 100644
index 0000000..b2f4e61
--- /dev/null
+++ b/hieradata/hosts/oresrdb2002.yaml
@@ -0,0 +1 @@
+profile::ores::redis::slaveof: oresrdb2001
diff --git a/hieradata/role/common/scb.yaml b/hieradata/role/common/scb.yaml
index a045b14..6bd0949 100644
--- a/hieradata/role/common/scb.yaml
+++ b/hieradata/role/common/scb.yaml
@@ -53,7 +53,7 @@
     value: standard
 citoid::zotero_port: 1969
 citoid::zotero_host: "zotero.svc.%{::site}.wmnet"
-profile::ores::web::redis_host: localhost
+profile::ores::web::redis_host: "oresrdb.svc.%{::site}.wmnet"
 # The password is in the private store, this is here for completeness
 # profile::ores::web::redis_password: nothing
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Id515a148e88db4d515f9591bce5870f1fe90ee30
Gerrit-PatchSet: 3
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Alexandros Kosiaris <[email protected]>
Gerrit-Reviewer: Alexandros Kosiaris <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to