From fteodori at suse.com Fri Mar 13 10:05:27 2015 From: fteodori at suse.com (Federica Teodori) Date: Fri, 13 Mar 2015 16:05:27 +0000 Subject: [Machinery] Machinery 1.5.0 is out! Message-ID: <550318D70200007200017F60@mail.emea.novell.com> Hi, The Machinery team had again a successful sprint and is happy to announce the release of Machinery 1.5.0. This release will bring you two new shiny options: - machinery list --short By adding --short to your *list* command machinery will show you only the description names, so you can pass the output to any other tool you like, or simply have a synthetic overview of all the machines you've inspected. - machinery inspect --skip-files=arg HOSTNAME The --skip-files parameter gives you the possibility to omit specific unmanaged files or directories (large data directory, anyone?) during the inspection. Feel free to pass as argument either one file, a directory, or a comma separated list of names. While at it, we have improved the message reported in case your system descriptions are in need of an update and also fixed an issue you might have experienced by inspecting a RHEL system with changes in the managed files. This translates to the following changelog: ## Version 1.5.0 * Fix issue with changes of managed files on RHEL ( https://github.com/SUSE/machinery/issues/636 ) * Add `--short` option to list command for showing a short list of all descriptions * Improve error output for system descriptions which have outdated formats * Add `--skip-files` option to `inspect` command for unmanaged files In case you haven't installed machinery yet, go and grab it from http://machinery-project.org We hope you'll enjoy this release and we're looking forward to receiving your feedback! Sincerely, Your Machinery team From arenna at suse.com Fri Mar 20 03:14:35 2015 From: arenna at suse.com (Alessandro Renna) Date: Fri, 20 Mar 2015 09:14:35 +0000 Subject: [Machinery] support for SLES10 Message-ID: <550BF30B020000DA0004A13E@mail.emea.novell.com> Hello, a very large customer running SLES10 SP4 is starting to evaluate a migration plan to newer versions; how Machinery could fit here, and what could do in order to ease the migration? Thanks Alessandro Alessandro Renna Sales Engineer SUSE mobile: +39 348 6123183 arenna at suse.com SUSECon 2015 Register at www.susecon.com From cschum at suse.de Fri Mar 20 06:00:13 2015 From: cschum at suse.de (Cornelius Schumacher) Date: Fri, 20 Mar 2015 13:00:13 +0100 Subject: [Machinery] support for SLES10 In-Reply-To: <550BF30B020000DA0004A13E@mail.emea.novell.com> References: <550BF30B020000DA0004A13E@mail.emea.novell.com> Message-ID: <6953108.HvUczvAYSz@endurance> On Friday 20 March 2015 09:14:35 Alessandro Renna wrote: > a very large customer running SLES10 SP4 is starting to evaluate a > migration plan to newer versions; how Machinery could fit here, and what > could do in order to ease the migration? We have some documentation how to upgrade a SLES 11 system to SLES 12 with the help of Machinery: https://github.com/SUSE/machinery/wiki/How-to-upgrade-a-SLES-11-SP3-system-to-SLES-12 At the moment we don't support inspection of SLES 10, but if there is a need for that, it could be added. Would that help? -- Cornelius Schumacher From darko at chass.utoronto.ca Fri Mar 20 08:02:01 2015 From: darko at chass.utoronto.ca (Darko Gavrilovic) Date: Fri, 20 Mar 2015 10:02:01 -0400 Subject: [Machinery] git error Message-ID: <550C2859.9060608@chass.utoronto.ca> Hi, is machinery a public repo? Can we clone it? I get a key error when I try to check it out. git at cirrus:~$ git clone git at github.com:SUSE/machinery.git Cloning into 'machinery'... The authenticity of host 'github.com (192.30.252.129)' can't be established. RSA key fingerprint is 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added 'github.com,192.30.252.129' (RSA) to the list of known hosts. Permission denied (publickey). fatal: The remote end hung up unexpectedly -- best regards, dg From aduffeck at suse.de Fri Mar 20 08:20:14 2015 From: aduffeck at suse.de (Andre Duffeck) Date: Fri, 20 Mar 2015 16:20:14 +0200 Subject: [Machinery] git error In-Reply-To: <550C2859.9060608@chass.utoronto.ca> References: <550C2859.9060608@chass.utoronto.ca> Message-ID: <201503201520.14148.aduffeck@suse.de> Hi Darko, Am Freitag 20 M?rz 2015 15:02:01 schrieb Darko Gavrilovic: > Hi, is machinery a public repo? Can we clone it? I get a key error when > I try to check it out. > > git at cirrus:~$ git clone git at github.com:SUSE/machinery.git > Cloning into 'machinery'... > The authenticity of host 'github.com (192.30.252.129)' can't be > established. RSA key fingerprint is > 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48. Are you sure you want to > continue connecting (yes/no)? yes > Warning: Permanently added 'github.com,192.30.252.129' (RSA) to the list > of known hosts. > Permission denied (publickey). > fatal: The remote end hung up unexpectedly yes, it is a public repo. You should be able to clone it using the HTTPS clone URL: https://github.com/SUSE/machinery.git Andr? From darko at chass.utoronto.ca Fri Mar 20 08:22:19 2015 From: darko at chass.utoronto.ca (Darko Gavrilovic) Date: Fri, 20 Mar 2015 10:22:19 -0400 Subject: [Machinery] git error In-Reply-To: <201503201520.14148.aduffeck@suse.de> References: <550C2859.9060608@chass.utoronto.ca> <201503201520.14148.aduffeck@suse.de> Message-ID: <550C2D1B.3000202@chass.utoronto.ca> On 3/20/2015 10:20 AM, Andre Duffeck wrote: > > yes, it is a public repo. You should be able to clone it using the HTTPS clone > URL: https://github.com/SUSE/machinery.git > thank you. -- best regards, dg From aj at suse.com Fri Mar 20 08:19:06 2015 From: aj at suse.com (Andreas Jaeger) Date: Fri, 20 Mar 2015 15:19:06 +0100 Subject: [Machinery] git error In-Reply-To: <550C2859.9060608@chass.utoronto.ca> References: <550C2859.9060608@chass.utoronto.ca> Message-ID: <550C2C5A.6020402@suse.com> On 03/20/2015 03:02 PM, Darko Gavrilovic wrote: > Hi, is machinery a public repo? Can we clone it? I get a key error when > I try to check it out. > > git at cirrus:~$ git clone git at github.com:SUSE/machinery.git > Cloning into 'machinery'... > The authenticity of host 'github.com (192.30.252.129)' can't be > established. > RSA key fingerprint is 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48. > Are you sure you want to continue connecting (yes/no)? yes > Warning: Permanently added 'github.com,192.30.252.129' (RSA) to the list > of known hosts. > Permission denied (publickey). > fatal: The remote end hung up unexpectedly It is a public repo, try cloning via https: https://github.com/SUSE/machinery.git Or setup your ssh keys so that you can login, Andreas -- Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi SUSE LINUX GmbH, Maxfeldstr. 5, 90409 N?rnberg, Germany GF: Felix Imend?rffer, Jane Smithard, Jennifer Guild, Dilip Upmanyu, Graham Norton, HRB 21284 (AG N?rnberg) GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126