Autosigning infra tags: It Is ALIVE!"
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
4a6497ea28
commit
36defb33ce
1 changed files with 35 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
|||
config = {
|
||||
'robosignatory.enabled.tagsigner': True,
|
||||
'robosignatory.signing.user': 'autosign',
|
||||
'robosignatory.signing.passphrase_file': '/etc/robosignatory/autosign.pass',
|
||||
'robosignatory.signing.config_file': '/etc/robosignatory/sigul/client.conf',
|
||||
'robosignatory.signing.user': 'autopen',
|
||||
'robosignatory.signing.passphrase_file': '/etc/sigul/autosign.pass',
|
||||
'robosignatory.signing.config_file': '/etc/sigul/client.conf',
|
||||
|
||||
# The keys here need to be the same in the sigul bridge
|
||||
'robosignatory.koji_instances': {
|
||||
|
@ -11,12 +11,41 @@ config = {
|
|||
'options': {
|
||||
# Only ssl is supported at the moment
|
||||
'authmethod': 'ssl',
|
||||
'cert': '/etc/robosignatory/koji.cert',
|
||||
'serverca': '/etc/robosignatory/serverca.cert',
|
||||
'cert': '/etc/sigul/autopen.pem',
|
||||
'serverca': '/etc/sigul/fedoraca.pem',
|
||||
},
|
||||
'tags': [
|
||||
{
|
||||
"from": "epel6-infra-candidate",
|
||||
"to": "epel6-infra",
|
||||
"key": "fedora-infra",
|
||||
"keyid": "47dd8ef9"
|
||||
},
|
||||
{
|
||||
"from": "epel7-infra-candidate",
|
||||
"to": "epel7-infra",
|
||||
"key": "fedora-infra",
|
||||
"keyid": "47dd8ef9"
|
||||
},
|
||||
{
|
||||
"from": "f23-infra-candidate",
|
||||
"to": "f23-infra",
|
||||
"key": "fedora-infra",
|
||||
"keyid": "47dd8ef9"
|
||||
},
|
||||
{
|
||||
"from": "f24-infra-candidate",
|
||||
"to": "f24-infra",
|
||||
"key": "fedora-infra",
|
||||
"keyid": "47dd8ef9"
|
||||
},
|
||||
{
|
||||
"from": "f25-infra-candidate",
|
||||
"to": "f25-infra",
|
||||
"key": "fedora-infra",
|
||||
"keyid": "47dd8ef9"
|
||||
}
|
||||
]
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue