Changelog for
supportutils-plugin-suse-caasp-1.0+20180625.git_r56_5c649d3-lp150.1.1.noarch.rpm :
* Mon Jun 25 2018 containers-bugownerAATTsuse.de- Commit 7ce929c by Michal Jura mjuraAATTsuse.com Add support for cri-o, bsc#1094988
* Wed May 30 2018 containers-bugownerAATTsuse.de- Commit c71ef6f by David Cassany dcassanyAATTsuse.de Make use of %license macro
* Wed May 30 2018 containers-bugownerAATTsuse.de- Commit c58e1f2 by Kiall Mac Innes kiallAATTmacinnes.ie Fix salt events file names Raw salt events are now in JSON format, so we should use .json instead of .yml. Additionally, these are no longer fetched via Velum - we should remove velum from the filename.
* Tue May 29 2018 containers-bugownerAATTsuse.de- Commit 8882b8d by Michal Jura mjuraAATTsuse.com Add timeout for docker exec command, bsc#1094656
* Thu May 24 2018 containers-bugownerAATTsuse.de- Commit 262abf2 by David Helkowski dhelkowskiAATTsuse.com Remove coloring from salt event summary output Added options to the debug-salt script to allow using color or text for marking succeeded or failed events. Updated the call from supportconfig into the debug-salt script to use no color and to use text \'GOOD:\' and \'FAIL:\' to mark events that succeeded or failed, so that that output can in turn be displayed and utilized through CI which is just text and won\'t properly show the escape code colorization. Additionally fixed a bug that was preventing the debug-salt from being run directly against an input XML fail using the \'-i\' option. Added appropriate usage output to the debug-salt script when run directly with no options.
* Wed May 23 2018 containers-bugownerAATTsuse.de- Commit 2adbfa4 by David Helkowski dhelkowskiAATTsuse.com Improved salt event extraction. Altered the salt event extraction to use a standalone script to pull the events rather than the Ruby stack. This is much faster and prone to less problems. Additionally added processing of the salt events to create a readable summary of what happened. Fixes bsc-1080093 and bsc-1067999
* Tue May 15 2018 containers-bugownerAATTsuse.de- Commit a63deca by Kiall Mac Innes kiallAATTmacinnes.ie Add Housekeeping Job
* Thu Mar 08 2018 containers-bugownerAATTsuse.de- Commit 18bd145 by Kiall Mac Innes kiallAATTmacinnes.ie Include TX update logs from /tmp in output
* Mon Mar 05 2018 containers-bugownerAATTsuse.de- Commit 876d58b by Kiall Mac Innes kiallAATTmacinnes.ie Gather transactional-update logs
* Mon Feb 26 2018 containers-bugownerAATTsuse.de- Commit 1b0fd08 by Michal Jura mjuraAATTsuse.com Check docker rpm package name properly, bsc#1069457 Docker package in Devel:CASP:Head:ControllerNode is named docker_1_12_6, we need to check if this package was installed and provide containers information for supportconfig.
* Tue Dec 19 2017 containers-bugownerAATTsuse.de- Commit 1b0fd08 by Michal Jura mjuraAATTsuse.com Check docker rpm package name properly, bsc#1069457 Docker package in Devel:CASP:Head:ControllerNode is named docker_1_12_6, we need to check if this package was installed and provide containers information for supportconfig.
* Wed Oct 18 2017 containers-bugownerAATTsuse.de- Commit dcfe13a by Kiall Mac Innes kiallAATTmacinnes.ie Docker package was renamed to docker_1_12_6
* Thu Oct 12 2017 containers-bugownerAATTsuse.de- Commit 75afabb by Maximilian Meister mmeisterAATTsuse.de make sure we run kubectl only on master the admin node has kubectl but it wont find anything on localhost:8080, it has to be run on the master also kubectl should always be installed there, so no check is necessary Signed-off-by: Maximilian Meister
* Thu Oct 12 2017 containers-bugownerAATTsuse.de- Commit 7f9acdd by Maximilian Meister mmeisterAATTsuse.de remove whitespace as it breaks the script with whitespace it renders like this: \'puts(Pillar.all.pluck(:pillar,\' \':value).to_yaml)\' which causes the script to fail Signed-off-by: Maximilian Meister
* Mon Sep 18 2017 containers-bugownerAATTsuse.de- Commit a9fddb3 by Kiall Mac Innes kiallAATTmacinnes.ie Gather Pillar data Pillar data can be vital to understanding why a failure occurs, we should gather this info as part of the standard supportconfig dump
* Mon Sep 04 2017 containers-bugownerAATTsuse.de- Commit 5a7c616 by Kiall Mac Innes kiallAATTmacinnes.ie Gather the Salt Minion\'s grains file The grains file provides some useful information, for example the roles assigned to a minion, and several CaaSP specific state flags
* Fri Jul 14 2017 containers-bugownerAATTsuse.de- Commit bf29116 by Maximilian Meister mmeisterAATTsuse.de make branch safe by transforming slashes to dashes Signed-off-by: Maximilian Meister Commit 2762aec by Maximilian Meister mmeisterAATTsuse.de packaging: make branch configurable Signed-off-by: Maximilian Meister
* Fri Jul 14 2017 containers-bugownerAATTsuse.de- Commit bf29116 by Maximilian Meister mmeisterAATTsuse.de make branch safe by transforming slashes to dashes Signed-off-by: Maximilian Meister Commit 2762aec by Maximilian Meister mmeisterAATTsuse.de packaging: make branch configurable Signed-off-by: Maximilian Meister
* Fri Jul 14 2017 containers-bugownerAATTsuse.de- Commit f7bce7f by Michal Jura mjuraAATTsuse.com Export paths to etcd client certificates, bsc#1046818 Command etcdctl uses TLS certificates. To execute this command properly, we have to export variables from /etc/sysconfig/etcdctl file. Before sourcing this file -a shell option has to be changed, which makes possible to export all variables.
* Wed Jul 05 2017 containers-bugownerAATTsuse.de- Commit f7bce7f by Michal Jura mjuraAATTsuse.com Export paths to etcd client certificates, bsc#1046818 Command etcdctl uses TLS certificates. To execute this command properly, we have to export variables from /etc/sysconfig/etcdctl file. Before sourcing this file -a shell option has to be changed, which makes possible to export all variables.
* Fri Jun 30 2017 containers-bugownerAATTsuse.de- Commit c2bfbf8 by Maximilian Meister mmeisterAATTsuse.de fix header and source name Signed-off-by: Maximilian Meister
* Fri Jun 30 2017 containers-bugownerAATTsuse.de- Commit 0a46600 by Maximilian Meister mmeisterAATTsuse.de add packaging Signed-off-by: Maximilian Meister
* Wed Jun 28 2017 containers-bugownerAATTsuse.de- Commit 8c65d13 by Maximilian Meister mmeisterAATTsuse.de collect velum data (bsc#1046410) https://bugzilla.suse.com/show_bug.cgi?id=1046410 Signed-off-by: Maximilian Meister
* Wed Jun 14 2017 mjuraAATTsuse.com- Update to version 1.0.1497427098.446a749:
* Split output from plugin into separate files
* Tue Jun 13 2017 mjuraAATTsuse.com- Update to version 1.0.1497275796.1fa2a47:
* Get more info about Kubernetes services
* Filter certificate files
* Add check_rpm() function
* Clean debug variable
* Fri Jun 09 2017 mjuraAATTsuse.com- Update to version 1.0.1497008870.1e3acad:
* Add GPLv2 LICENSE file
* Fri Jun 09 2017 mjuraAATTsuse.com- Initial commit for supportconfig suse-caasp plugin package