mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-07-17 12:10:34 +08:00
... it is down on staging. So the whole role/messaging/base is broken,
and we can not depend on it:
TASK [rabbit/user : Create the user in RabbitMQ] ***********************
Tuesday 11 August 2020 05:37:34 +0000 (0:00:00.121) 0:05:22.244 *
Tuesday 11 August 2020 05:37:34 +0000 (0:00:00.121) 0:05:22.243 *
[WARNING]: Unhandled error in Python interpreter discovery for host
rabbitmq01.stg.iad2.fedoraproject.org: Failed to connect to the host via
ssh: ssh: connect to host rabbitmq01.stg.iad2.fedoraproject.org port 22:
Connection timed out
fatal: [copr-be-dev.aws.fedoraproject.org]: UNREACHABLE! => {"changed":
false, "msg": "Data could not be sent to remote host
\"rabbitmq01.stg.iad2.fedoraproject.org\". Make sure this host can be
reached over ssh: ssh: connect to host rab
bitmq01.stg.iad2.fedoraproject.org port 22: Connection timed out\r\n",
"unreachable": true}
So there's now a new toggle named "copr_messaging", turned on only for
production copr instance.
35 lines
739 B
Plaintext
35 lines
739 B
Plaintext
---
|
|
devel: true
|
|
|
|
copr_messaging: false
|
|
|
|
datacenter: aws
|
|
|
|
_forward_src: "forward_dev"
|
|
|
|
# don't forget to update ip in ./copr-keygen-stg, due to custom firewall rules
|
|
|
|
# eth0, eth1
|
|
copr_backend_ips: ["54.174.143.212", "172.30.2.128"]
|
|
keygen_host: "18.209.1.14"
|
|
|
|
backend_base_url: "https://download.copr-dev.fedorainfracloud.org"
|
|
postfix_maincf: "postfix/main.cf/main.cf.copr"
|
|
|
|
frontend_base_url: "https://copr-fe-dev.cloud.fedoraproject.org"
|
|
dist_git_base_url: "copr-dist-git-dev.fedorainfracloud.org"
|
|
|
|
ansible_ifcfg_blocklist: true
|
|
|
|
copr_aws_region: us-east-1
|
|
|
|
services_disabled: false
|
|
nm_controlled_resolv: True
|
|
|
|
builders:
|
|
# max|max_spawn|max_prealloc
|
|
aws:
|
|
x86_64: [20,5,5]
|
|
armhfp: [3,1,1]
|
|
aarch64: [5,2,2]
|