zuul-jobs/roles/create-afs-token/README.rst
Paul Belanger 1a36ffd08e
Add create / destory roles for AFS tokens
In openstack-infra we use AFS for a lot of things, so create 2 roles
to handle creating / destroying of the tokens.

Change-Id: I3dee184d0b87023e7e0808372cfeda94f8337b4f
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2017-08-28 13:53:10 -04:00

18 lines
439 B
ReStructuredText

Create kerberos / afs tokens
**Role Variables**
.. zuul:rolevar:: afs
Complex argument which contains the information about authentication
information. It is expected this argument comes from a `Secret`.
.. zuul:rolevar:: keytab
Base64 encoded contents of a keytab file. We'll base64 decode before writing
it to disk as a temporary file.
.. zuul:rolevar:: service_name
The service name to use for kinit command.