Linaro mirror: shrink volume, add letsencrypt cert handlers

As noted inline, this server has a smaller volume, so manually shrink
the openafs cache size.

Change-Id: Ia9fb686c4abd3c17bbc143cfaedcef5f31f19d5e
This commit is contained in:
Ian Wienand 2022-12-22 14:48:56 +11:00
parent 527dcc9d3e
commit da0b146c61
No known key found for this signature in database
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,8 @@
letsencrypt_certs:
mirror01-regionone-linaro-main:
- mirror01.regionone.linaro.opendev.org
- mirror.regionone.linaro.opendev.org
# Allocated 100GB volume for this mirror, so openafs cache has to be <
# 95%; we go for 45gb
openafs_client_cache_size: '45000000'

View File

@ -198,6 +198,9 @@
- name: letsencrypt updated mirror02-gra1-ovh-main
include_tasks: roles/letsencrypt-create-certs/handlers/restart_apache.yaml
- name: letsencrypt updated mirror01-regionone-linaro-main
include_tasks: roles/letsencrypt-create-certs/handlers/restart_apache.yaml
- name: letsencrypt updated mirror02-regionone-linaro-us-main
include_tasks: roles/letsencrypt-create-certs/handlers/restart_apache.yaml