Filippo Giunchedi has uploaded a new change for review. https://gerrit.wikimedia.org/r/290243
Change subject: cassandra: add restbase2005 instances ...................................................................... cassandra: add restbase2005 instances Bug: T95253 Change-Id: I0f1d2cbc706f1ac6f07a07e505154b7342d0b37e --- M hieradata/hosts/restbase2005.yaml 1 file changed, 16 insertions(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/43/290243/1 diff --git a/hieradata/hosts/restbase2005.yaml b/hieradata/hosts/restbase2005.yaml index a0a904c..a6634bc 100644 --- a/hieradata/hosts/restbase2005.yaml +++ b/hieradata/hosts/restbase2005.yaml @@ -1,2 +1,17 @@ cassandra::rack: 'd' -cassandra::auto_bootstrap: false +cassandra::instances: + a: + jmx_port: 7189 + listen_address: 10.192.48.46 + rpc_address: 10.192.48.46 + rpc_interface: eth0 +# b: +# jmx_port: 7190 +# listen_address: 10.192.48.47 +# rpc_address: 10.192.48.47 +# rpc_interface: eth0 +# c: +# jmx_port: 7191 +# listen_address: 10.192.48.48 +# rpc_address: 10.192.48.48 +# rpc_interface: eth0 -- To view, visit https://gerrit.wikimedia.org/r/290243 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I0f1d2cbc706f1ac6f07a07e505154b7342d0b37e 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
