Skip to content

Commit

Permalink
Merge pull request #724 from rabi/insecure
Browse files Browse the repository at this point in the history
Fix links for setting nfs server on dev system
  • Loading branch information
openshift-merge-bot[bot] committed Aug 14, 2024
2 parents 81f7a2f + 050cf93 commit 81c7a6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/testing_with_ansibleee.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ an appropriate export on your development system. Of course, this implies
your OpenShift deployment that runs the openstack-operator has access to
the NFS server, including any required firewall rules.

* `EL 8 instructions <https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/deploying_different_types_of_servers/exporting-nfs-shares_deploying-different-types-of-servers#assembly_configuring-the-nfs-server-to-run-behind-a-firewall_exporting-nfs-shares>`_
* `EL 9 instructions <https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/managing_file_systems/exporting-nfs-shares_managing-file-systems#assembly_configuring-the-nfs-server-to-run-behind-a-firewall_exporting-nfs-shares>`_
* `EL 8 instructions <https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/8/html/deploying_different_types_of_servers/deploying-an-nfs-server_deploying-different-types-of-servers>`_
* `EL 9 instructions <https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/configuring_and_using_network_file_services/deploying-an-nfs-server_configuring-and-using-network-file-services>`_

When using OpenShift Local (aka CRC), your export will be something like this:

.. code-block:: console
% echo "${HOME}/edpm-ansible 192.168.130.0/24(rw,sync,no_root_squash)" > /etc/exports
% echo "${HOME}/edpm-ansible 192.168.130.0/24(rw,sync,no_root_squash,insecure)" > /etc/exports
% exportfs -r
Expand Down

0 comments on commit 81c7a6b

Please sign in to comment.