Skip to content

Commit

Permalink
Move again NFS server after EDPM deploy
Browse files Browse the repository at this point in the history
Otherwise the target EDPM node has no full networking setup,
which means the choosen VLAN where to expose

This means that any usage of NFS should be moved to the post_deploy
phase, possibly reconfiguring an existing control plane.

This mirror the similar mechanism used to configure and use
Ceph on EDPM nodes.
  • Loading branch information
tosky committed May 7, 2024
1 parent 95a2318 commit 6667d21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions playbooks/06-deploy-edpm.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
---
- name: Deploy NFS server on target nodes
ansible.builtin.import_playbook: "nfs.yml"

- name: Run pre_deploy hooks
when:
- cifmw_architecture_scenario is not defined
Expand Down Expand Up @@ -96,6 +93,9 @@
ansible.builtin.import_role:
name: edpm_deploy

- name: Deploy NFS server on target nodes
ansible.builtin.import_playbook: "nfs.yml"

- name: Clear ceph target hosts facts to force refreshing in HCI deployments
hosts: "{{ cifmw_ceph_target | default('computes') }}"
tasks:
Expand Down

0 comments on commit 6667d21

Please sign in to comment.