Filippo Giunchedi has uploaded a new change for review. https://gerrit.wikimedia.org/r/290237
Change subject: cassandra: add restbase2003 instances ...................................................................... cassandra: add restbase2003 instances Change-Id: I6faae7f59fca00986582bc5331406ce9dd5279ff --- M hieradata/hosts/restbase2003.yaml 1 file changed, 16 insertions(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/37/290237/1 diff --git a/hieradata/hosts/restbase2003.yaml b/hieradata/hosts/restbase2003.yaml index 78bfabb..7fff7ab 100644 --- a/hieradata/hosts/restbase2003.yaml +++ b/hieradata/hosts/restbase2003.yaml @@ -1,2 +1,17 @@ cassandra::rack: 'c' -cassandra::auto_bootstrap: false +cassandra::instances: + a: + jmx_port: 7189 + listen_address: 10.192.32.134 + rpc_address: 10.192.32.134 + rpc_interface: eth0 +# b: +# jmx_port: 7190 +# listen_address: 10.192.32.135 +# rpc_address: 10.192.32.135 +# rpc_interface: eth0 +# c: +# jmx_port: 7191 +# listen_address: 10.192.32.136 +# rpc_address: 10.192.32.136 +# rpc_interface: eth0 -- To view, visit https://gerrit.wikimedia.org/r/290237 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I6faae7f59fca00986582bc5331406ce9dd5279ff 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
