Hello community,
here is the log from the commit of package saphanabootstrap-formula for
openSUSE:Factory checked in at 2019-12-05 17:35:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/saphanabootstrap-formula (Old)
and /work/SRC/openSUSE:Factory/.saphanabootstrap-formula.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "saphanabootstrap-formula"
Thu Dec 5 17:35:36 2019 rev:5 rq:754375 version:0.3.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/saphanabootstrap-formula/saphanabootstrap-formula.changes
2019-11-13 13:29:08.535748785 +0100
+++
/work/SRC/openSUSE:Factory/.saphanabootstrap-formula.new.4691/saphanabootstrap-formula.changes
2019-12-05 17:38:41.917366532 +0100
@@ -1,0 +2,6 @@
+Thu Nov 28 21:28:19 UTC 2019 - Simranpal Singh <[email protected]>
+
+- Version bump 0.3.3
+ * Update Cluster template command to use `socat` for Azure
+
+-------------------------------------------------------------------
Old:
----
saphanabootstrap-formula-0.3.2.tar.gz
New:
----
saphanabootstrap-formula-0.3.3.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ saphanabootstrap-formula.spec ++++++
--- /var/tmp/diff_new_pack.6Af6NM/_old 2019-12-05 17:38:43.117366099 +0100
+++ /var/tmp/diff_new_pack.6Af6NM/_new 2019-12-05 17:38:43.129366095 +0100
@@ -19,7 +19,7 @@
# See also http://en.opensuse.org/openSUSE:Specfile_guidelines
Name: saphanabootstrap-formula
-Version: 0.3.2
+Version: 0.3.3
Release: 0
Summary: SAP HANA platform deployment formula
License: Apache-2.0
++++++ saphanabootstrap-formula-0.3.2.tar.gz ->
saphanabootstrap-formula-0.3.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/saphanabootstrap-formula-0.3.2/saphanabootstrap-formula.changes
new/saphanabootstrap-formula-0.3.3/saphanabootstrap-formula.changes
--- old/saphanabootstrap-formula-0.3.2/saphanabootstrap-formula.changes
2019-11-12 17:20:17.199771714 +0100
+++ new/saphanabootstrap-formula-0.3.3/saphanabootstrap-formula.changes
2019-12-04 16:21:31.793593999 +0100
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Thu Nov 28 21:28:19 UTC 2019 - Simranpal Singh <[email protected]>
+
+- Version bump 0.3.3
+ * Update Cluster template command to use `socat` for Azure
+
+-------------------------------------------------------------------
Wed Oct 30 16:14:32 UTC 2019 - Xabier Arbulu <[email protected]>
- Version bump 0.3.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/saphanabootstrap-formula-0.3.2/saphanabootstrap-formula.spec
new/saphanabootstrap-formula-0.3.3/saphanabootstrap-formula.spec
--- old/saphanabootstrap-formula-0.3.2/saphanabootstrap-formula.spec
2019-11-12 17:20:17.199771714 +0100
+++ new/saphanabootstrap-formula-0.3.3/saphanabootstrap-formula.spec
2019-12-04 16:21:31.793593999 +0100
@@ -19,7 +19,7 @@
# See also http://en.opensuse.org/openSUSE:Specfile_guidelines
Name: saphanabootstrap-formula
-Version: 0.3.2
+Version: 0.3.3
Release: 0
Summary: SAP HANA platform deployment formula
License: Apache-2.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/saphanabootstrap-formula-0.3.2/templates/scale_up_resources.j2
new/saphanabootstrap-formula-0.3.3/templates/scale_up_resources.j2
--- old/saphanabootstrap-formula-0.3.2/templates/scale_up_resources.j2
2019-11-12 17:20:17.199771714 +0100
+++ new/saphanabootstrap-formula-0.3.3/templates/scale_up_resources.j2
2019-12-04 16:21:31.793593999 +0100
@@ -53,8 +53,7 @@
{% if data.platform == "azure" %}
primitive rsc_nc_{{ sid }}_HDB{{ instance }} anything \
- params binfile="/usr/bin/nc" cmdline_options="-l -k 62503" \
- meta resource-stickiness=0 \
+ params binfile="/usr/bin/socat" cmdline_options="-U TCP-LISTEN:625{{
instance }},backlog=10,fork,reuseaddr /dev/null" \
op monitor timeout="20" interval="10" depth="0"
group g_ip_{{ sid }}_HDB{{ instance }} rsc_ip_{{ sid }}_HDB{{ instance }}
rsc_nc_{{ sid }}_HDB{{ instance }}