Skip to content

Commit

Permalink
Revert "test-info: Update node ip running smb service"
Browse files Browse the repository at this point in the history
This reverts commit b0e5af7.

Node ip address was only required for mgr variant in the absence of
clustering support.
  • Loading branch information
anoopcs9 committed Sep 26, 2024
1 parent 3a16f70 commit 33037d6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions playbooks/ansible/cluster-cephfs.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
---
node_network_public_interfaces: >-
{{
config.nodes |
dict2items |
selectattr('value.groups', 'contains', 'cluster') |
map(attribute='value.networks.public') |
list
}}
ctdb_network_private_interfaces: >-
{{
config.nodes |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
src: test-info.yml.j2
dest: /root/test-info.yml
vars:
public_interfaces: "{{ (config.be.variant == 'mgr') | ternary(node_network_public_interfaces, ctdb_network_public_interfaces) }}"
public_interfaces: "{{ ctdb_network_public_interfaces }}"

- name: Create a symlink for test-info.yml file
file:
Expand Down

0 comments on commit 33037d6

Please sign in to comment.