Hello community,

here is the log from the commit of package saphanabootstrap-formula for 
openSUSE:Factory checked in at 2020-09-23 18:47:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/saphanabootstrap-formula (Old)
 and      /work/SRC/openSUSE:Factory/.saphanabootstrap-formula.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "saphanabootstrap-formula"

Wed Sep 23 18:47:36 2020 rev:18 rq:836288 version:0.6.1+git.1600858018.2f21edf

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/saphanabootstrap-formula/saphanabootstrap-formula.changes
        2020-09-22 21:09:21.515833686 +0200
+++ 
/work/SRC/openSUSE:Factory/.saphanabootstrap-formula.new.4249/saphanabootstrap-formula.changes
      2020-09-23 18:48:32.981771149 +0200
@@ -1,0 +2,6 @@
+Tue Sep 22 13:38:47 UTC 2020 - Dario Maiocchi <dmaioc...@suse.com>
+
+- Version 0.6.1:
+  * Remove copy of config files for exporters since we use /usr/etc
+
+-------------------------------------------------------------------

Old:
----
  saphanabootstrap-formula-0.6.0+git.1600699862.f34e262.tar.gz

New:
----
  saphanabootstrap-formula-0.6.1+git.1600858018.2f21edf.tar.gz

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

Other differences:
------------------
++++++ saphanabootstrap-formula.spec ++++++
--- /var/tmp/diff_new_pack.84pbfJ/_old  2020-09-23 18:48:33.889771984 +0200
+++ /var/tmp/diff_new_pack.84pbfJ/_new  2020-09-23 18:48:33.893771987 +0200
@@ -19,7 +19,7 @@
 # See also http://en.opensuse.org/openSUSE:Specfile_guidelines
 
 Name:           saphanabootstrap-formula
-Version:        0.6.0+git.1600699862.f34e262
+Version:        0.6.1+git.1600858018.2f21edf
 Release:        0
 Summary:        SAP HANA platform deployment formula
 License:        Apache-2.0

++++++ _service ++++++
--- /var/tmp/diff_new_pack.84pbfJ/_old  2020-09-23 18:48:33.921772013 +0200
+++ /var/tmp/diff_new_pack.84pbfJ/_new  2020-09-23 18:48:33.921772013 +0200
@@ -4,8 +4,8 @@
     <param name="scm">git</param>
     <param name="exclude">.git</param>
     <param name="filename">saphanabootstrap-formula</param>
-    <param name="versionformat">0.6.0+git.%ct.%h</param>
-    <param name="revision">f34e262f5216c66ed4fdeaa680fd3d7e0968a6b8</param>
+    <param name="versionformat">0.6.1+git.%ct.%h</param>
+    <param name="revision">2f21edf33a3eb12bde2173ca9ac1b02196940597</param>
   </service>
 
   <service name="recompress" mode="disabled">

++++++ saphanabootstrap-formula-0.6.0+git.1600699862.f34e262.tar.gz -> 
saphanabootstrap-formula-0.6.1+git.1600858018.2f21edf.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/saphanabootstrap-formula-0.6.0+git.1600699862.f34e262/_service 
new/saphanabootstrap-formula-0.6.1+git.1600858018.2f21edf/_service
--- old/saphanabootstrap-formula-0.6.0+git.1600699862.f34e262/_service  
2020-09-21 16:51:02.000000000 +0200
+++ new/saphanabootstrap-formula-0.6.1+git.1600858018.2f21edf/_service  
2020-09-23 12:46:58.000000000 +0200
@@ -4,7 +4,7 @@
     <param name="scm">git</param>
     <param name="exclude">.git</param>
     <param name="filename">saphanabootstrap-formula</param>
-    <param name="versionformat">0.6.0+git.%ct.%h</param>
+    <param name="versionformat">0.6.1+git.%ct.%h</param>
     <param name="revision">%%VERSION%%</param>
   </service>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/saphanabootstrap-formula-0.6.0+git.1600699862.f34e262/hana/monitoring.sls 
new/saphanabootstrap-formula-0.6.1+git.1600858018.2f21edf/hana/monitoring.sls
--- 
old/saphanabootstrap-formula-0.6.0+git.1600699862.f34e262/hana/monitoring.sls   
    2020-09-21 16:51:02.000000000 +0200
+++ 
new/saphanabootstrap-formula-0.6.1+git.1600858018.2f21edf/hana/monitoring.sls   
    2020-09-23 12:46:58.000000000 +0200
@@ -52,30 +52,15 @@
   - require:
       - install_pydbapi_client
 
-hanadb_exporter_logging_configuration:
-  file.managed:
-    - name: /etc/hanadb_exporter/logging_config.ini
-    - source: /usr/etc/hanadb_exporter/logging_config.ini
-    - require:
-      - prometheus-hanadb_exporter
-
-hanadb_exporter_metrics_configuration:
-  file.managed:
-    - name: /etc/hanadb_exporter/metrics.json
-    - source: /usr/etc/hanadb_exporter/metrics.json
-    - require:
-      - prometheus-hanadb_exporter
 {% endif %}
 
 hanadb_exporter_configuration_{{ exporter_instance }}:
   file.managed:
     - source: salt://hana/templates/hanadb_exporter.j2
-    - name: /etc/hanadb_exporter/{{ exporter_instance }}.json
+    - name: /usr/etc/hanadb_exporter/{{ exporter_instance }}.json
     - template: jinja
     - require:
       - prometheus-hanadb_exporter
-      - hanadb_exporter_metrics_configuration
-      - hanadb_exporter_logging_configuration
     - context:
         exporter: {{ exporter|yaml }}
         sap_instance_nr: "{{ sap_instance_nr }}"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/saphanabootstrap-formula-0.6.0+git.1600699862.f34e262/saphanabootstrap-formula.changes
 
new/saphanabootstrap-formula-0.6.1+git.1600858018.2f21edf/saphanabootstrap-formula.changes
--- 
old/saphanabootstrap-formula-0.6.0+git.1600699862.f34e262/saphanabootstrap-formula.changes
  2020-09-21 16:51:02.000000000 +0200
+++ 
new/saphanabootstrap-formula-0.6.1+git.1600858018.2f21edf/saphanabootstrap-formula.changes
  2020-09-23 12:46:58.000000000 +0200
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Tue Sep 22 13:38:47 UTC 2020 - Dario Maiocchi <dmaioc...@suse.com>
+
+- Version 0.6.1:
+  * Remove copy of config files for exporters since we use /usr/etc
+
+-------------------------------------------------------------------
 Thu Aug 20 02:00:46 UTC 2020 - Simranpal Singh <simranpal.si...@suse.com>
 
 - Version 0.6.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/saphanabootstrap-formula-0.6.0+git.1600699862.f34e262/templates/hanadb_exporter.j2
 
new/saphanabootstrap-formula-0.6.1+git.1600858018.2f21edf/templates/hanadb_exporter.j2
--- 
old/saphanabootstrap-formula-0.6.0+git.1600699862.f34e262/templates/hanadb_exporter.j2
      2020-09-21 16:51:02.000000000 +0200
+++ 
new/saphanabootstrap-formula-0.6.1+git.1600858018.2f21edf/templates/hanadb_exporter.j2
      2020-09-23 12:46:58.000000000 +0200
@@ -14,7 +14,7 @@
     "password": "{{ exporter.password }}"
   },
   "logging": {
-    "config_file": "/etc/hanadb_exporter/logging_config.ini",
+    "config_file": "/usr/etc/hanadb_exporter/logging_config.ini",
     "log_file": "/var/log/hanadb_exporter_{{ exporter_instance }}.log"
   }
 }


Reply via email to