search for: matahari

Displaying 20 results from an estimated 43 matches for "matahari".

2012 Apr 25
0
CEBA-2012:0511 CentOS 6 matahari Update
...Errata and Bugfix Advisory 2012:0511 Upstream details at : https://rhn.redhat.com/errata/RHBA-2012-0511.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 511fa0a0aaa4ee0deb3e3980ebc593c061a0f54a443cb7b801b82e789f697dd9 matahari-0.4.4-12.el6_2.i686.rpm 9e644ac7f84929fa88342fc2591fb63874e27f365d91c029fa423b29c2fac75b matahari-agent-lib-0.4.4-12.el6_2.i686.rpm 262a2bf00c2d36e75a5a77f0cc63689f7ed680f13e0be37749e6788077c863d2 matahari-broker-0.4.4-12.el6_2.i686.rpm a36d11dd3873dc3a8d262b3aef2ae8d0d32f6d10e739428c472060c9b364...
2010 Nov 12
3
Updating oVirt Server to the latest Matahari 0.4.0 schema
Hi all, I looked at patching oVirt Server to work with the latest Matahari schema, from Matahari's 'next' branch, version 0.4.0. ovirt-server depends on matahari version 0.0.5, which is currently latest in Fedora, and it is used during Node registration, to enumerate hardware information. Usage extracted from src/host-browser/host-register.rb is as follows: h...
2010 Mar 16
0
[PATCH] Added the new Processors agent.
...| 11 +++++++ 6 files changed, 165 insertions(+), 11 deletions(-) create mode 100644 src/processors.cpp create mode 100644 src/processors.h diff --git a/src/Makefile.am b/src/Makefile.am index 8c94fba..ee30443 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -5,14 +5,16 @@ sbin_PROGRAMS = matahari first = qmf/com/redhat/matahari/Host.cpp generated_file_list = \ - qmf/com/redhat/matahari/CPU.cpp\ - qmf/com/redhat/matahari/NIC.cpp\ - qmf/com/redhat/matahari/Package.cpp\ - qmf/com/redhat/matahari/Host.h\ - qmf/com/redhat/matahari/CPU.h\ - qmf/com/redhat/matahari/NIC.h\ - qmf/com/redhat/mata...
2010 Mar 22
1
Small change and resend...
This patch includes one small change: the Processors::get_load_average() method is now const since it does not change the object's state.
2010 Mar 22
1
Resend with loadavg as a statistic...
After some feedback from Slow, mainly about the load_average API being a method rather than an ongoing statistic. So I've converted the code over to instead update the load average statistic on a regular basis.
2012 Apr 25
1
OpenOffice.org3 Error after Software Update
Hey Y'all, I just installed the updates recommended by Software Update. Apr 25 19:04:43 Updated: xulrunner-10.0.4-1.el6.centos.i686 Apr 25 19:04:53 Updated: firefox-10.0.4-1.el6.centos.i686 Apr 25 19:05:03 Updated: thunderbird-10.0.4-1.el6.centos.i686 Apr 25 19:05:05 Updated: matahari-lib-0.4.4-12.el6_2.i686 Apr 25 19:05:06 Updated: matahari-agent-lib-0.4.4-12.el6_2.i686 Apr 25 19:05:09 Updated: matahari-broker-0.4.4-12.el6_2.i686 Apr 25 19:05:10 Updated: matahari-network-0.4.4-12.el6_2.i686 Apr 25 19:05:11 Updated: matahari-sysconfig-0.4.4-12.el6_2.i686 Apr 25 19:05:12 Updated:...
2009 Jul 13
1
[PATCH: server] Added qmf matahari example to ovirt-server.
Just a quick script modeled after the libvirt-qpid example that dumps all connected ovirt-node hardware info to standard out, for debug purposes. --- src/qmf-matahari.example.rb | 50 +++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 50 insertions(+), 0 deletions(-) create mode 100644 src/qmf-matahari.example.rb diff --git a/src/qmf-matahari.example.rb b/src/qmf-matahari.example.rb new file mode 100644 index 0000000..0934ac9 --- /dev/null +++ b/sr...
2012 Apr 25
0
CentOS-announce Digest, Vol 86, Issue 14
...ritical CentOS 5 firefox Update (Johnny Hughes) 4. CESA-2012:0516 Critical CentOS 5 thunderbird Update (Johnny Hughes) 5. CESA-2012:0518 Important CentOS 6 openssl Update (Johnny Hughes) 6. CESA-2012:0515 Critical CentOS 6 firefox Update (Johnny Hughes) 7. CEBA-2012:0511 CentOS 6 matahari Update (Johnny Hughes) 8. CEBA-2012:0512 CentOS 6 aide Update (Johnny Hughes) 9. CESA-2012:0516 Critical CentOS 6 thunderbird Update (Johnny Hughes) 10. CESA-2012:0523 Moderate CentOS 5 libpng Update (Johnny Hughes) 11. CESA-2012:0523 Moderate CentOS 6 libpng Update (Johnny Hughes)...
2010 May 25
3
Supercedes previous patch...
The previous patch, for whatever reason, fails to apply on top of tip. This patch is reimplemented and, hopefully, fixed.
2010 Apr 26
0
[PATCH matahari] Created the NetworkDevice agent.
...create mode 100644 src/networkdevice.cpp create mode 100644 src/networkdevice.h delete mode 100644 src/nic.cpp delete mode 100644 src/nic.h diff --git a/src/Makefile.am b/src/Makefile.am index e4f394d..92ccec7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -5,10 +5,9 @@ sbin_PROGRAMS = matahari first = qmf/com/redhat/matahari/Host.cpp generated_file_list = \ - qmf/com/redhat/matahari/ArgsNICIdentify_nic.h \ qmf/com/redhat/matahari/Host.h \ - qmf/com/redhat/matahari/NIC.cpp \ - qmf/com/redhat/matahari/NIC.h \ + qmf/com/redhat/matahari/NetworkDevice.cpp \ + qmf/com/redhat/matahari/Net...
2010 Apr 19
1
[PATCH matahari] Replaces the existing HAL code for ProcessorAgent with udev.
...MODULES(UDEV, libudev >= 145) # Checks for library functions. AC_CHECK_FUNCS([gethostname inet_ntoa socket]) diff --git a/src/Makefile.am b/src/Makefile.am index ee30443..b4668b9 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = -I$(top_srcdir)/src/qmf/com/redhat/matahari $(HAL_CFLAGS) $(LIBVIRT_CFLAGS) $(PCRE_CFLAGS) +INCLUDES = -I$(top_srcdir)/src/qmf/com/redhat/matahari $(HAL_CFLAGS) $(LIBVIRT_CFLAGS) $(PCRE_CFLAGS) $(UDEV_CFLAGS) sbin_PROGRAMS = matahari @@ -41,6 +41,6 @@ CLEANFILES = $(generated_file_list) $(first) matahari_CPPFLAGS = -fno-strict-aliasi...
2010 Apr 19
1
[PATCH matahari] Removes all code for the previous CPUWrapper class.
.../schema.xml | 16 ---- 6 files changed, 0 insertions(+), 374 deletions(-) delete mode 100644 src/cpu.cpp delete mode 100644 src/cpu.h diff --git a/src/Makefile.am b/src/Makefile.am index b4668b9..7606e20 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -6,8 +6,6 @@ first = qmf/com/redhat/matahari/Host.cpp generated_file_list = \ qmf/com/redhat/matahari/ArgsNICIdentify_nic.h \ - qmf/com/redhat/matahari/CPU.cpp \ - qmf/com/redhat/matahari/CPU.h \ qmf/com/redhat/matahari/Host.h \ qmf/com/redhat/matahari/NIC.cpp \ qmf/com/redhat/matahari/NIC.h \ @@ -19,8 +17,6 @@ generated_file_list...
2009 Jul 08
1
[PATCH: ovirt-identify-node replacement 0/4] ovirt node patch to replace ovirt-identify-node with matahari qmf agent
The purpose of this patch is to add support for the matahari qmf agent package (http://git.et.redhat.com/?p=matahari.git;a=summary) to the node. The following actions are taken: 1. Deprecate ovirt-identify-node and ovirt-listen-awake by removing them from the autotools scripts, the rpm spec and the node startup scripts. 2. Remove ovirt-listen-awake and o...
2010 Apr 26
2
Patch supercedes previous patch...
In looking at the code I realized that the last of the HAL depenencies were removed with this patch. So, I'm pushing an updated patch that contains none of the HAL code in it.
2009 Jul 10
2
[PATCH: node 0/3] replace ovirt-identify-node with matahari
This patchset removes ovirt-identify-node and ovirt-listen awake. It adds startup script support for the matahari qmf agent, which takes over the responsibility for communicating node hardware capabilities to the ovirt-server. On the server side, host-browser has had its node identification functionality replaced by a new script, host-register, which is what interfaces with the matahari qmf agent over the qpi...
2010 May 24
0
[PATCH matahari] Moves the CPU properties into the Host API space.
...4 src/processorslistener.h delete mode 100644 src/qmf/processorsagent.cpp delete mode 100644 src/qmf/processorsagent.h diff --git a/src/Makefile.am b/src/Makefile.am index 498ee72..7daea07 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -9,9 +9,7 @@ generated_file_list = \ qmf/com/redhat/matahari/NetworkDevice.cpp \ qmf/com/redhat/matahari/NetworkDevice.h \ qmf/com/redhat/matahari/Package.cpp \ - qmf/com/redhat/matahari/Package.h \ - qmf/com/redhat/matahari/Processors.cpp \ - qmf/com/redhat/matahari/Processors.h + qmf/com/redhat/matahari/Package.h nodist_matahari_SOURCES = $(generate...
2010 Mar 15
0
[PATCH] Updated the list of ignored files and fixed whitespace issues.
...es and updates the prologs for files to include the name of the file being licensed. Signed-off-by: Darryl L. Pierce <dpierce at redhat.com> --- .gitignore | 12 +++++++++++ AUTHORS | 3 +- ChangeLog | 1 - INSTALL | 1 - Makefile.am | 2 +- matahari.init.in | 5 +-- matahari.spec | 5 +-- src/cpu.cpp | 35 ++++++++++++++++----------------- src/cpu.h | 22 ++++++++++---------- src/hal.cpp | 13 ++++------- src/hal.h | 2 +- src/host.cpp | 56 +++++++++++++++++++++++++++---------------------------...
2009 Jul 08
2
[PATCH: ovirt-identify-node replacement 0/1] Node Image Patch
The purpose of this patch is to add the matahari qmf agent package (http://git.et.redhat.com/?p=matahari.git;a=summary) to the node image. Matahari is a qmf agent that publishes hardware information to an amqp broker, replacing functionality from ovirt-identify-node. However, since the capability is not ovirt specific, the agent is maintained as...
2010 May 19
2
Squashed commits...
Refactoring the previous patch ended up creating two deltas. This patch pushes them both together into a single commit.
2010 May 13
0
[PATCH matahari] Moving QMF functionality into a transport layer.
...ort.h create mode 100644 src/hostimpl.cpp create mode 100644 src/hostimpl.h create mode 100644 src/qmf/hostagent.cpp create mode 100644 src/qmf/hostagent.h diff --git a/.gitignore b/.gitignore index ad6d70b..8e12062 100644 --- a/.gitignore +++ b/.gitignore @@ -17,4 +17,4 @@ stamp-h1 *~ src/matahari -src/qmf +src/qmf/com diff --git a/src/Makefile.am b/src/Makefile.am index aed9e19..530abd7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -18,6 +18,10 @@ nodist_matahari_SOURCES = $(generated_file_list) $(first) matahari_SOURCES = \ host.cpp \ host.h \ + host_transport.cpp \ + host_tra...