search for: 47d42a1

Displaying 3 results from an estimated 3 matches for "47d42a1".

2010 Mar 10
2
[PATCH] Set KEYTAB_FILE=/etc/libvirt/krb5.tab in node-config
...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...
2010 Feb 10
1
RFC: First pass at making the node generic...
I'm looking for feedback on this first patch. The node has been pushed towards a more generic boot process. With this patch the node can now boot up and execute a few specifically-named scripts that reside in /etc/node.d/ at key points during the startup. After this goes upstream, the next step will be to define in more detail the remote interfaces for the "managed" runtime
2010 Feb 17
0
[PATCH] Provides the new node lifecycle events.
...nfdir}/ovirt-config-boot.d %{_sysconfdir}/ovirt-config-setup.d %config(noreplace) %{_sysconfdir}/collectd.conf.in -%config(noreplace) %{_sysconfdir}/sysconfig/node-config %doc COPYING # should be ifarch i386 diff --git a/scripts/node-config b/scripts/node-config deleted file mode 100644 index 47d42a1..0000000 --- a/scripts/node-config +++ /dev/null @@ -1,15 +0,0 @@ -# node configuration - -# defines the node's runtime mode, unless overridden -# on the kernel command line -# allowed values are: -# ovirt - managed by an oVirt management server -# none - standalone, unmamanged mode -#...