Hello community,
here is the log from the commit of package skelcd-control-CAASP for
openSUSE:Factory checked in at 2017-09-12 20:12:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/skelcd-control-CAASP (Old)
and /work/SRC/openSUSE:Factory/.skelcd-control-CAASP.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "skelcd-control-CAASP"
Tue Sep 12 20:12:29 2017 rev:3 rq:522798 version:15.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/skelcd-control-CAASP/skelcd-control-CAASP.changes
2017-05-22 18:09:16.470868979 +0200
+++
/work/SRC/openSUSE:Factory/.skelcd-control-CAASP.new/skelcd-control-CAASP.changes
2017-09-12 20:12:32.266450772 +0200
@@ -1,0 +2,52 @@
+Fri Sep 1 10:36:24 UTC 2017 - [email protected]
+
+- Added yast2-s390 dependency to fix failed disk activation
+ (bsc#1055871)
+- 15.0.0
+
+-------------------------------------------------------------------
+Wed Aug 16 11:35:46 CEST 2017 - [email protected]
+
+- Make filesystem type for home and root configurable (bsc#1051762)
+- 12.2.38
+
+-------------------------------------------------------------------
+Tue Jul 4 14:17:04 CEST 2017 - [email protected]
+
+- Reduce min size to create a separate /var/lib/docker partition
+ to 35 GB (Fate#323532)
+- 12.2.37
+
+-------------------------------------------------------------------
+Tue Jun 27 13:16:11 UTC 2017 - [email protected]
+
+- enabled the admin-node-setup service on admin (bsc#1046162)
+- 12.2.36
+
+-------------------------------------------------------------------
+Tue Jun 27 11:02:42 UTC 2017 - [email protected]
+
+- added "swapaccount=1" to kernel parameters (fate#323562)
+- 12.2.35
+
+-------------------------------------------------------------------
+Mon Jun 26 11:15:57 CEST 2017 - [email protected]
+
+- Hack: Use home partition as /var/lib/docker (Fate#323532)
+- 12.2.34
+
+-------------------------------------------------------------------
+Fri Jun 23 07:23:49 UTC 2017 - [email protected]
+
+- Enable salt-minion service in dashboard role (bsc#1045350)
+- 12.2.33
+
+-------------------------------------------------------------------
+Tue Jun 20 11:42:06 UTC 2017 - [email protected]
+
+- added subvolume for /var/lib/ca-certificates (bsc#1045125)
+- adjusted NoCoW attributes for subvolumes (bsc#1045125)
+- enable docker on cluster nodes (bsc#1045125)
+- 12.2.32
+
+-------------------------------------------------------------------
Old:
----
skelcd-control-CAASP-12.2.32.tar.bz2
New:
----
skelcd-control-CAASP-15.0.0.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ skelcd-control-CAASP.spec ++++++
--- /var/tmp/diff_new_pack.X7u5fi/_old 2017-09-12 20:12:32.786377663 +0200
+++ /var/tmp/diff_new_pack.X7u5fi/_new 2017-09-12 20:12:32.790377100 +0200
@@ -31,7 +31,7 @@
# xmllint (for validation)
BuildRequires: libxml2-tools
# RNG validation schema
-BuildRequires: yast2-installation-control >= 3.1.13.2
+BuildRequires: yast2-installation-control >= 3.1.13.12
######################################################################
#
@@ -91,6 +91,7 @@
#
%ifarch s390 s390x
Requires: yast2-reipl >= 3.1.4
+Requires: yast2-s390
%endif
%ifarch %ix86 x86_64
@@ -102,7 +103,7 @@
Url: https://github.com/yast/skelcd-control-CAASP
AutoReqProv: off
-Version: 12.2.32
+Version: 15.0.0
Release: 0
Summary: The CaaSP control file needed for installation
License: MIT
++++++ control.Kubic.diff ++++++
--- /var/tmp/diff_new_pack.X7u5fi/_old 2017-09-12 20:12:32.822372601 +0200
+++ /var/tmp/diff_new_pack.X7u5fi/_new 2017-09-12 20:12:32.826372040 +0200
@@ -1,6 +1,6 @@
--- control/control.CAASP.xml
-+++ control/control.CAASP.xml 2017/05/08 10:55:52
-@@ -260,7 +260,6 @@
++++ control/control.CAASP.xml 2017/06/20 11:05:54
+@@ -264,7 +264,6 @@
<id>dashboard_role</id>
<services config:type="list">
@@ -8,10 +8,10 @@
<service><name>docker</name></service>
<service><name>etcd</name></service>
<service><name>kubelet</name></service>
-@@ -271,7 +270,6 @@
- <id>worker_role</id>
+@@ -276,7 +275,6 @@
<services config:type="list">
+ <service><name>docker</name></service>
- <service><name>container-feeder</name></service>
<service><name>salt-minion</name></service>
</services>
++++++ skelcd-control-CAASP-12.2.32.tar.bz2 ->
skelcd-control-CAASP-15.0.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/skelcd-control-CAASP-12.2.32/Dockerfile
new/skelcd-control-CAASP-15.0.0/Dockerfile
--- old/skelcd-control-CAASP-12.2.32/Dockerfile 2017-05-19 10:08:30.666356636
+0200
+++ new/skelcd-control-CAASP-15.0.0/Dockerfile 2017-09-01 13:06:49.845038573
+0200
@@ -1,4 +1,2 @@
-# FIXME: switch to yastdevel/cpp:caasp-1_0 when available to avoid running
-# useless Ruby checks
-FROM yastdevel/ruby:caasp-1_0
+FROM yastdevel/ruby
COPY . /usr/src/app
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/skelcd-control-CAASP-12.2.32/Rakefile
new/skelcd-control-CAASP-15.0.0/Rakefile
--- old/skelcd-control-CAASP-12.2.32/Rakefile 2017-05-19 10:08:30.666356636
+0200
+++ new/skelcd-control-CAASP-15.0.0/Rakefile 2017-09-01 13:06:49.845038573
+0200
@@ -1,7 +1,5 @@
require "yast/rake"
-Yast::Tasks.submit_to((ENV["YAST_SUBMIT"] || :casp10).to_sym)
-
Yast::Tasks.configuration do |conf|
#lets ignore license check for now
conf.skip_license_check << /.*/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/skelcd-control-CAASP-12.2.32/control/control.CAASP.xml
new/skelcd-control-CAASP-15.0.0/control/control.CAASP.xml
--- old/skelcd-control-CAASP-12.2.32/control/control.CAASP.xml 2017-05-19
10:08:30.666356636 +0200
+++ new/skelcd-control-CAASP-15.0.0/control/control.CAASP.xml 2017-09-01
13:06:49.845038573 +0200
@@ -9,7 +9,7 @@
<textdomain>control</textdomain>
<globals>
- <additional_kernel_parameters/>
+
<additional_kernel_parameters>swapaccount=1</additional_kernel_parameters>
<enable_autologin config:type="boolean">false</enable_autologin>
<enable_firewall config:type="boolean">false</enable_firewall>
<firewall_enable_ssh config:type="boolean">false</firewall_enable_ssh>
@@ -133,11 +133,21 @@
</software>
<partitioning>
- <try_separate_home config:type="boolean">false</try_separate_home>
- <limit_try_home>5GB</limit_try_home>
- <root_space_percent>40</root_space_percent>
+ <try_separate_home config:type="boolean">true</try_separate_home>
+ <limit_try_home>35GB</limit_try_home>
+ <!-- use /var/lib/docker as separate partition if 10+ GB available
(fate#323532) -->
+
+ <!-- NOTICE: This is a hack, introduced to make this feature possible
+ against all odds at the very latest stages of CaaSP 1.0
+ development without breaking the entire storage proposal logic.
+ It is strongly advised not to use this in general.
+ Please contact the YaST team if you feel you need this. -->
+ <home_path>/var/lib/docker</home_path>
+ <home_fs>btrfs</home_fs>
+ <root_fs>btrfs</root_fs>
+ <root_space_percent>80</root_space_percent>
<root_base_size>10GB</root_base_size>
- <root_max_size>10GB</root_max_size>
+ <root_max_size>30GB</root_max_size>
<proposal_lvm config:type="boolean">false</proposal_lvm>
<vm_desired_size>15GB</vm_desired_size>
<vm_home_max_size>25GB</vm_home_max_size>
@@ -175,15 +185,16 @@
<path>var/spool</path>
</subvolume>
<subvolume>
+ <path>var/lib/ca-certificates</path>
+ </subvolume>
+ <subvolume>
<path>var/lib/cloud</path>
</subvolume>
<subvolume>
<path>var/lib/docker</path>
- <copy_on_write config:type="boolean">false</copy_on_write>
</subvolume>
<subvolume>
<path>var/lib/dockershim</path>
- <copy_on_write config:type="boolean">false</copy_on_write>
</subvolume>
<subvolume>
<path>var/lib/kubelet</path>
@@ -267,6 +278,8 @@
<service><name>docker</name></service>
<service><name>etcd</name></service>
<service><name>kubelet</name></service>
+ <service><name>salt-minion</name></service>
+ <service><name>admin-node-setup</name></service>
</services>
</system_role>
@@ -274,6 +287,7 @@
<id>worker_role</id>
<services config:type="list">
+ <service><name>docker</name></service>
<service><name>container-feeder</name></service>
<service><name>salt-minion</name></service>
</services>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/skelcd-control-CAASP-12.2.32/package/control.Kubic.diff
new/skelcd-control-CAASP-15.0.0/package/control.Kubic.diff
--- old/skelcd-control-CAASP-12.2.32/package/control.Kubic.diff 2017-05-19
10:08:30.666356636 +0200
+++ new/skelcd-control-CAASP-15.0.0/package/control.Kubic.diff 2017-09-01
13:06:49.845038573 +0200
@@ -1,6 +1,6 @@
--- control/control.CAASP.xml
-+++ control/control.CAASP.xml 2017/05/08 10:55:52
-@@ -260,7 +260,6 @@
++++ control/control.CAASP.xml 2017/06/20 11:05:54
+@@ -264,7 +264,6 @@
<id>dashboard_role</id>
<services config:type="list">
@@ -8,10 +8,10 @@
<service><name>docker</name></service>
<service><name>etcd</name></service>
<service><name>kubelet</name></service>
-@@ -271,7 +270,6 @@
- <id>worker_role</id>
+@@ -276,7 +275,6 @@
<services config:type="list">
+ <service><name>docker</name></service>
- <service><name>container-feeder</name></service>
<service><name>salt-minion</name></service>
</services>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/skelcd-control-CAASP-12.2.32/package/skelcd-control-CAASP.changes
new/skelcd-control-CAASP-15.0.0/package/skelcd-control-CAASP.changes
--- old/skelcd-control-CAASP-12.2.32/package/skelcd-control-CAASP.changes
2017-05-19 10:08:30.666356636 +0200
+++ new/skelcd-control-CAASP-15.0.0/package/skelcd-control-CAASP.changes
2017-09-01 13:06:49.845038573 +0200
@@ -1,4 +1,56 @@
-------------------------------------------------------------------
+Fri Sep 1 10:36:24 UTC 2017 - [email protected]
+
+- Added yast2-s390 dependency to fix failed disk activation
+ (bsc#1055871)
+- 15.0.0
+
+-------------------------------------------------------------------
+Wed Aug 16 11:35:46 CEST 2017 - [email protected]
+
+- Make filesystem type for home and root configurable (bsc#1051762)
+- 12.2.38
+
+-------------------------------------------------------------------
+Tue Jul 4 14:17:04 CEST 2017 - [email protected]
+
+- Reduce min size to create a separate /var/lib/docker partition
+ to 35 GB (Fate#323532)
+- 12.2.37
+
+-------------------------------------------------------------------
+Tue Jun 27 13:16:11 UTC 2017 - [email protected]
+
+- enabled the admin-node-setup service on admin (bsc#1046162)
+- 12.2.36
+
+-------------------------------------------------------------------
+Tue Jun 27 11:02:42 UTC 2017 - [email protected]
+
+- added "swapaccount=1" to kernel parameters (fate#323562)
+- 12.2.35
+
+-------------------------------------------------------------------
+Mon Jun 26 11:15:57 CEST 2017 - [email protected]
+
+- Hack: Use home partition as /var/lib/docker (Fate#323532)
+- 12.2.34
+
+-------------------------------------------------------------------
+Fri Jun 23 07:23:49 UTC 2017 - [email protected]
+
+- Enable salt-minion service in dashboard role (bsc#1045350)
+- 12.2.33
+
+-------------------------------------------------------------------
+Tue Jun 20 11:42:06 UTC 2017 - [email protected]
+
+- added subvolume for /var/lib/ca-certificates (bsc#1045125)
+- adjusted NoCoW attributes for subvolumes (bsc#1045125)
+- enable docker on cluster nodes (bsc#1045125)
+- 12.2.32
+
+-------------------------------------------------------------------
Wed May 17 11:46:23 CEST 2017 - [email protected]
- Added subvolume /home (bsc#1039237)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/skelcd-control-CAASP-12.2.32/package/skelcd-control-CAASP.spec
new/skelcd-control-CAASP-15.0.0/package/skelcd-control-CAASP.spec
--- old/skelcd-control-CAASP-12.2.32/package/skelcd-control-CAASP.spec
2017-05-19 10:08:30.666356636 +0200
+++ new/skelcd-control-CAASP-15.0.0/package/skelcd-control-CAASP.spec
2017-09-01 13:06:49.845038573 +0200
@@ -31,7 +31,7 @@
# xmllint (for validation)
BuildRequires: libxml2-tools
# RNG validation schema
-BuildRequires: yast2-installation-control >= 3.1.13.2
+BuildRequires: yast2-installation-control >= 3.1.13.12
######################################################################
#
@@ -91,6 +91,7 @@
#
%ifarch s390 s390x
Requires: yast2-reipl >= 3.1.4
+Requires: yast2-s390
%endif
%ifarch %ix86 x86_64
@@ -102,7 +103,7 @@
Url: https://github.com/yast/skelcd-control-CAASP
AutoReqProv: off
-Version: 12.2.32
+Version: 15.0.0
Release: 0
Summary: The CaaSP control file needed for installation
License: MIT