Hello community,

here is the log from the commit of package skelcd-control-Kubic for 
openSUSE:Factory checked in at 2019-08-22 15:02:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/skelcd-control-Kubic (Old)
 and      /work/SRC/openSUSE:Factory/.skelcd-control-Kubic.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "skelcd-control-Kubic"

Thu Aug 22 15:02:54 2019 rev:34 rq:723925 version:20190815

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/skelcd-control-Kubic/skelcd-control-Kubic.changes    
    2019-08-07 13:55:35.244856713 +0200
+++ 
/work/SRC/openSUSE:Factory/.skelcd-control-Kubic.new.7948/skelcd-control-Kubic.changes
      2019-08-22 15:20:05.202308764 +0200
@@ -1,0 +2,7 @@
+Thu Aug 15 16:41:03 CEST 2019 - [email protected]
+
+- Add dialog to configure salt-minion where needed [bsc#1145768]
+- Require yast2-caasp >= 4.2.1
+- 20190815
+
+-------------------------------------------------------------------

Old:
----
  skelcd-control-Kubic-20190731.tar.bz2

New:
----
  skelcd-control-Kubic-20190815.tar.bz2

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

Other differences:
------------------
++++++ skelcd-control-Kubic.spec ++++++
--- /var/tmp/diff_new_pack.6O2ity/_old  2019-08-22 15:20:05.582308666 +0200
+++ /var/tmp/diff_new_pack.6O2ity/_new  2019-08-22 15:20:05.586308665 +0200
@@ -47,7 +47,7 @@
 
 # Kubic specific Yast packages needed in the inst-sys
 # to provide the functionality needed by this control file
-Requires:       yast2-caasp >= 4.1.1
+Requires:       yast2-caasp >= 4.2.1
 
 # branding
 Requires:       yast2-qt-branding-openSUSE
@@ -121,7 +121,7 @@
 
 Url:            https://github.com/yast/skelcd-control-Kubic
 AutoReqProv:    off
-Version:        20190731
+Version:        20190815
 Release:        0
 Summary:        The Kubic control file needed for installation
 License:        MIT

++++++ skelcd-control-Kubic-20190731.tar.bz2 -> 
skelcd-control-Kubic-20190815.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/skelcd-control-Kubic-20190731/control/control.Kubic.xml 
new/skelcd-control-Kubic-20190815/control/control.Kubic.xml
--- old/skelcd-control-Kubic-20190731/control/control.Kubic.xml 2019-08-01 
00:03:47.000000000 +0200
+++ new/skelcd-control-Kubic-20190815/control/control.Kubic.xml 2019-08-16 
09:59:17.000000000 +0200
@@ -233,7 +233,7 @@
         </software>
 
         <order config:type="integer">110</order>
-        <additional_dialogs>inst_kubic_kubeadm_role</additional_dialogs>
+        <additional_dialogs>inst_microos_role</additional_dialogs>
       </system_role>
 
       <system_role>
@@ -248,7 +248,7 @@
         </software>
 
         <order config:type="integer">120</order>
-        <additional_dialogs>inst_kubic_kubeadm_role</additional_dialogs>
+        <additional_dialogs>inst_kubic_minion_role</additional_dialogs>
       </system_role>
 
       <system_role>
@@ -369,7 +369,7 @@
         </partitioning>
 
         <order config:type="integer">130</order>
-        <additional_dialogs>inst_kubic_kubeadm_role</additional_dialogs>
+        <additional_dialogs>inst_kubic_minion_role</additional_dialogs>
       </system_role>
 
       <system_role>
@@ -501,6 +501,7 @@
         </partitioning>
 
         <order config:type="integer">300</order>
+        <additional_dialogs>inst_microos_role</additional_dialogs>
 
       </system_role>
     </system_roles>
@@ -603,9 +604,6 @@
         <kubic_worker_role_description>
                <label>• MicroOS-based kubernetes Node for additional Worker or 
Master
 • Uses CRI-O Container Runtime by default
-• Each additional Node must be configured to connect to an Admin Node
-• Configure Admin Nodes hostname with `echo "master: $hostname" > 
/etc/salt/minion.d/master.conf`
-• Start salt with `systemctl enable --now salt-minion`
 • On the Admin Node run `salt-key -A` to accept the new Node</label>
         </kubic_worker_role_description>
         <kubic_lb_role>
@@ -613,10 +611,7 @@
           <label>Kubic Loadbalancer Node</label>
         </kubic_lb_role>
         <kubic_lb_role_description>
-               <label>• MicroOS-based Loadbalancer for Kubernets API server 
using HAProxy
-• Loadbalancer Node must be configured to connect to an Admin Node
-• Configure Admin Nodes hostname with `echo "master: $hostname" > 
/etc/salt/minion.d/master.conf`
-• Start salt with `systemctl enable --now salt-minion`
+               <label>• MicroOS-based Loadbalancer for Kubernets API server 
using HAProxy
 • On the Admin Node run `salt-key -A` to accept the new Loadbalancer 
Node</label>
         </kubic_lb_role_description>
     </texts>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/skelcd-control-Kubic-20190731/package/skelcd-control-Kubic.changes 
new/skelcd-control-Kubic-20190815/package/skelcd-control-Kubic.changes
--- old/skelcd-control-Kubic-20190731/package/skelcd-control-Kubic.changes      
2019-08-01 00:03:47.000000000 +0200
+++ new/skelcd-control-Kubic-20190815/package/skelcd-control-Kubic.changes      
2019-08-16 09:59:17.000000000 +0200
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Thu Aug 15 16:41:03 CEST 2019 - [email protected]
+
+- Add dialog to configure salt-minion where needed [bsc#1145768]
+- Require yast2-caasp >= 4.2.1
+- 20190815
+
+-------------------------------------------------------------------
 Wed Jul 31 14:51:52 CEST 2019 - [email protected]
 
 - Remove unneeded entries
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/skelcd-control-Kubic-20190731/package/skelcd-control-Kubic.spec 
new/skelcd-control-Kubic-20190815/package/skelcd-control-Kubic.spec
--- old/skelcd-control-Kubic-20190731/package/skelcd-control-Kubic.spec 
2019-08-01 00:03:47.000000000 +0200
+++ new/skelcd-control-Kubic-20190815/package/skelcd-control-Kubic.spec 
2019-08-16 09:59:17.000000000 +0200
@@ -47,7 +47,7 @@
 
 # Kubic specific Yast packages needed in the inst-sys
 # to provide the functionality needed by this control file
-Requires:       yast2-caasp >= 4.1.1
+Requires:       yast2-caasp >= 4.2.1
 
 # branding
 Requires:       yast2-theme
@@ -121,7 +121,7 @@
 
 Url:            https://github.com/yast/skelcd-control-Kubic
 AutoReqProv:    off
-Version:        20190731
+Version:        20190815
 Release:        0
 Summary:        The Kubic control file needed for installation
 License:        MIT


Reply via email to