Hello community,

here is the log from the commit of package drbd-formula for openSUSE:Factory 
checked in at 2019-12-02 13:33:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/drbd-formula (Old)
 and      /work/SRC/openSUSE:Factory/.drbd-formula.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "drbd-formula"

Mon Dec  2 13:33:05 2019 rev:4 rq:751725 version:0.3.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/drbd-formula/drbd-formula.changes        
2019-11-15 22:38:50.328239556 +0100
+++ /work/SRC/openSUSE:Factory/.drbd-formula.new.4691/drbd-formula.changes      
2019-12-02 13:33:10.620674514 +0100
@@ -1,0 +2,6 @@
+Thu Nov 28 10:01:29 UTC 2019 - Xabier Arbulu <xarb...@suse.com>
+
+- Version 0.3.8
+  * Add json rendering to jinja templates for old salt versions 
+
+-------------------------------------------------------------------

Old:
----
  drbd-formula-0.3.7.tar.gz

New:
----
  drbd-formula-0.3.8.tar.gz

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

Other differences:
------------------
++++++ drbd-formula.spec ++++++
--- /var/tmp/diff_new_pack.NvRXqO/_old  2019-12-02 13:33:12.608673361 +0100
+++ /var/tmp/diff_new_pack.NvRXqO/_new  2019-12-02 13:33:12.612673358 +0100
@@ -19,7 +19,7 @@
 # See also https://en.opensuse.org/openSUSE:Specfile_guidelines
 
 Name:           drbd-formula
-Version:        0.3.7
+Version:        0.3.8
 Release:        0
 Summary:        DRBD deployment salt formula
 License:        Apache-2.0

++++++ drbd-formula-0.3.7.tar.gz -> drbd-formula-0.3.8.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/drbd-formula-0.3.7/drbd/global_confs.sls 
new/drbd-formula-0.3.8/drbd/global_confs.sls
--- old/drbd-formula-0.3.7/drbd/global_confs.sls        2019-11-14 
10:13:12.998991325 +0100
+++ new/drbd-formula-0.3.8/drbd/global_confs.sls        2019-11-28 
11:15:14.604438706 +0100
@@ -8,7 +8,7 @@
     - mode: 644
     - template: jinja
     - defaults:
-        resource: {{ drbd.resource }}
+        resource: {{ drbd.resource|json }}
 
 
 /etc/drbd.d/global_common.conf:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/drbd-formula-0.3.7/drbd/initial_sync.sls 
new/drbd-formula-0.3.8/drbd/initial_sync.sls
--- old/drbd-formula-0.3.7/drbd/initial_sync.sls        2019-11-14 
10:13:13.002993325 +0100
+++ new/drbd-formula-0.3.8/drbd/initial_sync.sls        2019-11-28 
11:15:14.604438706 +0100
@@ -31,6 +31,9 @@
   pkg.installed:
     - pkgs:
       - xfsprogs
+    - retry:
+        attempts: 3
+        interval: 15
 {% endif %}
 {% endif %}
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/drbd-formula-0.3.7/drbd/mkfs.sls 
new/drbd-formula-0.3.8/drbd/mkfs.sls
--- old/drbd-formula-0.3.7/drbd/mkfs.sls        2019-11-14 10:13:13.002993325 
+0100
+++ new/drbd-formula-0.3.8/drbd/mkfs.sls        2019-11-28 11:15:14.604438706 
+0100
@@ -11,6 +11,9 @@
   pkg.installed:
     - pkgs:
       - xfsprogs
+    - retry:
+        attempts: 3
+        interval: 15
 {% endif %}
 
 drbd_format_{{ res.name }}:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/drbd-formula-0.3.7/drbd/nfs_ready.sls 
new/drbd-formula-0.3.8/drbd/nfs_ready.sls
--- old/drbd-formula-0.3.7/drbd/nfs_ready.sls   2019-11-14 10:13:13.002993325 
+0100
+++ new/drbd-formula-0.3.8/drbd/nfs_ready.sls   2019-11-28 11:15:14.604438706 
+0100
@@ -9,6 +9,9 @@
   pkg.installed:
     - pkgs:
       - nfs-formula
+    - retry:
+        attempts: 3
+        interval: 15
 {% endif %}
 
 {% for res in drbd.resource %}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/drbd-formula-0.3.7/drbd/res.sls 
new/drbd-formula-0.3.8/drbd/res.sls
--- old/drbd-formula-0.3.7/drbd/res.sls 2019-11-14 10:13:13.002993325 +0100
+++ new/drbd-formula-0.3.8/drbd/res.sls 2019-11-28 11:15:14.604438706 +0100
@@ -39,6 +39,6 @@
 
 {% if res.nodes is defined and res.nodes|length > 0 %}
     - context:
-        nodes: {{ res.nodes }}
+        nodes: {{ res.nodes|json }}
 {% endif %}
 {% endfor %}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/drbd-formula-0.3.7/drbd-formula.changes 
new/drbd-formula-0.3.8/drbd-formula.changes
--- old/drbd-formula-0.3.7/drbd-formula.changes 2019-11-14 10:13:13.002993325 
+0100
+++ new/drbd-formula-0.3.8/drbd-formula.changes 2019-11-28 11:15:14.608438706 
+0100
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Thu Nov 28 10:01:29 UTC 2019 - Xabier Arbulu <xarb...@suse.com>
+
+- Version 0.3.8
+  * Add json rendering to jinja templates for old salt versions 
+
+-------------------------------------------------------------------
 Wed Nov 13 11:59:38 UTC 2019 - Xabier Arbulu <xarb...@suse.com>
 
 - Version 0.3.7
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/drbd-formula-0.3.7/drbd-formula.spec 
new/drbd-formula-0.3.8/drbd-formula.spec
--- old/drbd-formula-0.3.7/drbd-formula.spec    2019-11-14 10:13:13.002993325 
+0100
+++ new/drbd-formula-0.3.8/drbd-formula.spec    2019-11-28 11:15:14.608438706 
+0100
@@ -19,7 +19,7 @@
 # See also https://en.opensuse.org/openSUSE:Specfile_guidelines
 
 Name:           drbd-formula
-Version:        0.3.7
+Version:        0.3.8
 Release:        0
 Summary:        DRBD deployment salt formula
 License:        Apache-2.0


Reply via email to