The correct URL is
https://github.com/SatOps/SatOps
Gilles Dubreuil
19 July 2012 2:15
PM
The SatOps is a Ruby
script using the Satellite XML/RPC API to export/import content,
partially or entirely - well as much as possible.From an
architecture viewpoint, the SatOps allo
The SatOps is a Ruby script using the Satellite XML/RPC API to export/import
content, partially or entirely - well as much as possible.
>From an architecture viewpoint, the SatOps allows to scale up RHN
>Satellite/Spacewalk topologies such as having a Master reference and
>synchronising Slaves.
> From: "Tomas Lestach"
...
> I added a simple ruby example to the rhn/apidoc/scripts.jsp page
> based on your
> scripts.
>
Excellent news! Thanks.
___
Spacewalk-devel mailing list
Spacewalk-devel@redhat.com
https://www.redhat.com/mailman/listinfo/sp
On 07/18/2012 03:44 PM, Cliff Perry wrote:
On 07/18/2012 09:49 AM, Paul Robert Marino wrote:
I have noticed that we have gone past the expected release date set
for spacewalk version 1.8 is there any updated ETA on when it it will
be released.
there are a lot of bug fixes in 1.8 that have not be
On 07/18/2012 09:49 AM, Paul Robert Marino wrote:
I have noticed that we have gone past the expected release date set
for spacewalk version 1.8 is there any updated ETA on when it it will
be released.
there are a lot of bug fixes in 1.8 that have not been back ported to
1.7 which are a show stopp
On Wed, Jul 18, 2012 at 12:43:32PM -0400, Paul Robert Marino wrote:
>
> Well a good example of a show stopper is the fact that as far as I
> know there is still an issue in 1.7 that prevents you from properly
> registering virtual machines if you are using PostgreSQL as your
> database backend. Thi
On Wed, Jul 18, 2012 at 12:10 PM, Jan Pazdziora wrote:
> On Wed, Jul 18, 2012 at 10:49:04AM -0400, Paul Robert Marino wrote:
>> I have noticed that we have gone past the expected release date set
>> for spacewalk version 1.8 is there any updated ETA on when it it will
>> be released.
>> there are
On Wed, Jul 18, 2012 at 10:49:04AM -0400, Paul Robert Marino wrote:
> I have noticed that we have gone past the expected release date set
> for spacewalk version 1.8 is there any updated ETA on when it it will
> be released.
> there are a lot of bug fixes in 1.8 that have not been back ported to
>
On Wednesday 18 of July 2012 02:51:22 Gilles Dubreuil wrote:
> Thinking about adding Ruby script examples for Spacewalk API documentation.
> Some people (Red Hat customers) have asked how to use Ruby to communicate
> with the Spacewalk/RHN Satellite API.
>
> So what about having Ruby examples alon
I have noticed that we have gone past the expected release date set
for spacewalk version 1.8 is there any updated ETA on when it it will
be released.
there are a lot of bug fixes in 1.8 that have not been back ported to
1.7 which are a show stoppers for many people. so I was wondering is
there an
On Wed, Jul 18, 2012 at 03:38:08PM +0200, Richard Marko wrote:
> Hi,
>
> this patchset adds support for collecting information about
> application crashes handled by abrt.
>
> If spacewalk-abrt package is installed, rhn_check will
> collect number of crashes and send it to the server via
> XMLRPC
Signed-off-by: Richard Marko
---
.../frontend/strings/jsp/StringResource_en_US.xml | 28
.../webapp/WEB-INF/pages/systems/sdc/overview.jsp |8 +++---
2 files changed, 32 insertions(+), 4 deletions(-)
diff --git
a/java/code/src/com/redhat/rhn/frontend/strings/jsp/St
Signed-off-by: Richard Marko
---
.../com/redhat/rhn/domain/server/Crashes.hbm.xml | 22 +
.../src/com/redhat/rhn/domain/server/Crashes.java | 102
2 files changed, 124 insertions(+)
create mode 100644 java/code/src/com/redhat/rhn/domain/server/Crashes.hbm.xml
cre
Signed-off-by: Richard Marko
---
backend/server/handlers/xmlrpc/__init__.py |2 +
backend/server/handlers/xmlrpc/abrt.py | 59
backend/server/rhnCapability.py|1 +
3 files changed, 62 insertions(+)
create mode 100644 backend/server/handlers
Signed-off-by: Richard Marko
---
schema/spacewalk/common/tables/rhnAbrtInfo.sql | 29 +++
.../111-rhnAbrtInfo_create.sql.oracle | 30
.../111-rhnAbrtInfo_create.sql.postgresql | 30
3 files changed, 89 inse
Signed-off-by: Richard Marko
---
.../webapp/WEB-INF/pages/systems/sdc/overview.jsp | 20
1 file changed, 20 insertions(+)
diff --git a/java/code/webapp/WEB-INF/pages/systems/sdc/overview.jsp
b/java/code/webapp/WEB-INF/pages/systems/sdc/overview.jsp
index 94eba0d..afed8c
Signed-off-by: Richard Marko
---
client/rhel/spacewalk-abrt/spacewalk-abrt.spec | 40
1 file changed, 40 insertions(+)
create mode 100644 client/rhel/spacewalk-abrt/spacewalk-abrt.spec
diff --git a/client/rhel/spacewalk-abrt/spacewalk-abrt.spec
b/client/rhel/spacewa
Signed-off-by: Richard Marko
---
java/code/src/com/redhat/rhn/domain/server/Server.java | 15 +++
.../redhat/rhn/domain/server/Server_legacyUser.hbm.xml |3 +++
2 files changed, 18 insertions(+)
diff --git a/java/code/src/com/redhat/rhn/domain/server/Server.java
b/java/code
Signed-off-by: Richard Marko
---
client/rhel/rhn-client-tools/src/bin/rhn_check.py | 40 -
1 file changed, 39 insertions(+), 1 deletion(-)
diff --git a/client/rhel/rhn-client-tools/src/bin/rhn_check.py
b/client/rhel/rhn-client-tools/src/bin/rhn_check.py
index 1a6747b..2d0
Signed-off-by: Richard Marko
---
client/rhel/spacewalk-abrt/Makefile|6 +
client/rhel/spacewalk-abrt/Makefile.spacewalk-abrt | 28
2 files changed, 34 insertions(+)
create mode 100644 client/rhel/spacewalk-abrt/Makefile
create mode 100644 client/r
Hi,
this patchset adds support for collecting information about
application crashes handled by abrt.
If spacewalk-abrt package is installed, rhn_check will
collect number of crashes and send it to the server via
XMLRPC API (if server supports it).
The data are stored for each system in rhnAbrtIn
Signed-off-by: Richard Marko
---
client/rhel/spacewalk-abrt/abrt|1 +
client/rhel/spacewalk-abrt/abrt.py | 21 +
2 files changed, 22 insertions(+)
create mode 100644 client/rhel/spacewalk-abrt/abrt
create mode 100644 client/rhel/spacewalk-abrt/abrt.py
diff --git
22 matches
Mail list logo