Feature #7096
Partition Tables should just be a kind of Provisioning Templates
Difficulty:
Triaged:
Bugzilla link:
Pull request:
Description
Ideally partition tables would just be a kind of provisioning template. This way we get taxomonies (organizations mainly) for free.
Related issues
Associated revisions
History
#1
Updated by Justin Sherrill over 8 years ago
- Related to Tracker #6631: Provisioning Template Improvements added
#2
Updated by Justin Sherrill over 8 years ago
- Bugzilla link set to 1130298
#3
Updated by Dominic Cleal over 8 years ago
- Project changed from Katello to Foreman
- Category set to Templates
#4
Updated by The Foreman Bot almost 8 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/2405 added
- Pull request deleted (
)
#5
Updated by Dominic Cleal almost 8 years ago
- Related to Refactor #2990: Refactor templates to use STI added
#6
Updated by Dominic Cleal almost 8 years ago
- Assignee set to Marek Hulán
- Legacy Backlogs Release (now unused) set to 35
#7
Updated by Marek Hulán almost 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 510d53cd899134b54a935cdd675d69194a1f08bd.
#8
Updated by Dominic Cleal almost 8 years ago
- Related to Bug #10740: Audits created during DB migration of ptables to templates added
#9
Updated by Ivan Necas almost 8 years ago
- Blocks Tracker #10760: Remote execution management MVP added
#10
Updated by Matthew Ceroni almost 8 years ago
- Related to Bug #10778: private method `template' called for #<ProvisioningTemplate:0x0000000f15e168> added
#11
Updated by Dominic Cleal almost 8 years ago
- Related to Bug #10773: Recent Template work in Foreman breaks bootdisk migration added
#12
Updated by Marek Hulán almost 8 years ago
- Related to Bug #10793: Editing location or organization fails with NameError uninitialized constant ConfigTemplate added
#13
Updated by Dominic Cleal over 7 years ago
- Related to Bug #10917: Missing API docs for /provisioning_templates/.../template_combinations added
#14
Updated by Dominic Cleal over 7 years ago
- Related to Bug #10916: unknown attribute: config_template_ids in operatingsystems PUT and POST added
#15
Updated by Dominic Cleal over 7 years ago
- Related to Bug #10933: config_templates node changed name in v1 operatingsystems#show added
#16
Updated by Ohad Levy over 7 years ago
- Related to Refactor #11010: partition tables edit view contain too many tabs added
#17
Updated by Dominic Cleal over 7 years ago
- Related to Bug #11175: organization and location for partition tables (ptable) not returned in json added
#18
Updated by Dominic Cleal over 7 years ago
- Related to Bug #11219: Cannot set OS default template through hammer CLI added
#19
Updated by Dominic Cleal over 7 years ago
- Related to Bug #11443: ptable template ID changed during upgrade from 1.8.2 -> 1.9, breaks unattended provisioning added
#20
Updated by Dominic Cleal over 7 years ago
- Related to Bug #12120: 'ptables' table should be dropped added
#21
Updated by Tomer Brisker about 7 years ago
- Related to Bug #14078: Role seed was not updated with changed permissions in #7096 added
#22
Updated by Tomer Brisker about 3 years ago
- Related to Refactor #28581: Drop long-deprecated api endpoints added
#23
Updated by Tomer Brisker about 3 years ago
- Related to Refactor #28582: drop config_templates api endpoints and parameters added
#24
Updated by Tomer Brisker about 3 years ago
- Related to deleted (Refactor #28581: Drop long-deprecated api endpoints)
Fixes #7096 - Adds STI to templates
This commit converts Ptables to be just another type of Template so it
gets the same features as ConfigTemplate. ConfigTemplate was renamed to
ProvisioningTemplate to reflect UI and the name under it's commonly known.