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-06 22:52:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/saphanabootstrap-formula (Old)
and /work/SRC/openSUSE:Factory/.saphanabootstrap-formula.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "saphanabootstrap-formula"
Thu May 6 22:52:49 2021 rev:34 rq:890942 version:0.7.1+git.1620294563.4e6b177
Changes:
--------
---
/work/SRC/openSUSE:Factory/saphanabootstrap-formula/saphanabootstrap-formula.changes
2021-04-29 01:40:09.426727715 +0200
+++
/work/SRC/openSUSE:Factory/.saphanabootstrap-formula.new.2988/saphanabootstrap-formula.changes
2021-05-06 22:53:24.690555445 +0200
@@ -1,0 +2,5 @@
+Thu May 6 08:49:19 UTC 2021 - Xabier Arbulu <[email protected]>
+
+- Change hanadb_exporter default timeout value to 30 seconds
+
+-------------------------------------------------------------------
Old:
----
saphanabootstrap-formula-0.7.1+git.1619633541.b6281bf.tar.gz
New:
----
saphanabootstrap-formula-0.7.1+git.1620294563.4e6b177.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ saphanabootstrap-formula.spec ++++++
--- /var/tmp/diff_new_pack.dCyyaX/_old 2021-05-06 22:53:25.094553778 +0200
+++ /var/tmp/diff_new_pack.dCyyaX/_new 2021-05-06 22:53:25.098553762 +0200
@@ -19,7 +19,7 @@
# See also http://en.opensuse.org/openSUSE:Specfile_guidelines
Name: saphanabootstrap-formula
-Version: 0.7.1+git.1619633541.b6281bf
+Version: 0.7.1+git.1620294563.4e6b177
Release: 0
Summary: SAP HANA platform deployment formula
License: Apache-2.0
++++++ _service ++++++
--- /var/tmp/diff_new_pack.dCyyaX/_old 2021-05-06 22:53:25.126553647 +0200
+++ /var/tmp/diff_new_pack.dCyyaX/_new 2021-05-06 22:53:25.126553647 +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">b6281bfada56fa0594eaf93189c9d7b28af3d550</param>
+ <param name="revision">4e6b177daa7f027d5e39353c8b63e9a90da1641d</param>
</service>
<service name="recompress" mode="disabled">
++++++ saphanabootstrap-formula-0.7.1+git.1619633541.b6281bf.tar.gz ->
saphanabootstrap-formula-0.7.1+git.1620294563.4e6b177.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/saphanabootstrap-formula-0.7.1+git.1619633541.b6281bf/form.yml
new/saphanabootstrap-formula-0.7.1+git.1620294563.4e6b177/form.yml
--- old/saphanabootstrap-formula-0.7.1+git.1619633541.b6281bf/form.yml
2021-04-28 20:12:21.000000000 +0200
+++ new/saphanabootstrap-formula-0.7.1+git.1620294563.4e6b177/form.yml
2021-05-06 11:49:23.000000000 +0200
@@ -18,7 +18,7 @@
$help: The path to already extracted HANA platform installation media
folder which can be local or already mounted shared location (NFS, SMB, etc).
This will have preference over hana installation media archive
$optional: true
use_hana_archive_file:
- $name: Use archive file for HANA platform installation
+ $name: Use archive file for HANA platform installation
$type: boolean
$default: false
$help: Mark this option if you want to use a hana archive file for the
HANA installation
@@ -142,7 +142,7 @@
$name: Path to XML file with HANA Passwords
$visibleIf: .use_hdb_pwd_file == true
$type: text
- $help: Path to the XML file location. The password template can be
generated with the hdblcm --dump_configfile_template option
+ $help: Path to the XML file location. The password template can be
generated with the hdblcm --dump_configfile_template option
sapadm_password:
$name: SAP admin password (<sid>adm)
$visibleIf: .use_config_file == false
@@ -317,6 +317,6 @@
timeout:
$name: Connection timeout
$type: text
- $default: 600
+ $default: 30
$optional: true
$help: Timeout in seconds for HANA database connection
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/saphanabootstrap-formula-0.7.1+git.1619633541.b6281bf/hana/monitoring.sls
new/saphanabootstrap-formula-0.7.1+git.1620294563.4e6b177/hana/monitoring.sls
---
old/saphanabootstrap-formula-0.7.1+git.1619633541.b6281bf/hana/monitoring.sls
2021-04-28 20:12:21.000000000 +0200
+++
new/saphanabootstrap-formula-0.7.1+git.1620294563.4e6b177/hana/monitoring.sls
2021-05-06 11:49:23.000000000 +0200
@@ -83,9 +83,8 @@
service.{{ service_status }}:
- name: prometheus-hanadb_exporter@{{ exporter_instance }}
- enable: {{ service_enabled }}
- - reload: True
- - require:
- - hanadb_exporter_configuration_{{ exporter_instance }}
+ - watch:
+ - file: hanadb_exporter_configuration_{{ exporter_instance }}
{% endif %}
{% endfor %}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/saphanabootstrap-formula-0.7.1+git.1619633541.b6281bf/pillar.example
new/saphanabootstrap-formula-0.7.1+git.1620294563.4e6b177/pillar.example
--- old/saphanabootstrap-formula-0.7.1+git.1619633541.b6281bf/pillar.example
2021-04-28 20:12:21.000000000 +0200
+++ new/saphanabootstrap-formula-0.7.1+git.1620294563.4e6b177/pillar.example
2021-05-06 11:49:23.000000000 +0200
@@ -82,7 +82,7 @@
user: 'SYSTEM'
password: 'Qwerty1234'
#port: 30015 # HANA database port. If multi_tenant is set this value
is 3XX13 by default where XX is the instance number
- timeout: 600 # Timeout in seconds to start the connection with HANA
database
+ timeout: 30 # Timeout in seconds to start the connection with HANA
database
- host: 'hana02'
sid: 'prd'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/saphanabootstrap-formula-0.7.1+git.1619633541.b6281bf/saphanabootstrap-formula.changes
new/saphanabootstrap-formula-0.7.1+git.1620294563.4e6b177/saphanabootstrap-formula.changes
---
old/saphanabootstrap-formula-0.7.1+git.1619633541.b6281bf/saphanabootstrap-formula.changes
2021-04-28 20:12:21.000000000 +0200
+++
new/saphanabootstrap-formula-0.7.1+git.1620294563.4e6b177/saphanabootstrap-formula.changes
2021-05-06 11:49:23.000000000 +0200
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Thu May 6 08:49:19 UTC 2021 - Xabier Arbulu <[email protected]>
+
+- Change hanadb_exporter default timeout value to 30 seconds
+
+-------------------------------------------------------------------
Wed Apr 28 14:26:18 UTC 2021 - Diego Akechi <[email protected]>
- Set correct stickiness for the azure-lb resource
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/saphanabootstrap-formula-0.7.1+git.1619633541.b6281bf/templates/hanadb_exporter.j2
new/saphanabootstrap-formula-0.7.1+git.1620294563.4e6b177/templates/hanadb_exporter.j2
---
old/saphanabootstrap-formula-0.7.1+git.1619633541.b6281bf/templates/hanadb_exporter.j2
2021-04-28 20:12:21.000000000 +0200
+++
new/saphanabootstrap-formula-0.7.1+git.1620294563.4e6b177/templates/hanadb_exporter.j2
2021-05-06 11:49:23.000000000 +0200
@@ -2,7 +2,7 @@
{
"exposition_port": {{ exporter.exposition_port|default(9668) }},
"multi_tenant": {{ exporter.multi_tenant|default(true)|tojson }},
- "timeout": {{exporter.timeout|default(600)}},
+ "timeout": {{exporter.timeout|default(30)}},
"hana": {
"host": "{{ grains['host'] }}",
{%- if exporter.multi_tenant|default(true) and exporter.port is not
defined %}