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-05-10 15:39:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/saphanabootstrap-formula (Old)
 and      /work/SRC/openSUSE:Factory/.saphanabootstrap-formula.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "saphanabootstrap-formula"

Mon May 10 15:39:18 2021 rev:36 rq:891983 version:0.7.1+git.1620632537.c8808c2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/saphanabootstrap-formula/saphanabootstrap-formula.changes
        2021-05-07 17:15:46.132925289 +0200
+++ 
/work/SRC/openSUSE:Factory/.saphanabootstrap-formula.new.2988/saphanabootstrap-formula.changes
      2021-05-10 15:42:02.296931788 +0200
@@ -2 +2 @@
-Fri May 07 09:15:21 UTC 2021 - Bernd Schubert <[email protected]>
+Fri May  7 09:15:21 UTC 2021 - Bernd Schubert <[email protected]>
@@ -6,0 +7,5 @@
+  
+-------------------------------------------------------------------
+Thu May  6 16:19:45 UTC 2021 - Rub??n Torrero Marijnissen 
<[email protected]>
+
+- Document extra_parameters in pillar.example (bsc#1185643)

Old:
----
  saphanabootstrap-formula-0.7.1+git.1620397322.fe73673.tar.gz

New:
----
  saphanabootstrap-formula-0.7.1+git.1620632537.c8808c2.tar.gz

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

Other differences:
------------------
++++++ saphanabootstrap-formula.spec ++++++
--- /var/tmp/diff_new_pack.JiX7Fk/_old  2021-05-10 15:42:02.712930161 +0200
+++ /var/tmp/diff_new_pack.JiX7Fk/_new  2021-05-10 15:42:02.716930146 +0200
@@ -19,7 +19,7 @@
 # See also http://en.opensuse.org/openSUSE:Specfile_guidelines
 
 Name:           saphanabootstrap-formula
-Version:        0.7.1+git.1620397322.fe73673
+Version:        0.7.1+git.1620632537.c8808c2
 Release:        0
 Summary:        SAP HANA platform deployment formula
 License:        Apache-2.0

++++++ _service ++++++
--- /var/tmp/diff_new_pack.JiX7Fk/_old  2021-05-10 15:42:02.744930036 +0200
+++ /var/tmp/diff_new_pack.JiX7Fk/_new  2021-05-10 15:42:02.744930036 +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">fe7367365c4944d1080cc08943c0542b020f2fa3</param>
+    <param name="revision">c8808c2742b7bb5de718fe95e51b35da50d06a55</param>
   </service>
 
   <service name="recompress" mode="disabled">

++++++ saphanabootstrap-formula-0.7.1+git.1620397322.fe73673.tar.gz -> 
saphanabootstrap-formula-0.7.1+git.1620632537.c8808c2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/saphanabootstrap-formula-0.7.1+git.1620397322.fe73673/hana/monitoring.sls 
new/saphanabootstrap-formula-0.7.1+git.1620632537.c8808c2/hana/monitoring.sls
--- 
old/saphanabootstrap-formula-0.7.1+git.1620397322.fe73673/hana/monitoring.sls   
    2021-05-07 16:22:02.000000000 +0200
+++ 
new/saphanabootstrap-formula-0.7.1+git.1620632537.c8808c2/hana/monitoring.sls   
    2021-05-10 09:42:17.000000000 +0200
@@ -83,8 +83,10 @@
   service.{{ service_status }}:
     - name: prometheus-hanadb_exporter@{{ exporter_instance }}
     - enable: {{ service_enabled }}
+    {% if service_enabled %}
     - watch:
       - file: hanadb_exporter_configuration_{{ exporter_instance }}
+    {% endif %}
 
 {% endif %}
 {% endfor %}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/saphanabootstrap-formula-0.7.1+git.1620397322.fe73673/pillar.example 
new/saphanabootstrap-formula-0.7.1+git.1620632537.c8808c2/pillar.example
--- old/saphanabootstrap-formula-0.7.1+git.1620397322.fe73673/pillar.example    
2021-05-07 16:22:02.000000000 +0200
+++ new/saphanabootstrap-formula-0.7.1+git.1620632537.c8808c2/pillar.example    
2021-05-10 09:42:17.000000000 +0200
@@ -58,6 +58,12 @@
         # Or specify HANA system & sapadm users' passwords like below
         system_user_password: 'Qwerty1234'
         sapadm_password: 'Qwerty1234'
+        # You can also provide additional hana configuration parameters as 
done in the following example
+        # See 
https://help.sap.com/viewer/2c1988d620e04368aa4103bf26f17727/2.0.00/en-US/c16432a77b6144dcb75aace2b4fcacff.html
+        # for details on all the supported parameters
+        extra_parameters:
+          # As an example, this parameter allows to ignore some prerequisite 
tests
+          ignore: check_min_mem
       primary:
         name: NUREMBERG
         userkey:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/saphanabootstrap-formula-0.7.1+git.1620397322.fe73673/saphanabootstrap-formula.changes
 
new/saphanabootstrap-formula-0.7.1+git.1620632537.c8808c2/saphanabootstrap-formula.changes
--- 
old/saphanabootstrap-formula-0.7.1+git.1620397322.fe73673/saphanabootstrap-formula.changes
  2021-05-07 16:22:02.000000000 +0200
+++ 
new/saphanabootstrap-formula-0.7.1+git.1620632537.c8808c2/saphanabootstrap-formula.changes
  2021-05-10 09:42:17.000000000 +0200
@@ -1,9 +1,14 @@
 -------------------------------------------------------------------
-Fri May 07 09:15:21 UTC 2021 - Bernd Schubert <[email protected]>
+Fri May  7 09:15:21 UTC 2021 - Bernd Schubert <[email protected]>
 
 - Changing exporter stickiness to => 0 and adjusting the colocation 
   score from +inf to -inf and changing the colocation from Master to Slave. 
   This change fix the impact of a failed exporter in regards to the HANA DB.
+  
+-------------------------------------------------------------------
+Thu May  6 16:19:45 UTC 2021 - Rub??n Torrero Marijnissen 
<[email protected]>
+
+- Document extra_parameters in pillar.example (bsc#1185643)
 
 -------------------------------------------------------------------
 Thu May  6 08:49:19 UTC 2021 - Xabier Arbulu <[email protected]>

Reply via email to