Merge "openafs-server-config: install UserList"

This commit is contained in:
Zuul 2021-03-29 23:43:07 +00:00 committed by Gerrit Code Review
commit 39d8010055
3 changed files with 14 additions and 5 deletions

View File

@ -165,13 +165,12 @@ Adding a Superuser
Run the following commands to add an existing principal to AFS as a
superuser::
bos adduser -server afsdb01.openstack.org -user $USERNAME.admin
bos adduser -server afsdb02.openstack.org -user $USERNAME.admin
bos adduser -server afs01.dfw.openstack.org -user $USERNAME.admin
bos adduser -server afs02.dfw.openstack.org -user $USERNAME.admin
bos adduser -server afs01.ord.openstack.org -user $USERNAME.admin
pts adduser -user $USERNAME.admin -group system:administrators
After this, you should update the
:git_file:`playbooks/roles/openafs-server-config/files/UserList` file
to ensure the new username is authorized to issue privileged commands.
Deleting Files
~~~~~~~~~~~~~~

View File

@ -0,0 +1,9 @@
corvus.admin
mordred.admin
fungi.admin
service.afsadmin
nibz.admin
pabelanger.admin
clarkb.admin
ianw.admin
frickler.admin

View File

@ -24,6 +24,7 @@
loop:
- CellServDB
- ThisCell
- UserList
- name: Install rxkad.keytab
shell: 'echo "{{ openafs_server_rxkad_keytab }}" | base64 -d > /etc/openafs/server/rxkad.keytab'