Add rabbitmq caching mirrors
This adds RabbitMQ/Erlang caching mirror to the list, as remote connections tend to fail due to Timeouts lately. Below are just some examples of failed jobs due to that [1] https://review.opendev.org/c/openstack/openstack-ansible/+/931612 [2] https://review.opendev.org/c/openstack/openstack-ansible-os_octavia/+/930469 [3] https://review.opendev.org/c/openstack/openstack-ansible-plugins/+/931801 [4] https://review.opendev.org/c/openstack/openstack-ansible-rabbitmq_server/+/931802 Change-Id: I1831b8fb8a7b5882953a0a66bf0136345739cad4
This commit is contained in:
parent
ee280a229a
commit
b84ea6ee91
@ -294,6 +294,16 @@ ErrorLogFormat "[%{cu}t] [%-m:%l] [pid %P:tid %T] %7F: %E: [client\ %a] %M% , \
|
||||
ProxyPass "/percona/" "https://repo.percona.com/" ttl=120 keepalive=On retry=0
|
||||
ProxyPassReverse "/percona/" "https://repo.percona.com/"
|
||||
|
||||
# RabbitMQ Deb
|
||||
CacheEnable disk "/rabbitmq-deb"
|
||||
ProxyPass "/rabbitmq-deb" "https://ppa1.rabbitmq.com/rabbitmq/" ttl=120 keepalive=On retry=0
|
||||
ProxyPassReverse "/rabbitmq-deb/" "https://ppa1.rabbitmq.com/rabbitmq/"
|
||||
|
||||
# RabbitMQ DNF
|
||||
CacheEnable disk "/rabbitmq-dnf"
|
||||
ProxyPass "/rabbitmq-dnf" "https://yum1.rabbitmq.com/rabbitmq/" ttl=120 keepalive=On retry=0
|
||||
ProxyPassReverse "/rabbitmq-dnf/" "https://yum1.rabbitmq.com/rabbitmq/"
|
||||
|
||||
# MariaDB
|
||||
CacheEnable disk "/MariaDB"
|
||||
ProxyPass "/MariaDB/" "https://downloads.mariadb.com/MariaDB/" ttl=120 keepalive=On retry=0
|
||||
|
Loading…
Reference in New Issue
Block a user