After a summer break we’re back with a lot of new releases.
For the Choria Server we’ve made a number of improvements to our Autonomous Agents subsystem like enhancing the metric watcher to be able to fire FSM events based on thresholds on metric data.
We also moved a step closer to a Puppet-free future with support for Choria Server deploying plugins into itself based on KV data at runtime. While this was previously possible it is now built into the binary and can be enabled by the Provisioner.
The Provisioning system had updates that allow multiple active-active Provisioners to be run concurrently when managing version 0.29.4 of Choria.
For Puppet users there is a big change in our Puppet modules. Huge thanks to Romain Tartière who spent a lot of his holiday time working on this, below his words about the update.
We updated the structure of the choria plugins.
While some plugins had a regular puppet module layout, other had an history with roots before this layout even existed, and where using some custom tooling for packaging. This tooling allowed packaging these plugins as puppet modules, but also as .deb and .rpm packages as usually used in most Linux distributions. Installing from these native system packages is something from a past era, and it does not make sense to continue supporting this. Also, the custom layout we used prevented users from using the latest version of a plugin by pointing r10k to the git repository of the module.
For these reasons, we reworked the layout of the plugins so that they all use the standard structure of puppet modules. It should not change anything for most users as modules on the Puppet forge are the same as before, and we have not been shipping .deb and .rpm modules anymore for a long time. If you ever wanted to use the latest code of a module and got frustrated by the pain it was to do so, just be aware that now you can do this the way you do it with other modules.
We hope this change will help users and contributors to iterate more quickly on new features development and bug fixes.
In addition to the modules mention in the section below the following Puppet modules have been updated using the work Romain did:
choria/mcollective_util_actionpolicy
,choria/mcollective_agent_filemgr
, choria/mcollective_agent_iptables
,choria/mcollective_agent_nettest
,
choria/mcollective_agent_nrpe
,choria/mcollective_agent_package
, choria/mcollective_agent_process
,choria/mcollective_agent_puppet
,
choria/mcollective_agent_puppetca
,choria/mcollective_agent_service
and choria/mcollective_agent_shell
.
Thanks to Trey Dockendorf, Dennis Ploeger, Romain Tartière and Vincent Janelle for their support in making these releases possible.
[Read More]