Packaging code changes

I made some small modifications to my installed Foreman 1.3.1 server to add
two more fields to the subnet table, based off the changes someone else
made in
http://projects.theforeman.org/attachments/331/foreman-4.0-subnet-fields-in-provisioning-templates.patch?utf8=✓&type=sbs

Does anyone have any thoughts about how to best package this up so the
changes don't get blown away when I upgrade to 1.4? I could submit the code
diffs, but I suspect they might get rejected because the use case is fairly
specific to how foreman is used here.

Bill

Sounds like you want to write yourself a plugin - you can get started
at How to Create a Plugin - Foreman

Greg

··· On 14 March 2014 17:22, Bill Sirinek wrote: > I made some small modifications to my installed Foreman 1.3.1 server to add > two more fields to the subnet table, based off the changes someone else made > in > http://projects.theforeman.org/attachments/331/foreman-4.0-subnet-fields-in-provisioning-templates.patch?utf8=%E2%9C%93&type=sbs > > Does anyone have any thoughts about how to best package this up so the > changes don't get blown away when I upgrade to 1.4? I could submit the code > diffs, but I suspect they might get rejected because the use case is fairly > specific to how foreman is used here.