Skip to content

Commit

Permalink
Make testing_with_ansibleee example correct for OpenStackDataPlaneNod…
Browse files Browse the repository at this point in the history
…eSet

With the switch from `OpenStackDataPlaneNode` to `OpenStackDataPlaneNodeSet`,
the `nodeTemplate` entry for `extraMounts` is no longer under `roles` and
now under `spec` so update the example accordingly.

Signed-off-by: John Fulton <[email protected]>
  • Loading branch information
fultonj committed Oct 10, 2023
1 parent 26fe00b commit 5617b6d
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions docs/source/testing_with_ansibleee.rst
Original file line number Diff line number Diff line change
Expand Up @@ -108,16 +108,14 @@ OpenStackDataPlane CR should contain the following snippet:
.. code-block:: console
spec:
roles:
edpm-compute:
nodeTemplate:
extraMounts:
- extraVolType: edpm-ansible
mounts:
- mountPath: /usr/share/ansible/collections/ansible_collections/osp/edpm
name: edpm-ansible
volumes:
- name: edpm-ansible
persistentVolumeClaim:
claimName: edpm-ansible
readOnly: true
nodeTemplate:
extraMounts:
- extraVolType: edpm-ansible
mounts:
- mountPath: /usr/share/ansible/collections/ansible_collections/osp/edpm
name: edpm-ansible
volumes:
- name: edpm-ansible
persistentVolumeClaim:
claimName: edpm-ansible
readOnly: true

0 comments on commit 5617b6d

Please sign in to comment.