Enabling koji for internal machines
Signed-off-by: Samyak Jain <samyak.jn11@gmail.com>
This commit is contained in:
parent
0e4e647574
commit
9465ff33a1
2 changed files with 5 additions and 5 deletions
|
@ -1,8 +1,8 @@
|
||||||
---
|
---
|
||||||
# Define resources for this group of hosts here.
|
# Define resources for this group of hosts here.
|
||||||
custom_rules: [
|
custom_rules: [
|
||||||
# Needed for keepalived
|
# block proxy01 / proxy10 for branching
|
||||||
'-A INPUT -d 224.0.0.0/8 -j ACCEPT', '-A INPUT -p vrrp -j ACCEPT']
|
'-A INPUT -s 10.3.163.74/32 -j REJECT', '-A INPUT -s 10.3.163.75/32 -j REJECT']
|
||||||
docker_registry: "candidate-registry.fedoraproject.org"
|
docker_registry: "candidate-registry.fedoraproject.org"
|
||||||
# These are consumed by a task in roles/fedmsg/base/main.yml
|
# These are consumed by a task in roles/fedmsg/base/main.yml
|
||||||
fedmsg_certs:
|
fedmsg_certs:
|
||||||
|
|
|
@ -74,11 +74,11 @@ MissingPolicyOk = False
|
||||||
# KojiTraceback = normal
|
# KojiTraceback = normal
|
||||||
|
|
||||||
## These options are intended for planned outages
|
## These options are intended for planned outages
|
||||||
ServerOffline = True
|
#ServerOffline = True
|
||||||
#OfflineMessage = 'planned outage see https://www.fedorastatus.org'
|
#OfflineMessage = 'planned outage see https://www.fedorastatus.org'
|
||||||
#OfflineMessage = 'koji is being migrated to a new datacenter'
|
#OfflineMessage = 'koji is being migrated to a new datacenter'
|
||||||
OfflineMessage = 'We are in the middle of branching new fedora release'
|
#OfflineMessage = 'We are in the middle of branching new fedora release'
|
||||||
LockOut = True
|
#LockOut = True
|
||||||
|
|
||||||
## If ServerOffline is True, the server will always report a ServerOffline fault (with
|
## If ServerOffline is True, the server will always report a ServerOffline fault (with
|
||||||
## OfflineMessage as the fault string).
|
## OfflineMessage as the fault string).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue