Skip to content

Commit e332639

Browse files
committed
Adding write path Dashboard
1 parent 86d4841 commit e332639

File tree

7 files changed

+14690
-216
lines changed

7 files changed

+14690
-216
lines changed

dashboards/demo/demo-cassandra.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ ssl_storage_port: 7001
609609
#
610610
# Setting listen_address to 0.0.0.0 is always wrong.
611611
#
612-
listen_address: 172.18.0.5
612+
listen_address: 172.19.0.5
613613

614614
# Set listen_address OR listen_interface, not both. Interfaces must correspond
615615
# to a single address, IP aliasing is not supported.
@@ -623,7 +623,7 @@ listen_address: 172.18.0.5
623623

624624
# Address to broadcast to other Cassandra nodes
625625
# Leaving this blank will set it to the same value as listen_address
626-
broadcast_address: 172.18.0.5
626+
broadcast_address: 172.19.0.5
627627

628628
# When using multiple physical network interfaces, set this
629629
# to true to listen on broadcast_address in addition to
@@ -705,7 +705,7 @@ rpc_port: 9160
705705
# be set to 0.0.0.0. If left blank, this will be set to the value of
706706
# rpc_address. If rpc_address is set to 0.0.0.0, broadcast_rpc_address must
707707
# be set.
708-
broadcast_rpc_address: 172.18.0.5
708+
broadcast_rpc_address: 172.19.0.5
709709

710710
# enable or disable keepalive on rpc/native connections
711711
rpc_keepalive: true

0 commit comments

Comments
 (0)