Filippo Giunchedi has uploaded a new change for review. https://gerrit.wikimedia.org/r/280446
Change subject: cassandra: add restbase2004 instances ...................................................................... cassandra: add restbase2004 instances Change-Id: I9fa4421e3063c384e2a09685546d036b95b83176 --- M hieradata/hosts/restbase2004.yaml 1 file changed, 16 insertions(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/46/280446/1 diff --git a/hieradata/hosts/restbase2004.yaml b/hieradata/hosts/restbase2004.yaml index 78bfabb..267b535 100644 --- a/hieradata/hosts/restbase2004.yaml +++ b/hieradata/hosts/restbase2004.yaml @@ -1,2 +1,17 @@ cassandra::rack: 'c' -cassandra::auto_bootstrap: false +cassandra::instances: + a: + jmx_port: 7189 + listen_address: 10.192.32.137 + rpc_address: 10.192.32.137 + rpc_interface: eth0 +# b: +# jmx_port: 7190 +# listen_address: 10.192.32.138 +# rpc_address: 10.192.32.138 +# rpc_interface: eth0 +# c: +# jmx_port: 7191 +# listen_address: 10.192.32.139 +# rpc_address: 10.192.32.139 +# rpc_interface: eth0 -- To view, visit https://gerrit.wikimedia.org/r/280446 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I9fa4421e3063c384e2a09685546d036b95b83176 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Filippo Giunchedi <[email protected]> Gerrit-Reviewer: Eevans <[email protected]> Gerrit-Reviewer: Filippo Giunchedi <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
