|
|
|
@ -55,14 +55,11 @@ data: |
|
|
|
# client config file for covscan |
|
|
|
# client config file for covscan |
|
|
|
|
|
|
|
|
|
|
|
# Hub XML-RPC address. |
|
|
|
# Hub XML-RPC address. |
|
|
|
HUB_URL = "https://cov01.lab.eng.brq2.redhat.com/covscanhub/xmlrpc" |
|
|
|
HUB_URL = "https://covscan.lab.eng.brq2.redhat.com/osh/xmlrpc" |
|
|
|
BREW_URL = "https://brewhub.engineering.redhat.com/brewhub" |
|
|
|
BREW_URL = "https://brewhub.engineering.redhat.com/brewhub" |
|
|
|
KOJI_URL = "https://koji.fedoraproject.org/kojihub" |
|
|
|
KOJI_URL = "https://koji.fedoraproject.org/kojihub" |
|
|
|
KOJI_PROFILES = "brew,koji" |
|
|
|
KOJI_PROFILES = "brew,koji" |
|
|
|
|
|
|
|
|
|
|
|
CIM_SERVER = "cov01.lab.eng.brq2.redhat.com" |
|
|
|
|
|
|
|
CIM_PORT = "8080" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
DEFAULT_MOCKCONFIG = "fedora-rawhide-x86_64" |
|
|
|
DEFAULT_MOCKCONFIG = "fedora-rawhide-x86_64" |
|
|
|
|
|
|
|
|
|
|
|
# Hub authentication method: "krbv", "password", or "gssapi" |
|
|
|
# Hub authentication method: "krbv", "password", or "gssapi" |
|
|
|
@ -76,4 +73,4 @@ data: |
|
|
|
KRB_KEYTAB = "/kerberos/kerberos-keytab-osh" |
|
|
|
KRB_KEYTAB = "/kerberos/kerberos-keytab-osh" |
|
|
|
|
|
|
|
|
|
|
|
# Enables XML-RPC verbose flag |
|
|
|
# Enables XML-RPC verbose flag |
|
|
|
DEBUG_XMLRPC = 0 |
|
|
|
DEBUG_XMLRPC = 1 |
|
|
|
|