Actions
Feature #14448
closedkafo_parsers should support selecting available providers with soft deps
Difficulty:
Triaged:
Description
kafo_parsers should provide a method to recommend a parser based on those providers that are available in the local environment. The current parser only loads on Puppet 3 when available in the same Ruby environment, while #7848 adds a new puppet-strings parser which will only load with that module installed.
For Kafo itself to select a provider, the hard dependency on the puppet gem in the current parser should be removed and the providers should be able to indicate if they are available/ready.
Updated by Dominic Cleal over 8 years ago
- Blocks Tracker #8447: Puppet 4 support added
Updated by Dominic Cleal over 8 years ago
- Related to Feature #7848: YARD / Puppet Strings support added
Updated by Dominic Cleal over 8 years ago
- Status changed from New to Assigned
- Assignee set to Dominic Cleal
Updated by The Foreman Bot over 8 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/kafo_parsers/pull/14 added
Updated by The Foreman Bot over 8 years ago
- Pull request https://github.com/theforeman/kafo/pull/138 added
Updated by Dominic Cleal over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset kafo_parsers|fbfbeadaf8dd6c1a1dcf2f16b5d9e54cc165f1ae.
Updated by The Foreman Bot over 8 years ago
- Pull request https://github.com/theforeman/kafo_parsers/pull/18 added
Actions