Everything should now be using linux-system-roles/network, so we drop our hacky nmcli calls and everything that referred to them, including exclude variables. Also, lets just let NM handle resolv.conf so it's not wrong all the time on reboots. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
22 lines
702 B
Text
22 lines
702 B
Text
---
|
|
#_forward-src: "{{ files }}/copr/forward-dev"
|
|
_forward_src: "forward_dev"
|
|
backend_base_url: "https://download.copr-dev.fedorainfracloud.org"
|
|
builders:
|
|
# max|max_spawn|max_prealloc
|
|
aws:
|
|
aarch64: [5, 2, 2]
|
|
armhfp: [3, 1, 1]
|
|
x86_64: [20, 5, 5]
|
|
copr_aws_region: us-east-1
|
|
# don't forget to update ip in ./copr-keygen-stg, due to custom firewall rules
|
|
|
|
# eth0, eth1
|
|
copr_backend_ips: ["172.25.33.80", "172.25.144.254"]
|
|
devel: true
|
|
dist_git_base_url: "copr-dist-git-dev.fedorainfracloud.org"
|
|
frontend_base_url: "https://copr-fe-dev.cloud.fedoraproject.org"
|
|
keygen_host: "172.25.33.73"
|
|
postfix_maincf: "postfix/main.cf/main.cf.copr"
|
|
resolvconf: "resolv.conf/cloud"
|
|
services_disabled: true
|