Re: [foreman-dev] Remote Execution Output.

2016-07-08 Thread colm . scanlon
Thanks all, I will try these. Especially the hammer command might be suitable. I also found the data in the SQLite db within the Dundon structure, however if the above have outputs easier to parse then that would be great. Am I right in saying hammer can issue the commands via cli by itself? Th

Re: [foreman-dev] Remote Execution Output.

2016-07-08 Thread Stephen Benjamin
- Original Message - > From: "colm scanlon" > To: "foreman-dev" > Sent: Friday, July 8, 2016 3:42:49 AM > Subject: [foreman-dev] Remote Execution Output. > > Hi all, > I am looking to capture the output of a foreman remote execution job to parse > it for display purposes. Does anyone k

Re: [foreman-dev] Re: Foreman discovery image VLAN support patch

2016-07-08 Thread Lukas Zapletal
> Does this allow you to tag a vlan on bonded interfaces? Not at all, only primary provisioning interface. Why do you need such a feature? You can define those during provisioning of the discovered host. -- Later, Lukas #lzap Zapletal -- You received this message because you are subscribed t

Re: [foreman-dev] Foreman Discovery Image for ARMv7

2016-07-08 Thread Lukas Zapletal
> I was talking with some folks on Foreman's IRC room about what it might > take to make this happen and it was suggested that I email this list about > it. Would it be as simple as me taking the Centos 7 image for the Banana > Pro and merging the files from Github > (https://github.com/thefore

Re: [foreman-dev] Remote Execution Output.

2016-07-08 Thread Ivan Necas
Using the REST API to access the data for further processing is the recomanded option here. Can the feature you are looking for be related to http://projects.theforeman.org/issues/11664? Just to complete the answer, one can get to the outputs of the job invocation like this from the console

[foreman-dev] Remote Execution Output.

2016-07-08 Thread colm . scanlon
Hi all, I am looking to capture the output of a foreman remote execution job to parse it for display purposes. Does anyone know what table or how to access the raw data via the command line? E.g. So I can automate the parsing rather than clicking through on the GUI? Many thanks, -- You receiv