Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package saphanabootstrap-formula for
openSUSE:Factory checked in at 2021-04-29 01:38:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/saphanabootstrap-formula (Old)
and /work/SRC/openSUSE:Factory/.saphanabootstrap-formula.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "saphanabootstrap-formula"
Thu Apr 29 01:38:52 2021 rev:33 rq:889116 version:0.7.1+git.1619633541.b6281bf
Changes:
--------
---
/work/SRC/openSUSE:Factory/saphanabootstrap-formula/saphanabootstrap-formula.changes
2021-04-21 21:01:15.654377262 +0200
+++
/work/SRC/openSUSE:Factory/.saphanabootstrap-formula.new.12324/saphanabootstrap-formula.changes
2021-04-29 01:40:09.426727715 +0200
@@ -1,0 +2,7 @@
+Wed Apr 28 14:26:18 UTC 2021 - Diego Akechi <[email protected]>
+
+- Set correct stickiness for the azure-lb resource
+ The azure-lb resource receives an stickiness=0 to not influence on
+ transitions calculations as the HANA resources have more priority
+
+-------------------------------------------------------------------
Old:
----
saphanabootstrap-formula-0.7.1+git.1619008686.8600866.tar.gz
New:
----
saphanabootstrap-formula-0.7.1+git.1619633541.b6281bf.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ saphanabootstrap-formula.spec ++++++
--- /var/tmp/diff_new_pack.Us4DRy/_old 2021-04-29 01:40:09.902728388 +0200
+++ /var/tmp/diff_new_pack.Us4DRy/_new 2021-04-29 01:40:09.902728388 +0200
@@ -19,7 +19,7 @@
# See also http://en.opensuse.org/openSUSE:Specfile_guidelines
Name: saphanabootstrap-formula
-Version: 0.7.1+git.1619008686.8600866
+Version: 0.7.1+git.1619633541.b6281bf
Release: 0
Summary: SAP HANA platform deployment formula
License: Apache-2.0
++++++ _service ++++++
--- /var/tmp/diff_new_pack.Us4DRy/_old 2021-04-29 01:40:09.962728473 +0200
+++ /var/tmp/diff_new_pack.Us4DRy/_new 2021-04-29 01:40:09.962728473 +0200
@@ -5,7 +5,7 @@
<param name="exclude">.git</param>
<param name="filename">saphanabootstrap-formula</param>
<param name="versionformat">0.7.1+git.%ct.%h</param>
- <param name="revision">8600866628fd08774fd2cb4c01dd8b4c3aa8b8ef</param>
+ <param name="revision">b6281bfada56fa0594eaf93189c9d7b28af3d550</param>
</service>
<service name="recompress" mode="disabled">
++++++ saphanabootstrap-formula-0.7.1+git.1619008686.8600866.tar.gz ->
saphanabootstrap-formula-0.7.1+git.1619633541.b6281bf.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/saphanabootstrap-formula-0.7.1+git.1619008686.8600866/saphanabootstrap-formula.changes
new/saphanabootstrap-formula-0.7.1+git.1619633541.b6281bf/saphanabootstrap-formula.changes
---
old/saphanabootstrap-formula-0.7.1+git.1619008686.8600866/saphanabootstrap-formula.changes
2021-04-21 14:38:06.000000000 +0200
+++
new/saphanabootstrap-formula-0.7.1+git.1619633541.b6281bf/saphanabootstrap-formula.changes
2021-04-28 20:12:21.000000000 +0200
@@ -1,4 +1,11 @@
-------------------------------------------------------------------
+Wed Apr 28 14:26:18 UTC 2021 - Diego Akechi <[email protected]>
+
+- Set correct stickiness for the azure-lb resource
+ The azure-lb resource receives an stickiness=0 to not influence on
+ transitions calculations as the HANA resources have more priority
+
+-------------------------------------------------------------------
Thu Mar 18 07:41:18 UTC 2021 - Xabier Arbulu <[email protected]>
- Version bump 0.7.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/saphanabootstrap-formula-0.7.1+git.1619008686.8600866/templates/scale_up_resources.j2
new/saphanabootstrap-formula-0.7.1+git.1619633541.b6281bf/templates/scale_up_resources.j2
---
old/saphanabootstrap-formula-0.7.1+git.1619008686.8600866/templates/scale_up_resources.j2
2021-04-21 14:38:06.000000000 +0200
+++
new/saphanabootstrap-formula-0.7.1+git.1619633541.b6281bf/templates/scale_up_resources.j2
2021-04-28 20:12:21.000000000 +0200
@@ -105,7 +105,8 @@
primitive rsc_socat_{{ sid }}_HDB{{ instance }} azure-lb \
params port=625{{ instance }} \
- op monitor timeout="20" interval="10" depth="0"
+ op monitor timeout="20" interval="10" depth="0" \
+ meta resource-stickiness=0
group g_ip_{{ sid }}_HDB{{ instance }} rsc_ip_{{ sid }}_HDB{{ instance }}
rsc_socat_{{ sid }}_HDB{{ instance }}