Mobrovac has uploaded a new change for review.

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

Change subject: Cassandra: deployment-prep: Set the correct listen IP
......................................................................

Cassandra: deployment-prep: Set the correct listen IP

Using the default $::ipaddress on deployment-restbase0x does not work
since it points to the private docker0 interface. This patch changes
that to point to $::ipaddress_eth0 instead.

Bug: T99564
Change-Id: Idf7c36474a928d0ebed48becfff72a6e492955e4
---
M hieradata/labs/deployment-prep/common.yaml
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/30/213530/1

diff --git a/hieradata/labs/deployment-prep/common.yaml 
b/hieradata/labs/deployment-prep/common.yaml
index 2bb760d..9b59da4 100644
--- a/hieradata/labs/deployment-prep/common.yaml
+++ b/hieradata/labs/deployment-prep/common.yaml
@@ -28,6 +28,8 @@
   - wikivoyage.org
   - wiktionary.org
 graphoid::protocol: http
+cassandra::listen_address: '%{::ipaddress_eth0}'
+cassandra::rpc_address: '%{::ipaddress_eth0}'
 "cassandra::seeds":
   - 10.68.17.227
   - 10.68.17.189

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Idf7c36474a928d0ebed48becfff72a6e492955e4
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Mobrovac <mobro...@wikimedia.org>

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

Reply via email to