7136db339e
We have successfully removed debian buster from nodepool and zuul at this point. The last major TODO in debian buster cleanup is to remove it from our package mirrors. This change is the first step in making that happen. For step two we follow the manual process documented in our reprepro docs [0] for cleaning up mirror components. We will need to perform these actions against the debian, debian security, and ceph octopus mirrors. [0] https://docs.opendev.org/opendev/system-config/latest/reprepro.html#removing-components Depends-On: https://review.opendev.org/c/openstack/project-config/+/910031 Change-Id: Ic1fc6a45cb7f644d7862312589254b6100e17222
18 lines
455 B
YAML
18 lines
455 B
YAML
- name: Set Debian config
|
|
set_fact:
|
|
_string_name: 'Debian'
|
|
_dir: 'debian'
|
|
_volume: 'mirror.debian'
|
|
_keys:
|
|
- { key_id: '73A4F27B8DD47936', file: 'debian-bullseye.asc' }
|
|
- { key_id: 'B7C5D7D6350947F8', file: 'debian-bookworm.asc' }
|
|
|
|
- name: Deploy Debian keys
|
|
include_tasks: utils/keys.yaml
|
|
|
|
- name: Copy Debian config
|
|
include_tasks: utils/copy-config.yaml
|
|
|
|
- name: Install Debian cron job
|
|
include_tasks: utils/cron.yaml
|