Scott Dodson bf0857e95c Add storage for logging há 8 anos atrás
..
defaults 926c3d5c7b Move os_firewall_allow from defaults to role dependencies. há 8 anos atrás
handlers 0c18c742c6 Create nfs host group with registry volume attachment. há 9 anos atrás
meta 926c3d5c7b Move os_firewall_allow from defaults to role dependencies. há 8 anos atrás
tasks bf0857e95c Add storage for logging há 8 anos atrás
templates bf0857e95c Add storage for logging há 8 anos atrás
README.md 0b8e8cd5b2 Fix up some broken markdown formatting (mostly tables) há 8 anos atrás

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)