copr-dev: services disabled
Per https://docs.pagure.org/copr.copr/how_to_upgrade_persistent_instances.html
This commit is contained in:
parent
8039ea0bf1
commit
9cb3183a9d
7 changed files with 5 additions and 7 deletions
|
@ -74,7 +74,6 @@ dist_git_base_url: "copr-dist-git.fedorainfracloud.org"
|
|||
frontend_base_url: "https://copr.fedorainfracloud.org"
|
||||
keygen_host: "54.83.48.73"
|
||||
rpm_vendor_copr_name: Fedora Copr
|
||||
services_disabled: false
|
||||
root_auth_users: msuchy frostyx praiskup nikromen
|
||||
|
||||
aws_cloudfront_distribution: E2PUZIRCXCOXTG
|
||||
|
|
|
@ -46,7 +46,7 @@ tcp_ports: [
|
|||
# node_exporter/prometheus
|
||||
9100,
|
||||
]
|
||||
services_disabled: false
|
||||
services_disabled: true
|
||||
|
||||
aws_ipv6_addr: "2600:1f18:8ee:ae00:6c8c:e094:1c5b:c2f9/128"
|
||||
|
||||
|
|
|
@ -76,7 +76,6 @@ dist_git_base_url: "copr-dist-git-dev.fedorainfracloud.org"
|
|||
frontend_base_url: "https://copr.stg.fedoraproject.org"
|
||||
keygen_host: "54.225.23.248"
|
||||
rpm_vendor_copr_name: Fedora Copr (devel)
|
||||
services_disabled: false
|
||||
root_auth_users: msuchy frostyx praiskup nikromen
|
||||
|
||||
aws_cloudfront_distribution: EX55ITR8LVMOH
|
||||
|
|
|
@ -15,6 +15,6 @@ tcp_ports: [22, 80, 443,
|
|||
# node_exporter/prometheus
|
||||
9100,
|
||||
]
|
||||
services_disabled: false
|
||||
services_disabled: true
|
||||
|
||||
aws_ipv6_addr: "2600:1f18:8ee:ae00:691b:4103:dbcd:a64a/128"
|
||||
|
|
|
@ -33,6 +33,6 @@ tcp_ports: [22, 80, 443,
|
|||
# testing httpd server, `copr-frontend run`
|
||||
5000,
|
||||
]
|
||||
services_disabled: false
|
||||
services_disabled: true
|
||||
|
||||
aws_ipv6_addr: "2600:1f18:8ee:ae00:66a:fd15:3f16:4092/128"
|
||||
|
|
|
@ -12,6 +12,6 @@ tcp_ports: [22,
|
|||
# node_exporter/prometheus
|
||||
9100,
|
||||
]
|
||||
services_disabled: false
|
||||
services_disabled: true
|
||||
|
||||
aws_ipv6_addr: "2600:1f18:8ee:ae00:3cbb:7920:d83:e607/128"
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
---
|
||||
services_disabled: false
|
||||
services_disabled: true
|
||||
aws_ipv6_addr: "2600:1f18:8ee:ae00:c4b7:de1a:4d13:e5a4"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue