#834 FBR: Fix broken download updates for centos stream
Merged 2 years ago by smooge. Opened 2 years ago by smooge.
fedora-infra/ smooge/ansible fix_download_rdu  into  main

@@ -73,8 +73,8 @@ 

      copy: src="{{ files }}/download/sync-up-downloads.sh.cc-rdu01" dest=/usr/local/bin/sync-up-downloads owner=root group=root mode=755

      when: inventory_hostname == 'download-cc-rdu01.fedoraproject.org'

    - name: put in script for syncing centos on download-cc-rdu01

-     copy: src="{{ files }}/download/sync-up-centos.sh.ib01" dest=/usr/local/bin/sync-up-centos owner=root group=root mode=755

-     when: inventory_hostname == 'download-ib01.fedoraproject.org'

+     copy: src="{{ files }}/download/sync-up-centos.sh.cc-rdu01" dest=/usr/local/bin/sync-up-centos owner=root group=root mode=755

+     when: inventory_hostname == 'download-cc-rdu01.fedoraproject.org'

    - name: put in cron job for syncing on download-cc-rdu01

      copy: src="{{ files }}/download/download-sync.cron.cc-rdu01"  dest=/etc/cron.d/download-sync owner=root group=root mode=644

      when: inventory_hostname == 'download-cc-rdu01.fedoraproject.org'

This should allow for downloads to catch up on centos for download-cc-rdu01

rebased onto 552b228

2 years ago

rebased onto 552b228

2 years ago

Pull-Request has been merged by smooge

2 years ago
Metadata