Arthur CLEMENT
2010-Mar-10 16:11 UTC
[Ovirt-devel] [PATCH] Set KEYTAB_FILE=/etc/libvirt/krb5.tab in node-config
Yesterday on irc : 18:12 < arthurc> "Mar 09 17:08:01 Retrieving keytab:" :) and my host appears in ovirt (still unavailable but it's better). I defined in ovirt-awake : KEYTAB_FILE=/etc/libvirt/krb5.tab 19:04 < mcpierce> arthurc: kk - the value ought to be moved to /etc/sysconfig/node-config. I'll cut a patch and send it out. Is this ok ?>From c20b0fef9a5a5f525189b5f4ef268fd1ff392265 Mon Sep 17 00:00:00 2001From: Arthur CLEMENT <aclement at linagora.com> Date: Wed, 10 Mar 2010 16:00:38 +0000 Subject: [PATCH] Set KEYTAB_FILE=/etc/libvirt/krb5.tab in node-config Signed-off-by: Arthur CLEMENT <aclement at linagora.com> --- scripts/node-config | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/scripts/node-config b/scripts/node-config index 47d42a1..0fa5735 100644 --- a/scripts/node-config +++ b/scripts/node-config @@ -12,4 +12,6 @@ OVIRT_RUNTIME_MODE="none" OVIRT_MANAGEMENT_SERVER="" # the maangement server port -OVIRT_MANAGEMENT_PORT="" \ No newline at end of file +OVIRT_MANAGEMENT_PORT="" + +# the keytab directory +KEYTAB_FILE=/etc/libvirt/krb5.tab -- 1.6.6.1 -- Arthur CLEMENT Linagora Paris
Darryl L. Pierce
2010-Mar-10 16:19 UTC
[Ovirt-devel] [PATCH] Set KEYTAB_FILE=/etc/libvirt/krb5.tab in node-config
On Wed, Mar 10, 2010 at 05:11:12PM +0100, Arthur CLEMENT wrote:> Yesterday on irc : > > 18:12 < arthurc> "Mar 09 17:08:01 Retrieving keytab:" :) and my host appears > in ovirt (still unavailable but it's better). I defined in ovirt-awake : > KEYTAB_FILE=/etc/libvirt/krb5.tab > 19:04 < mcpierce> arthurc: kk - the value ought to be moved to > /etc/sysconfig/node-config. I'll cut a patch and send it out. > > Is this ok ? > > > >From c20b0fef9a5a5f525189b5f4ef268fd1ff392265 Mon Sep 17 00:00:00 2001 > From: Arthur CLEMENT <aclement at linagora.com> > Date: Wed, 10 Mar 2010 16:00:38 +0000 > Subject: [PATCH] Set KEYTAB_FILE=/etc/libvirt/krb5.tab in node-config > > > Signed-off-by: Arthur CLEMENT <aclement at linagora.com> > --- > scripts/node-config | 4 +++- > 1 files changed, 3 insertions(+), 1 deletions(-) > > diff --git a/scripts/node-config b/scripts/node-config > index 47d42a1..0fa5735 100644 > --- a/scripts/node-config > +++ b/scripts/node-config > @@ -12,4 +12,6 @@ OVIRT_RUNTIME_MODE="none" > OVIRT_MANAGEMENT_SERVER="" > > # the maangement server port > -OVIRT_MANAGEMENT_PORT="" > \ No newline at end of file > +OVIRT_MANAGEMENT_PORT="" > + > +# the keytab directory > +KEYTAB_FILE=/etc/libvirt/krb5.tab > -- > 1.6.6.1yep, this is the kind of change we need. I'll test it and push it (seems find). -- Darryl L. Pierce, Sr. Software Engineer @ Red Hat, Inc. Delivering value year after year. Red Hat ranks #1 in value among software vendors. http://www.redhat.com/promo/vendor/ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: not available URL: <http://listman.redhat.com/archives/ovirt-devel/attachments/20100310/3e1efed6/attachment.sig>
Darryl L. Pierce
2010-Mar-10 16:45 UTC
[Ovirt-devel] [PATCH] Set KEYTAB_FILE=/etc/libvirt/krb5.tab in node-config
On Wed, Mar 10, 2010 at 05:11:12PM +0100, Arthur CLEMENT wrote:> Signed-off-by: Arthur CLEMENT <aclement at linagora.com> > --- > scripts/node-config | 4 +++- > 1 files changed, 3 insertions(+), 1 deletions(-) > > diff --git a/scripts/node-config b/scripts/node-config > index 47d42a1..0fa5735 100644 > --- a/scripts/node-config > +++ b/scripts/node-config > @@ -12,4 +12,6 @@ OVIRT_RUNTIME_MODE="none" > OVIRT_MANAGEMENT_SERVER="" > > # the maangement server port > -OVIRT_MANAGEMENT_PORT="" > \ No newline at end of file > +OVIRT_MANAGEMENT_PORT="" > + > +# the keytab directory > +KEYTAB_FILE=/etc/libvirt/krb5.tab > -- > 1.6.6.1ACK and pushed. -- Darryl L. Pierce, Sr. Software Engineer @ Red Hat, Inc. Delivering value year after year. Red Hat ranks #1 in value among software vendors. http://www.redhat.com/promo/vendor/ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: not available URL: <http://listman.redhat.com/archives/ovirt-devel/attachments/20100310/1b17c03a/attachment.sig>