rhtconsulting / puppet-jboss_admin

Puppet module for runtime configuration of a JBoss container
MIT License
15 stars 12 forks source link

pre-fetch entire JBoss CLI output at once #89

Closed itewk closed 8 years ago

itewk commented 8 years ago

Rather then doing an expensive CLI call for each jboss_resource and each resource in each jboss_batch resource one /:read-resource(recursive=true) call should be done and then parse the output to use for prefetching all of the configured jboss_resource resources and jboss_batch resources.

itewk commented 8 years ago

merged with master.

itewk commented 8 years ago

this was tested heavily with beaker over 2 months in a real environment and no issues were found.