Skip to content

Commit 397385f

Browse files
igorribeiroduarteVladislav Zolotarov
authored andcommitted
ansible-scylla-manager: Add port checks for local Scylla RPC and CQL ports
Scylla Manager depends on a co-located Scylla instance reachable on localhost. Since the common role runs before Scylla or the manager are installed, checking the scylla ports early catches host-level firewall rules that would block local connectivity, rather than failing later during service startup.
1 parent e0085e3 commit 397385f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

ansible-scylla-manager/meta/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ dependencies:
3535
scylla-monitor:
3636
- address: "{{ ansible_host | default(ansible_default_ipv4.address) }}"
3737
port: 5090
38+
scylla-manager:
39+
- address: "127.0.0.1"
40+
port: 7000
41+
- address: "127.0.0.1"
42+
port: 9042
3843
- role: "ansible-scylla-node"
3944
vars:
4045
install_only: true

0 commit comments

Comments
 (0)