Hello community,

here is the log from the commit of package saphanabootstrap-formula for 
openSUSE:Factory checked in at 2020-01-10 17:51:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/saphanabootstrap-formula (Old)
 and      /work/SRC/openSUSE:Factory/.saphanabootstrap-formula.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "saphanabootstrap-formula"

Fri Jan 10 17:51:43 2020 rev:8 rq:762853 version:0.4.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/saphanabootstrap-formula/saphanabootstrap-formula.changes
        2019-12-21 12:33:06.311412421 +0100
+++ 
/work/SRC/openSUSE:Factory/.saphanabootstrap-formula.new.6675/saphanabootstrap-formula.changes
      2020-01-10 17:51:49.650135687 +0100
@@ -1,0 +2,6 @@
+Thu Jan  2 23:25:35 UTC 2020 - Simranpal Singh <[email protected]>
+
+- Version 0.4.2
+  * Add the option to specify password XML file for installing hana
+
+-------------------------------------------------------------------

Old:
----
  saphanabootstrap-formula-0.4.1.tar.gz

New:
----
  saphanabootstrap-formula-0.4.2.tar.gz

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

Other differences:
------------------
++++++ saphanabootstrap-formula.spec ++++++
--- /var/tmp/diff_new_pack.hOJ7Z9/_old  2020-01-10 17:51:51.722136730 +0100
+++ /var/tmp/diff_new_pack.hOJ7Z9/_new  2020-01-10 17:51:51.766136752 +0100
@@ -19,7 +19,7 @@
 # See also http://en.opensuse.org/openSUSE:Specfile_guidelines
 
 Name:           saphanabootstrap-formula
-Version:        0.4.1
+Version:        0.4.2
 Release:        0
 Summary:        SAP HANA platform deployment formula
 License:        Apache-2.0

++++++ saphanabootstrap-formula-0.4.1.tar.gz -> 
saphanabootstrap-formula-0.4.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/saphanabootstrap-formula-0.4.1/hana/install.sls 
new/saphanabootstrap-formula-0.4.2/hana/install.sls
--- old/saphanabootstrap-formula-0.4.1/hana/install.sls 2019-12-19 
14:28:47.048955999 +0100
+++ new/saphanabootstrap-formula-0.4.2/hana/install.sls 2020-01-08 
18:09:15.008475999 +0100
@@ -16,6 +16,9 @@
     - root_password: {{ node.install.root_password }}
     {% if node.install.config_file is defined %}
     - config_file: {{ node.install.config_file }}
+    {% endif %}
+    {% if node.install.hdb_pwd_file is defined %}
+    - hdb_pwd_file: {{ node.install.hdb_pwd_file }}
     {% else %}
     - system_user_password: {{ node.install.system_user_password }}
     - sapadm_password: {{ node.install.sapadm_password }}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/saphanabootstrap-formula-0.4.1/pillar.example 
new/saphanabootstrap-formula-0.4.2/pillar.example
--- old/saphanabootstrap-formula-0.4.1/pillar.example   2019-12-19 
14:28:47.048955999 +0100
+++ new/saphanabootstrap-formula-0.4.2/pillar.example   2020-01-08 
18:09:15.008475999 +0100
@@ -12,6 +12,9 @@
         software_path: '/root/sap_inst/51052481'
         root_user: 'root'
         root_password: 's'
+        # Fetch HANA passwords from XML file 
+        hdb_pwd_file: 'salt://passwords.xml'
+        # Or specify HANA system & sapadm users' passwords like below
         system_user_password: 'Qwerty1234'
         sapadm_password: 'Qwerty1234'
       primary:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/saphanabootstrap-formula-0.4.1/saphanabootstrap-formula.changes 
new/saphanabootstrap-formula-0.4.2/saphanabootstrap-formula.changes
--- old/saphanabootstrap-formula-0.4.1/saphanabootstrap-formula.changes 
2019-12-19 14:28:47.048955999 +0100
+++ new/saphanabootstrap-formula-0.4.2/saphanabootstrap-formula.changes 
2020-01-08 18:09:15.008475999 +0100
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Thu Jan  2 23:25:35 UTC 2020 - Simranpal Singh <[email protected]>
+
+- Version 0.4.2
+  * Add the option to specify password XML file for installing hana
+
+-------------------------------------------------------------------
 Thu Dec 19 12:18:22 UTC 2019 - Xabier Arbulu <[email protected]>
 
 - Version 0.4.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/saphanabootstrap-formula-0.4.1/saphanabootstrap-formula.spec 
new/saphanabootstrap-formula-0.4.2/saphanabootstrap-formula.spec
--- old/saphanabootstrap-formula-0.4.1/saphanabootstrap-formula.spec    
2019-12-19 14:28:47.048955999 +0100
+++ new/saphanabootstrap-formula-0.4.2/saphanabootstrap-formula.spec    
2020-01-08 18:09:15.008475999 +0100
@@ -19,7 +19,7 @@
 # See also http://en.opensuse.org/openSUSE:Specfile_guidelines
 
 Name:           saphanabootstrap-formula
-Version:        0.4.1
+Version:        0.4.2
 Release:        0
 Summary:        SAP HANA platform deployment formula
 License:        Apache-2.0


Reply via email to