Skip to content

Commit

Permalink
Add StorageNFS into Network Data Undercloud
Browse files Browse the repository at this point in the history
  • Loading branch information
MiguelCarpio committed Jul 1, 2024
1 parent c2f4de4 commit a58f205
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions playbooks/install_stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,18 @@
when:
- ceph_enabled

- name: Add StorageNFS into Network Data Undercloud

Check warning on line 495 in playbooks/install_stack.yaml

View workflow job for this annotation

GitHub Actions / build

args[module]

Unsupported parameters for (basic.py) module: append_newline, prepend_newline. Supported parameters include: attributes, backup, block, create, group, insertafter, insertbefore, marker, marker_begin, marker_end, mode, owner, path, selevel, serole, setype, seuser, state, unsafe_writes, validate (attr, content, dest, destfile, name).

Check failure on line 495 in playbooks/install_stack.yaml

View workflow job for this annotation

GitHub Actions / build

yaml[trailing-spaces]

Trailing spaces
ansible.builtin.blockinfile:
dest: /usr/share/openstack-tripleo-heat-templates/network_data_undercloud.yaml
append_newline: true
prepend_newline: true
block: |
- name: StorageNFS
vip: true
name_lower: storage_nfs
become: true
become_user: root

- name: Run TripleO deploy
ansible.builtin.import_role:
name: tripleo.operator.tripleo_deploy
Expand Down

0 comments on commit a58f205

Please sign in to comment.