switch to FILE: syntax for osbs-client keytab conf entry

Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
Adam Miller 2016-11-29 20:27:17 +00:00
parent 2dcfe0f2b9
commit b2358a1868
2 changed files with 3 additions and 3 deletions

View file

@ -57,7 +57,7 @@
username: "{{ osbs_koji_stg_username }}",
password: "{{ osbs_koji_stg_password }}",
use_kerberos: True,
kerberos_keytab: "/etc/krb5.osbs_{{osbs_url}}",
kerberos_keytab: "FILE:/etc/krb5.osbs_{{osbs_url}}",
kerberos_principal: "osbs/{{osbs_url}}@{{ipa_realm}}",
openshift_url: 'https://{{ osbs_url }}/',
registry_uri: 'https://{{ docker_registry }}/v2',

View file

@ -467,7 +467,7 @@
username: "{{ osbs_koji_stg_username }}",
password: "{{ osbs_koji_stg_password }}",
use_kerberos: True,
kerberos_keytab: "/etc/krb5.osbs_{{osbs_url}}",
kerberos_keytab: "FILE:/etc/krb5.osbs_{{osbs_url}}",
kerberos_principal: "osbs/{{osbs_url}}@{{ipa_realm}}",
openshift_url: 'https://{{osbs_url}}/',
registry_uri: 'https://{{docker_registry}}/v2',
@ -499,7 +499,7 @@
username: "{{ osbs_koji_prod_username }}",
password: "{{ osbs_koji_prod_password }}",
use_kerberos: True,
kerberos_keytab: "/etc/krb5.osbs_{{osbs_url}}",
kerberos_keytab: "FILE:/etc/krb5.osbs_{{osbs_url}}",
kerberos_principal: "osbs/{{osbs_url}}@{{ipa_realm}}",
openshift_url: 'https://{{osbs_url}}/',
registry_uri: 'https://{{docker_registry}}/v2',