Refactor #31062
Tracker #30160: Extract Puppet ENC to a plugin
Tracker #30173: Extract Puppet Environments to a plugin
Extract Environments API
Pull request:
Fixed in Releases:
Found in Releases:
Description
- Controller and tests
- views/api/v2/
- routes
- hostgroups_controller.rb
- hosts_controller.rb
- provisioning_templates_controller.rb (template_combinations_attributes)
- puppetclasses can be left out as it is gonna be moved as well
Related issues
Associated revisions
Refs #31062 - drop Environments from Host API
Drops notion of Environments from Host API.
Extracted in https://github.com/theforeman/foreman_puppet_enc/pull/50
Refs #31062 - drop Envrionment from Hostgroup API
Extracted in https://github.com/theforeman/foreman_puppet_enc/pull/105
History
#1
Updated by Ondřej Ezr over 1 year ago
- Category set to Puppet integration
#2
Updated by Ondřej Ezr over 1 year ago
- Description updated (diff)
TemplateCombinations are separate PR
#3
Updated by Ondřej Ezr over 1 year ago
- Blocks Refactor #31114: Extract Environment parameters filter added
#4
Updated by Ondřej Ezr over 1 year ago
- Status changed from New to Assigned
#5
Updated by The Foreman Bot 12 months ago
- Assignee set to Ondřej Ezr
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/8510 added
#6
Updated by The Foreman Bot 12 months ago
- Pull request https://github.com/theforeman/foreman/pull/8550 added
#7
Updated by The Foreman Bot 10 months ago
- Fixed in Releases 3.0.0 added
#8
Updated by Ondřej Ezr 10 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|982c8e2eb6ee14c7ab42e14ba9c68368e5fb9ed3.
Fixes #31062 - drop Environment API
Extracted in https://github.com/theforeman/foreman_puppet_enc/pull/49