ansible-collections / community.cassandra

Cassandra Ansible Collection
http://galaxy.ansible.com/community/cassandra
GNU General Public License v3.0
25 stars 19 forks source link

Add task to disable ipv6 #220

Closed rhysmeister closed 2 years ago

rhysmeister commented 2 years ago
SUMMARY

Pass a flag to nodetool to prevent ipv6 parsing https://issues.apache.org/jira/browse/CASSANDRA-17581

ISSUE TYPE
COMPONENT NAME

setup_cassandra setup_cassandra_cluster_manager

codecov[bot] commented 2 years ago

Codecov Report

Merging #220 (fa73ef9) into master (bd78518) will increase coverage by 5.15%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #220      +/-   ##
==========================================
+ Coverage   73.05%   78.20%   +5.15%     
==========================================
  Files          27       34       +7     
  Lines        2045     2368     +323     
  Branches      487      535      +48     
==========================================
+ Hits         1494     1852     +358     
+ Misses        327      270      -57     
- Partials      224      246      +22     
Impacted Files Coverage Δ
...andra/plugins/module_utils/nodetool_cmd_objects.py 87.28% <0.00%> (-8.44%) :arrow_down:
...nity/cassandra/plugins/modules/cassandra_reload.py 71.05% <0.00%> (-5.27%) :arrow_down:
...cassandra/plugins/modules/cassandra_concurrency.py
...assandra/plugins/modules/cassandra_fullquerylog.py
...lugins/modules/cassandra_batchlogreplaythrottle.py
...ssandra/plugins/modules/cassandra_maxhintwindow.py
...ndra/plugins/modules/cassandra_traceprobability.py 83.67% <0.00%> (ø)
...nity/cassandra/plugins/modules/cassandra_verify.py 90.90% <0.00%> (ø)
...nity/cassandra/plugins/modules/cassandra_thrift.py 63.23% <0.00%> (ø)
...ssandra/plugins/modules/cassandra_truncatehints.py 88.88% <0.00%> (ø)
... and 9 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update bd78518...fa73ef9. Read the comment docs.