[copr] backend/keygen updated ip configuration; fixed gpg_binary
option for keygen
This commit is contained in:
parent
b98f37f7e8
commit
ee31d7b4d4
5 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
devel: false
|
||||
_forward_src: "forward"
|
||||
copr_backend_ips: "172.16.5.4"
|
||||
copr_backend_ips: "172.16.5.4 209.132.184.142"
|
||||
copr_keygen_ip: "172.16.5.25"
|
||||
resolvconf: "resolv.conf/cloud"
|
||||
|
||||
|
|
|
@ -3,6 +3,5 @@ _lighttpd_conf_src: "lighttpd/lighttpd.conf"
|
|||
_copr_be_conf: "copr-be.conf"
|
||||
|
||||
do_sign: "false"
|
||||
keygen_host: "copr-keygen.cloud.fedoraproject.org"
|
||||
|
||||
spawn_in_advance: "true"
|
||||
|
|
|
@ -3,6 +3,5 @@ _lighttpd_conf_src: "lighttpd/lighttpd_dev.conf"
|
|||
_copr_be_conf: "copr-be.conf-dev"
|
||||
|
||||
do_sign: "true"
|
||||
keygen_host: "209.132.184.124"
|
||||
|
||||
spawn_in_advance: "true"
|
||||
|
|
|
@ -3,5 +3,6 @@ devel: true
|
|||
#_forward-src: "{{ files }}/copr/forward-dev"
|
||||
_forward_src: "forward_dev"
|
||||
|
||||
copr_backend_ips: "172.16.5.5 172.16.5.4 172.16.5.24"
|
||||
copr_backend_ips: "172.16.5.24 209.132.184.179"
|
||||
keygen_host: "172.16.1.6"
|
||||
resolvconf: "resolv.conf/cloud"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
---
|
||||
allow: {{ copr_backend_ips }}
|
||||
phrases: /var/lib/copr-keygen/phrases
|
||||
gpg: /bin/gpg_copr
|
||||
gpg: /bin/gpg_copr.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue