Filippo Giunchedi has uploaded a new change for review. https://gerrit.wikimedia.org/r/290244
Change subject: cassandra: add restbase2006 instances ...................................................................... cassandra: add restbase2006 instances Bug: T95253 Change-Id: I30673590b8ff5fe16b4f933809e74e5426fccfea --- M hieradata/hosts/restbase2006.yaml 1 file changed, 16 insertions(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/44/290244/1 diff --git a/hieradata/hosts/restbase2006.yaml b/hieradata/hosts/restbase2006.yaml index a0a904c..15f7586 100644 --- a/hieradata/hosts/restbase2006.yaml +++ b/hieradata/hosts/restbase2006.yaml @@ -1,2 +1,17 @@ cassandra::rack: 'd' -cassandra::auto_bootstrap: false +cassandra::instances: + a: + jmx_port: 7189 + listen_address: 10.192.48.49 + rpc_address: 10.192.48.49 + rpc_interface: eth0 +# b: +# jmx_port: 7190 +# listen_address: 10.192.48.50 +# rpc_address: 10.192.48.50 +# rpc_interface: eth0 +# c: +# jmx_port: 7191 +# listen_address: 10.192.48.51 +# rpc_address: 10.192.48.51 +# rpc_interface: eth0 -- To view, visit https://gerrit.wikimedia.org/r/290244 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I30673590b8ff5fe16b4f933809e74e5426fccfea Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Filippo Giunchedi <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
