mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-19 19:46:38 +08:00
batcave: Move from mirror_pagure_ansible to mirror_forge_ansible.
Signed-off-by: James Antill <james@and.org>
This commit is contained in:
@@ -35,10 +35,10 @@
|
||||
user_name: "batcave{{ env_suffix }}"
|
||||
user_sent_topics: ^org\.fedoraproject\.{{ env_short }}\.(ansible|git|infragit|logger)\..*
|
||||
- role: rabbit/queue
|
||||
queue_username: "mirror_pagure_ansible{{ env_suffix }}"
|
||||
queue_name: "mirror_pagure_ansible{{ env_suffix }}"
|
||||
queue_username: "mirror_forge_ansible{{ env_suffix }}"
|
||||
queue_name: "mirror_forge_ansible{{ env_suffix }}"
|
||||
queue_routing_keys:
|
||||
- "io.pagure.*.pagure.git.receive"
|
||||
- "org.fedoraproject.prod.forgejo.push"
|
||||
queue_thresholds:
|
||||
warning: 10
|
||||
critical: 100
|
||||
@@ -48,7 +48,7 @@
|
||||
when: datacenter == 'rdu3'
|
||||
- { role: nfs/client, when: inventory_hostname.startswith('batcave'), mnt_dir: '/srv/web/pub', nfs_src_dir: 'fedora_ftp/fedora.redhat.com/pub' }
|
||||
- { role: nfs/client, when: inventory_hostname.startswith('batcave01'), mnt_dir: '/mnt/fedora/app', nfs_src_dir: 'fedora_app/app' }
|
||||
- { role: mirror_pagure_ansible, tags: ['mirror_pagure_ansible'] }
|
||||
- { role: mirror_forge_ansible, tags: ['mirror_forge_ansible'] }
|
||||
- kickstarts
|
||||
|
||||
pre_tasks:
|
||||
|
||||
Reference in New Issue
Block a user