2018-08-20 15:05:26 +10:00
|
|
|
An ansible role to configure an OpenAFS client
|
|
|
|
|
|
|
|
.. note:: This role uses system packages where available, but for
|
|
|
|
platforms or architectures where they are not available will
|
|
|
|
require external builds. Defaults will pick external
|
|
|
|
packages from OpenStack Infra builds, but you should
|
|
|
|
evaluate if this is suitable for your environment.
|
|
|
|
|
|
|
|
This role configures the host to be an `OpenAFS
|
|
|
|
<https://www.openafs.org>`__ client. Because OpenAFS is very reliant
|
|
|
|
on distribution internals, kernel versions and host architecture this
|
|
|
|
role has limited platform support. Currently supported are
|
|
|
|
|
|
|
|
* Debian family with system packages available
|
2020-06-03 12:34:34 +10:00
|
|
|
* Ubuntu LTS family with external 1.8 series packages
|
|
|
|
* CentOS 7 and 8 with external packages
|
2018-08-20 15:05:26 +10:00
|
|
|
|
|
|
|
**Role Variables**
|
|
|
|
|
|
|
|
.. zuul:rolevar:: openafs_client_cell
|
|
|
|
:default: openstack.org
|
|
|
|
|
2020-01-28 20:57:08 +11:00
|
|
|
The default cell.
|
2018-08-20 15:05:26 +10:00
|
|
|
|
|
|
|
.. zuul:rolevar:: openafs_client_cache_size
|
|
|
|
:default: 500000
|
|
|
|
|
2020-01-28 20:57:08 +11:00
|
|
|
The OpenAFS client cache size, in kilobytes.
|
|
|
|
|
|
|
|
.. zuul:rolevar:: openafs_client_cache_directory
|
|
|
|
:default: /var/cache/openafs
|
|
|
|
|
|
|
|
The directory to store the OpenAFS cache files.
|
2018-08-20 15:05:26 +10:00
|
|
|
|
|
|
|
.. zuul:rolevar:: openafs_client_yum_repo_url
|
|
|
|
:default: ``https://tarballs.openstack.org/project-config/package-afs-centos7``
|
|
|
|
|
|
|
|
The URL to a yum/dnf repository with the OpenAFS client RPMs.
|
|
|
|
These are assumed to be created from the ``.spec`` file included in
|
|
|
|
the OpenAFS distribution.
|
|
|
|
|
|
|
|
.. zuul:rolevar:: openafs_client_yum_repo_gpg_check
|
|
|
|
:default: no
|
|
|
|
|
|
|
|
Enable or disable gpg checking for ``openafs_yum_repo_url``
|