Hello community,

here is the log from the commit of package caasp-tools for openSUSE:Factory 
checked in at 2017-08-04 12:00:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/caasp-tools (Old)
 and      /work/SRC/openSUSE:Factory/.caasp-tools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "caasp-tools"

Fri Aug  4 12:00:03 2017 rev:8 rq:514036 version:0.23

Changes:
--------
--- /work/SRC/openSUSE:Factory/caasp-tools/caasp-tools.changes  2017-06-23 
09:18:44.031306326 +0200
+++ /work/SRC/openSUSE:Factory/.caasp-tools.new/caasp-tools.changes     
2017-08-04 12:00:12.088671159 +0200
@@ -1,0 +2,16 @@
+Fri Jun 30 13:20:39 CEST 2017 - [email protected]
+
+- Fix problem with wrong permissions of /etc/salt.
+
+-------------------------------------------------------------------
+Wed Jun 28 13:07:22 CEST 2017 - [email protected]
+
+- Add /etc/salt/minion.d/grains_refresh.conf [bsc#1046212]
+
+-------------------------------------------------------------------
+Tue Jun 27 15:31:06 CEST 2017 - [email protected]
+
+- Enable admin-note-setup service on admin node via cloud-init
+  [bsc#1046161]
+
+-------------------------------------------------------------------

Old:
----
  MicroOS-tools-0.21.tar.bz2

New:
----
  MicroOS-tools-0.23.tar.bz2

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

Other differences:
------------------
++++++ caasp-tools.spec ++++++
--- /var/tmp/diff_new_pack.yqHH3f/_old  2017-08-04 12:00:13.792430675 +0200
+++ /var/tmp/diff_new_pack.yqHH3f/_new  2017-08-04 12:00:13.796430111 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           caasp-tools
-Version:        0.21
+Version:        0.23
 Release:        0
 Summary:        Files and Scripts for SUSE CaaS Platform
 License:        GPL-2.0+
@@ -27,6 +27,7 @@
 Source2:        COPYING
 BuildRequires:  distribution-release
 BuildRequires:  dracut
+BuildRequires:  salt-minion
 BuildRequires:  systemd
 Requires:       perl-JSON
 #only needed as directory owners
@@ -87,6 +88,7 @@
 %defattr(-,root,root)
 %doc %{_docdir}/%{name}
 %config %{_sysconfdir}/systemd/system/systemd-firstboot.service
+%config %{_sysconfdir}/salt/minion.d/grains_refresh.conf
 %{_unitdir}
 %{_libexecdir}/MicroOS-firstboot
 %{_libexecdir}/python*

++++++ MicroOS-tools-0.21.tar.bz2 -> MicroOS-tools-0.23.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/MicroOS-tools-0.21/etc/salt/minion.d/grains_refresh.conf 
new/MicroOS-tools-0.23/etc/salt/minion.d/grains_refresh.conf
--- old/MicroOS-tools-0.21/etc/salt/minion.d/grains_refresh.conf        
1970-01-01 01:00:00.000000000 +0100
+++ new/MicroOS-tools-0.23/etc/salt/minion.d/grains_refresh.conf        
2017-06-28 13:02:00.893268571 +0200
@@ -0,0 +1 @@
+grains_refresh_every: 10
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/MicroOS-tools-0.21/usr/lib/python2.7/site-packages/cloudinit/config/cc_suse_caasp.py
 
new/MicroOS-tools-0.23/usr/lib/python2.7/site-packages/cloudinit/config/cc_suse_caasp.py
--- 
old/MicroOS-tools-0.21/usr/lib/python2.7/site-packages/cloudinit/config/cc_suse_caasp.py
    2017-06-21 16:08:58.478547513 +0200
+++ 
new/MicroOS-tools-0.23/usr/lib/python2.7/site-packages/cloudinit/config/cc_suse_caasp.py
    2017-06-27 15:30:45.373885191 +0200
@@ -51,6 +51,7 @@
         log.debug(("role administration node found"))
         cmd = ['/usr/share/caasp-container-manifests/activate.sh']
         util.subp(cmd, capture=True)
+       enable_service('admin-node-setup')
         enable_service('docker')
         enable_service('container-feeder')
         enable_service('etcd')


Reply via email to