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 = {
|
config = {
|
||||||
'robosignatory.enabled.tagsigner': True,
|
'robosignatory.enabled.tagsigner': True,
|
||||||
'robosignatory.signing.user': 'autosign',
|
'robosignatory.signing.user': 'autopen',
|
||||||
'robosignatory.signing.passphrase_file': '/etc/robosignatory/autosign.pass',
|
'robosignatory.signing.passphrase_file': '/etc/sigul/autosign.pass',
|
||||||
'robosignatory.signing.config_file': '/etc/robosignatory/sigul/client.conf',
|
'robosignatory.signing.config_file': '/etc/sigul/client.conf',
|
||||||
|
|
||||||
# The keys here need to be the same in the sigul bridge
|
# The keys here need to be the same in the sigul bridge
|
||||||
'robosignatory.koji_instances': {
|
'robosignatory.koji_instances': {
|
||||||
|
@ -11,12 +11,41 @@ config = {
|
||||||
'options': {
|
'options': {
|
||||||
# Only ssl is supported at the moment
|
# Only ssl is supported at the moment
|
||||||
'authmethod': 'ssl',
|
'authmethod': 'ssl',
|
||||||
'cert': '/etc/robosignatory/koji.cert',
|
'cert': '/etc/sigul/autopen.pem',
|
||||||
'serverca': '/etc/robosignatory/serverca.cert',
|
'serverca': '/etc/sigul/fedoraca.pem',
|
||||||
},
|
},
|
||||||
'tags': [
|
'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