Hello community,
here is the log from the commit of package sapnwbootstrap-formula for
openSUSE:Factory checked in at 2020-03-11 18:48:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sapnwbootstrap-formula (Old)
and /work/SRC/openSUSE:Factory/.sapnwbootstrap-formula.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sapnwbootstrap-formula"
Wed Mar 11 18:48:25 2020 rev:8 rq:783305 version:0.2.5
Changes:
--------
---
/work/SRC/openSUSE:Factory/sapnwbootstrap-formula/sapnwbootstrap-formula.changes
2020-03-08 22:21:21.251974421 +0100
+++
/work/SRC/openSUSE:Factory/.sapnwbootstrap-formula.new.3160/sapnwbootstrap-formula.changes
2020-03-11 18:50:39.683549194 +0100
@@ -1,0 +2,8 @@
+Mon Mar 9 15:55:49 UTC 2020 - Xabier Arbulu <[email protected]>
+
+- Version 0.2.5
+ * Fix "stonith-action" parameter usage in the HA cluster
+ template for aws
+ (jsc#SLE-4143, boo#1137989)
+
+-------------------------------------------------------------------
Old:
----
sapnwbootstrap-formula-0.2.4.tar.gz
New:
----
sapnwbootstrap-formula-0.2.5.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ sapnwbootstrap-formula.spec ++++++
--- /var/tmp/diff_new_pack.qeExZ8/_old 2020-03-11 18:50:40.079549372 +0100
+++ /var/tmp/diff_new_pack.qeExZ8/_new 2020-03-11 18:50:40.079549372 +0100
@@ -19,7 +19,7 @@
# See also http://en.opensuse.org/openSUSE:Specfile_guidelines
Name: sapnwbootstrap-formula
-Version: 0.2.4
+Version: 0.2.5
Release: 0
Summary: SAP Netweaver platform deployment formula
License: Apache-2.0
++++++ sapnwbootstrap-formula-0.2.4.tar.gz ->
sapnwbootstrap-formula-0.2.5.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/sapnwbootstrap-formula-0.2.4/sapnwbootstrap-formula.changes
new/sapnwbootstrap-formula-0.2.5/sapnwbootstrap-formula.changes
--- old/sapnwbootstrap-formula-0.2.4/sapnwbootstrap-formula.changes
2020-03-06 14:58:40.088435899 +0100
+++ new/sapnwbootstrap-formula-0.2.5/sapnwbootstrap-formula.changes
2020-03-10 11:44:22.755765094 +0100
@@ -1,4 +1,12 @@
-------------------------------------------------------------------
+Mon Mar 9 15:55:49 UTC 2020 - Xabier Arbulu <[email protected]>
+
+- Version 0.2.5
+ * Fix "stonith-action" parameter usage in the HA cluster
+ template for aws
+ (jsc#SLE-4143, boo#1137989)
+
+-------------------------------------------------------------------
Fri Feb 21 08:38:47 UTC 2020 - Xabier Arbulu <[email protected]>
- Version 0.2.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/sapnwbootstrap-formula-0.2.4/sapnwbootstrap-formula.spec
new/sapnwbootstrap-formula-0.2.5/sapnwbootstrap-formula.spec
--- old/sapnwbootstrap-formula-0.2.4/sapnwbootstrap-formula.spec
2020-03-06 14:58:40.088435899 +0100
+++ new/sapnwbootstrap-formula-0.2.5/sapnwbootstrap-formula.spec
2020-03-10 11:44:22.755765094 +0100
@@ -19,7 +19,7 @@
# See also http://en.opensuse.org/openSUSE:Specfile_guidelines
Name: sapnwbootstrap-formula
-Version: 0.2.4
+Version: 0.2.5
Release: 0
Summary: SAP Netweaver platform deployment formula
License: Apache-2.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/sapnwbootstrap-formula-0.2.4/templates/cluster_resources.j2
new/sapnwbootstrap-formula-0.2.5/templates/cluster_resources.j2
--- old/sapnwbootstrap-formula-0.2.4/templates/cluster_resources.j2
2020-03-06 14:58:40.092433899 +0100
+++ new/sapnwbootstrap-formula-0.2.5/templates/cluster_resources.j2
2020-03-10 11:44:22.755765094 +0100
@@ -12,12 +12,13 @@
{%- set ascs_virtual_host = data.ascs_virtual_host %}
{%- set ers_virtual_host = data.ers_virtual_host %}
-# General cluster options
-{%- if cloud_provider not in ["amazon-web-services"] %}
+# Platform dependant (stonith, virtual ip address, cib options, etc) resource
+
+{%- if cloud_provider == "amazon-web-services" %}
property cib-bootstrap-options: \
stonith-enabled="true" \
- stonith-action="poweroff" \
+ stonith-action="off" \
stonith-timeout="600s"
rsc_defaults rsc-options: \
@@ -28,12 +29,6 @@
timeout=600 \
record-pending=true
-{%- endif %}
-
-# Platform dependant (stonith, virtual ip address, cib options, etc) resource
-
-{%- if cloud_provider == "amazon-web-services" %}
-
primitive res_aws_stonith_{{ sid }} stonith:external/ec2 \
params tag={{ data.instance_tag }} profile={{ data.cluster_profile}} \
op start interval=0 timeout=180 \