Andrew Butcher 926c3d5c7b Move os_firewall_allow from defaults to role dependencies. 8 years ago
..
defaults 926c3d5c7b Move os_firewall_allow from defaults to role dependencies. 8 years ago
handlers 0c18c742c6 Create nfs host group with registry volume attachment. 9 years ago
meta 926c3d5c7b Move os_firewall_allow from defaults to role dependencies. 8 years ago
tasks 55198e9b83 nfs: replace yum with dnf 9 years ago
templates 44e5ddc20e Refactor registry storage options. 9 years ago
README.md 9db2fc2dc8 Remove openshift_common dep from openshift_storage_nfs 9 years ago

README.md

OpenShift NFS Server

OpenShift NFS Server Installation

Requirements

This role is intended to be applied to the [nfs] host group which is separate from OpenShift infrastructure components.

Requires access to the 'nfs-utils' package.

Role Variables

From this role: | Name | Default value | | |-------------------------------------------------|-----------------------|-------------------------------------------------------------| | openshift_hosted_registry_storage_nfs_directory | /exports | Root export directory. | | openshift_hosted_registry_storage_volume_name | registry | Registry volume within openshift_hosted_registry_volume_dir | | openshift_hosted_registry_storage_nfs_options | *(rw,root_squash) | NFS options for configured exports. |

Dependencies

  • os_firewall
  • openshift_facts
  • openshift_repos

Example Playbook

- name: Configure nfs hosts
  hosts: oo_nfs_to_config
  roles:
  - role: openshift_storage_nfs

License

Apache License, Version 2.0

Author Information

Andrew Butcher (abutcher@redhat.com)