Hello community,

here is the log from the commit of package resource-agents for openSUSE:Factory 
checked in at 2018-11-06 13:54:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/resource-agents (Old)
 and      /work/SRC/openSUSE:Factory/.resource-agents.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "resource-agents"

Tue Nov  6 13:54:32 2018 rev:89 rq:643751 version:4.1.9+git24.9b664917

Changes:
--------
--- /work/SRC/openSUSE:Factory/resource-agents/resource-agents.changes  
2018-09-20 11:40:23.260894260 +0200
+++ /work/SRC/openSUSE:Factory/.resource-agents.new/resource-agents.changes     
2018-11-06 13:54:36.132235026 +0100
@@ -1,0 +2,37 @@
+Mon Oct 22 08:13:35 UTC 2018 - [email protected]
+
+- Included the missing azure-events RA needed for maintenance on the
+  Azure Public Cloud. (bsc#1112334)
+- Included the ocy.py library used by the azure-events RA (bsc#1112334)
+
+- Update to version 4.1.1+git24.9b664917:
+  * apache: fix return value for silent_status
+  * ZFS: cleanup different indentations
+  * Fix spelling error in gcp-vpc-move-ip/route
+  * Initial version of the azure-events RA
+  * rabbitmq-cluster: fail monitor when node is in minority partition
+  * ZFS agent: check status without locks when possible
+  * Mid: pgsql: Fix to ignore Master's re-promote.
+  * Low: oracle: print more appropriate log when dbopen was failed
+  * Low: oracle: accept any boolean value for clear_backupmode option
+  * nfsserver: run prepare_directory after bind_tree and stop 
var-lib-nfs-rpc_pipefs.mount to fix issues when changing shared_infodir
+  * CTDB: fix --logging/--logfile version string comparison (bsc#1102935)
+  * Do not use the absolute path in redis' pidof calls
+  * awseip: Documentation updates to prerequisites
+  * nfsserver: only mount rpc_pipefs if it's not mounted
+  * nfsserver: mount based on rpcpipefs_dir variable
+  * LVM-activate: fixes
+  * IPv6Addr/nagios/sybaseASE: add missing "s"-suffix in metadata
+  * Add gcp-pd-move python script
+  * Medium: Squid: Use ss if netstat is not available
+  * Medium: portblock: Use ss or netstat (partial)
+  * Medium: garbd: Use netstat or ss
+  * Mid: apache: Retry pid check.
+  * timeout/interval: add "s" suffix where it's missing
+  * Low: Xen: Set utilization for cpu and hv_memory
+  * pgsql: create replication slots after promoting master
+  * VirtualDomain: add stateless support
+
+- Add 0001-Revert-Add-additional-info-to-SAPDatabase-RA.patch
+
+-------------------------------------------------------------------

Old:
----
  resource-agents-4.1.1+git165.1ddbf85d.tar.xz

New:
----
  0001-Revert-Add-additional-info-to-SAPDatabase-RA.patch
  resource-agents-4.1.9+git24.9b664917.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ resource-agents.spec ++++++
--- /var/tmp/diff_new_pack.gLWTdY/_old  2018-11-06 13:54:36.924233946 +0100
+++ /var/tmp/diff_new_pack.gLWTdY/_new  2018-11-06 13:54:36.940233924 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           resource-agents
-Version:        4.1.1+git165.1ddbf85d
+Version:        4.1.9+git24.9b664917
 Release:        0
 Summary:        HA Reusable Cluster Resource Scripts
 License:        GPL-2.0-only AND LGPL-2.1-or-later AND GPL-3.0-or-later
@@ -37,6 +37,8 @@
 Patch4:         0004-Revert-Low-build-Move-binaries-in-usr-lib-heartbeat-.patch
 # PATCH-FIX-OPENSUSE: Revert ocf_log: use same log format at pacemaker
 Patch6:         0006-Revert-ocf_log-use-same-log-format-as-pacemaker.patch
+# PATCH-FIX-OPENSUSE: Revert: "Add additional info to SAPDatabase RA"
+Patch7:         0001-Revert-Add-additional-info-to-SAPDatabase-RA.patch
 
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -110,6 +112,7 @@
 %patch3 -p1
 %patch4 -p1
 %patch6 -p1
+%patch7 -p1
 
 %build
 autoreconf -fvi

++++++ 0001-Revert-Add-additional-info-to-SAPDatabase-RA.patch ++++++
>From 422516be53951e22f656d2a164ccfcf8fd75cc07 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Kristoffer=20Gr=C3=B6nlund?= <[email protected]>
Date: Mon, 22 Oct 2018 15:39:35 +0200
Subject: [PATCH] Revert "Add additional info to SAPDatabase RA"

This reverts commit e664d8c2e5348a0ca9c4b574015a24775f8244cd.
---
 heartbeat/SAPDatabase | 16 ++--------------
 1 file changed, 2 insertions(+), 14 deletions(-)

diff --git a/heartbeat/SAPDatabase b/heartbeat/SAPDatabase
index 4cde3080..a45f45d4 100755
--- a/heartbeat/SAPDatabase
+++ b/heartbeat/SAPDatabase
@@ -91,17 +91,6 @@ The required minimum version of SAPHostAgent is:
 Release: 7.20
 Patch Number: 90
 or compile time after: Dec 17 2011
-
-A single HANA is managed as a primitive resource by the SAPDatabase RA. 
Therefor the parameter MONITOR_SERVICES has to match the output service names 
of the command "sapcontrol -nr \$InstNr -function GetProcessList".
-"\$InstNr" has to be replaced by the respective instance number.
-
-For an HANA database with SID "TST" and instance number "10", the resource 
configuration looks like:
-primitive rsc_SAPDatabase_TST_HDB10 ocf:heartbeat:SAPDatabase \\
- params DBTYPE="HDB" SID="TST" \\
- MONITOR_SERVICES="hdbindexserver|hdbnameserver" \\
- op start interval="0" timeout="3600" \\
- op monitor interval="120" timeout="700" \\
- op stop interval="0" timeout="600"
 </longdesc>
 <shortdesc lang="en">Manages a SAP database instance as an HA 
resource.</shortdesc>
 <parameters>
@@ -158,10 +147,9 @@ Usually you can leave this empty. Then the default: 
/usr/sap/hostctrl/exe is use
   <content type="boolean" default="false"/>
  </parameter>
  <parameter name="MONITOR_SERVICES" unique="0" required="0">
-  <longdesc lang="en">Defines which services are monitored by the SAPDatabase 
resource agent. Service names must correspond with the output of the 
'saphostctrl -function GetDatabaseStatus' command.
-The default value is derived from the database type DBTYPE. For example, 
DBTYPE "ORA" sets MONITOR_SERVICES="Instance|Database|Listener".</longdesc>
+  <longdesc lang="en">Defines which services are monitored by the SAPDatabase 
resource agent, if STRICT_MONITORING is set to true. Service names must 
correspond with the output of the 'saphostctrl -function GetDatabaseStatus' 
command.</longdesc>
   <shortdesc lang="en">Database services to monitor</shortdesc>
-  <content type="string" default=""/>
+  <content type="string" default="Instance|Database|Listener"/>
  </parameter>
  <parameter name="DIR_BOOTSTRAP" unique="0" required="0">
   <longdesc lang="en">Deprecated - do not use anymore. This parameter will be 
deleted in one of the next releases.</longdesc>
-- 
2.16.4

++++++ _service ++++++
--- /var/tmp/diff_new_pack.gLWTdY/_old  2018-11-06 13:54:37.008233832 +0100
+++ /var/tmp/diff_new_pack.gLWTdY/_new  2018-11-06 13:54:37.012233826 +0100
@@ -4,7 +4,7 @@
     <param name="scm">git</param>
     <param name="exclude">.git</param>
     <param name="filename">resource-agents</param>
-    <param name="versionformat">4.1.1+git@TAG_OFFSET@.%h</param>
+    <param name="versionformat">4.1.9+git@TAG_OFFSET@.%h</param>
     <param name="revision">master</param>
     <param name="changesgenerate">enable</param>
   </service>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.gLWTdY/_old  2018-11-06 13:54:37.044233783 +0100
+++ /var/tmp/diff_new_pack.gLWTdY/_new  2018-11-06 13:54:37.044233783 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
 <param name="url">git://github.com/ClusterLabs/resource-agents.git</param>
-<param name="changesrevision">1ddbf85d646b89df0a5db0d763861fdbad03e66f</param>
+<param name="changesrevision">9b664917864ee43a4c2c6ecd2145904e3218a6d9</param>
 </service>
 </servicedata>
\ No newline at end of file

++++++ resource-agents-4.1.1+git165.1ddbf85d.tar.xz -> 
resource-agents-4.1.9+git24.9b664917.tar.xz ++++++
++++ 3215 lines of diff (skipped)


Reply via email to