Hello community,

here is the log from the commit of package saphanabootstrap-formula for 
openSUSE:Factory checked in at 2020-11-26 23:14:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/saphanabootstrap-formula (Old)
 and      /work/SRC/openSUSE:Factory/.saphanabootstrap-formula.new.5913 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "saphanabootstrap-formula"

Thu Nov 26 23:14:14 2020 rev:26 rq:850890 version:0.6.2+git.1606363562.cbcaec0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/saphanabootstrap-formula/saphanabootstrap-formula.changes
        2020-11-23 10:49:43.186556022 +0100
+++ 
/work/SRC/openSUSE:Factory/.saphanabootstrap-formula.new.5913/saphanabootstrap-formula.changes
      2020-11-26 23:15:24.581038303 +0100
@@ -1,0 +2,5 @@
+Tue Nov 24 04:08:55 UTC 2020 - Simranpal Singh <[email protected]>
+
+- Add requisite of hana installation to subsequent salt states 
+
+-------------------------------------------------------------------

Old:
----
  saphanabootstrap-formula-0.6.2+git.1605666876.936dd43.tar.gz

New:
----
  saphanabootstrap-formula-0.6.2+git.1606363562.cbcaec0.tar.gz

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

Other differences:
------------------
++++++ saphanabootstrap-formula.spec ++++++
--- /var/tmp/diff_new_pack.S9yScu/_old  2020-11-26 23:15:25.169038760 +0100
+++ /var/tmp/diff_new_pack.S9yScu/_new  2020-11-26 23:15:25.173038763 +0100
@@ -19,7 +19,7 @@
 # See also http://en.opensuse.org/openSUSE:Specfile_guidelines
 
 Name:           saphanabootstrap-formula
-Version:        0.6.2+git.1605666876.936dd43
+Version:        0.6.2+git.1606363562.cbcaec0
 Release:        0
 Summary:        SAP HANA platform deployment formula
 License:        Apache-2.0

++++++ _service ++++++
--- /var/tmp/diff_new_pack.S9yScu/_old  2020-11-26 23:15:25.205038788 +0100
+++ /var/tmp/diff_new_pack.S9yScu/_new  2020-11-26 23:15:25.209038791 +0100
@@ -5,7 +5,7 @@
     <param name="exclude">.git</param>
     <param name="filename">saphanabootstrap-formula</param>
     <param name="versionformat">0.6.2+git.%ct.%h</param>
-    <param name="revision">936dd43b30402418cf272c98186264c056e1d2ed</param>
+    <param name="revision">cbcaec022621328f799018bfc81c7332e4d5fcab</param>
   </service>
 
   <service name="recompress" mode="disabled">

++++++ saphanabootstrap-formula-0.6.2+git.1605666876.936dd43.tar.gz -> 
saphanabootstrap-formula-0.6.2+git.1606363562.cbcaec0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/saphanabootstrap-formula-0.6.2+git.1605666876.936dd43/hana/enable_primary.sls
 
new/saphanabootstrap-formula-0.6.2+git.1606363562.cbcaec0/hana/enable_primary.sls
--- 
old/saphanabootstrap-formula-0.6.2+git.1605666876.936dd43/hana/enable_primary.sls
   2020-11-18 03:34:36.000000000 +0100
+++ 
new/saphanabootstrap-formula-0.6.2+git.1606363562.cbcaec0/hana/enable_primary.sls
   2020-11-26 05:06:02.000000000 +0100
@@ -27,5 +27,7 @@
         - database: {{ node.primary.backup.database }}
         - file: {{ node.primary.backup.file }}
       {% endif %}
+      - require:
+        - hana_install_{{ node.host+node.sid }}
 
 {% endfor %}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/saphanabootstrap-formula-0.6.2+git.1605666876.936dd43/hana/enable_secondary.sls
 
new/saphanabootstrap-formula-0.6.2+git.1606363562.cbcaec0/hana/enable_secondary.sls
--- 
old/saphanabootstrap-formula-0.6.2+git.1605666876.936dd43/hana/enable_secondary.sls
 2020-11-18 03:34:36.000000000 +0100
+++ 
new/saphanabootstrap-formula-0.6.2+git.1606363562.cbcaec0/hana/enable_secondary.sls
 2020-11-26 05:06:02.000000000 +0100
@@ -31,6 +31,7 @@
     - timeout: {{ node.secondary.primary_timeout|default(100) }}
     - interval: {{ node.secondary.interval|default(10) }}
     - primary_pass: {{ password.primary }}
-
+    - require:
+      - hana_install_{{ node.host+node.sid }}
 
 {% endfor %}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/saphanabootstrap-formula-0.6.2+git.1605666876.936dd43/hana/ha_cluster.sls 
new/saphanabootstrap-formula-0.6.2+git.1606363562.cbcaec0/hana/ha_cluster.sls
--- 
old/saphanabootstrap-formula-0.6.2+git.1605666876.936dd43/hana/ha_cluster.sls   
    2020-11-18 03:34:36.000000000 +0100
+++ 
new/saphanabootstrap-formula-0.6.2+git.1606363562.cbcaec0/hana/ha_cluster.sls   
    2020-11-26 05:06:02.000000000 +0100
@@ -13,6 +13,8 @@
       - sid: {{ node.sid }}
       - inst: {{ node.instance }}
       - password: {{ node.password }}
+    - require:
+      - hana_install_{{ node.host+node.sid }}
 
 # Add SAPHANASR hook
 # It would be better to get the text from 
/usr/share/SAPHanaSR/samples/global.ini
@@ -52,6 +54,8 @@
     - name: {{ tmp_sudoers }}
     - source: {{ sudoers }}
     - unless: cat {{ sudoers }} | grep {{ node.sid }}adm
+    - require:
+      - stop_hana_{{ sap_instance }}
 
 sudoers_append_{{ sap_instance }}:
   file.append:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/saphanabootstrap-formula-0.6.2+git.1605666876.936dd43/hana/monitoring.sls 
new/saphanabootstrap-formula-0.6.2+git.1606363562.cbcaec0/hana/monitoring.sls
--- 
old/saphanabootstrap-formula-0.6.2+git.1605666876.936dd43/hana/monitoring.sls   
    2020-11-18 03:34:36.000000000 +0100
+++ 
new/saphanabootstrap-formula-0.6.2+git.1606363562.cbcaec0/hana/monitoring.sls   
    2020-11-26 05:06:02.000000000 +0100
@@ -27,6 +27,8 @@
         attempts: 3
         interval: 15
     - resolve_capabilities: true
+    - require:
+      - hana_install_{{ node.host+node.sid }}
 
 extract_pydbapi_client:
   hana.pydbapi_extracted:
@@ -35,6 +37,8 @@
     - output_dir: {{ pydbapi_output_dir }}
     - hana_version: '20'
     - force: true
+    - require:
+      - hana_install_{{ node.host+node.sid }}
 
 # pip.installed cannot manage file names with regular expressions
 # TODO: Improve this to use pip.installed somehow
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/saphanabootstrap-formula-0.6.2+git.1605666876.936dd43/saphanabootstrap-formula.changes
 
new/saphanabootstrap-formula-0.6.2+git.1606363562.cbcaec0/saphanabootstrap-formula.changes
--- 
old/saphanabootstrap-formula-0.6.2+git.1605666876.936dd43/saphanabootstrap-formula.changes
  2020-11-18 03:34:36.000000000 +0100
+++ 
new/saphanabootstrap-formula-0.6.2+git.1606363562.cbcaec0/saphanabootstrap-formula.changes
  2020-11-26 05:06:02.000000000 +0100
@@ -1,4 +1,9 @@
 -------------------------------------------------------------------
+Tue Nov 24 04:08:55 UTC 2020 - Simranpal Singh <[email protected]>
+
+- Add requisite of hana installation to subsequent salt states 
+
+-------------------------------------------------------------------
 Wed Nov 11 04:25:03 UTC 2020 - Simranpal Singh <[email protected]>
 
 - Add support to extract and install HANA Client sar packages
_______________________________________________
openSUSE Commits mailing list -- [email protected]
To unsubscribe, email [email protected]
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/[email protected]

Reply via email to