Actions
Tracker #9596
openExtract Puppet functionality to a plugin
Status:
New
Priority:
Normal
Assignee:
-
Category:
Puppet integration
Target version:
-
% Done:
0%
Description
Currently Foreman is very reliant on Puppet. To the point adding new configuration management systems feel to most users like an addition to Puppet, but they can't get rid of it. Similarly, users who just want an inventory and provisioning tool are just not able to get a clean Foreman. Also this extraction hopefully will help us clean up old code. I don't think there's much room to extract things out of Foreman after this, so basically getting this done means Foreman core can be defined as:
- Data center inventory (Hosts, Host groups, Params, Statistics, etc...)
- Provisioning and orchestration of hosts
- API to your infrastructure
- Robust & flexible pluggable interface - should support any kind of crazy addition [1]
- Multi-user (Auth sources, Roles, User groups, Users, Audits..)
The aim for this tracker is to cover issues for the removal of all Puppet dependencies, which in turn have to be linked with an issue for the creation of the equivalent thing in a plugin 'foreman_puppet'.
[1] : https://github.com/noidontdig/gitdown - make sure your BAC is within the OK range before deploying a bunch of new servers :)
Updated by Daniel Lobato Garcia almost 10 years ago
- Blocked by Refactor #9598: Link configuration management specifics to docs added
Updated by Daniel Lobato Garcia almost 10 years ago
- Blocked by Refactor #9599: Remove Puppet specific fields from Host/Host group added
Updated by Daniel Lobato Garcia almost 10 years ago
- Blocks Refactor #9600: Remove Puppet specific options from top bar added
Updated by Shimon Shtein over 8 years ago
- Blocked by Refactor #15402: Move puppet actions out of API hosts controller added
Updated by Shimon Shtein over 8 years ago
- Blocked by Refactor #15403: Move puppet actions outside of UI controller added
Updated by Shimon Shtein over 8 years ago
- Related to Refactor #15404: Move environment class variable to a concern added
Updated by Shimon Shtein over 8 years ago
- Related to Refactor #15405: Move puppet related helpers to a separate helper class. added
Updated by Shimon Shtein over 8 years ago
- Related to Refactor #15406: Move puppet_environment overview field outside core's #overview_fields helper. added
Updated by Shimon Shtein over 8 years ago
- Related to Refactor #15408: Move puppetCA autosign handling to a separate orchestration action. added
Updated by Shimon Shtein over 8 years ago
- Related to Refactor #15409: Refactor (puppet) facts out of host classes. added
Updated by Shimon Shtein over 8 years ago
- Related to Refactor #15411: Move SmartProxy.smart_proxy_ids_for to Host class added
Updated by Ori Rabin over 8 years ago
- Related to Refactor #15503: Remve puppet from lookup_keys base class added
Updated by Shimon Shtein over 8 years ago
- Related to Refactor #15710: Create STI for LookupValues added
Updated by Shimon Shtein over 8 years ago
- Related to Refactor #15711: Remove inheritance from classification system and move type specific functionality to providers framework. added
Updated by Shimon Shtein over 8 years ago
- Related to Refactor #15846: Rename use_puppet_default in lookup values to skip_foreman added
Actions