<div dir="ltr"><div><div>Hi,<br><br></div>We have fuel-nailgun-agent project which was initially written on Ruby. It is 900 lines of code single script, that collects and provides to the nailgun information about node's hardware.<br><br></div><div>In the past several iteration we had to introduce new modifications to that script we discovered couple of major problems with it.<br><br></div><div>1. Most of our software engineers are Python programmers and it's quite complicated to add new features. We have or to write ugly ruby code or to wait for somebody who knows it to write it.<br><br></div><div>2. Nailgun agent doesn't have tests. At all.<br><br></div><div>3. It would be good to have a plugins support in the nailgun agent. In case if customer wants to collect any extra information about nodes that can be used in fuel plugins.<br><br></div><div>Possible obstacles:<br><br></div><div>Nailgun agent depends from Ruby library called <b>ohai</b> which provides hardware information.<br><br></div><div>Our proposal is to:<br><br></div><div>1. Rewrite fuel nailgun agent to Python.<br><br></div><div>2. Add proper unit tests.<br><br></div><div>3. Ohai library can be used as CLI tool or it can be replaced with pure python solution (to be investigated)<br><br></div><div>4. Nailgun agent can be extended with plugins based on steevedore.<br><br></div><div><br></div><div>Best regards,<br></div><div>Alexander Saprykin<br></div></div>