This repository has been archived by the owner on Jun 3, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 252
KickstartScriptRevisioning
Grant Gainey edited this page Dec 12, 2016
·
2 revisions
Allow Spacewalk/RHN Satellite admins to view previous kickstart pre/post script contents. Ideally this would give similar functionality to that provided by the managed config files.
-
Not block out other potential features (i.e. re-ordering of pre/post scripts)
-
Have minimal impact on other Spacewalk/RHN Satellite sub-systems (think API calls)
- Be able to use macros, a la managed config files.
- Pretty much un-changed from now (except for table layouts).
- A new row should be created for each edit but the 'created' column should be the same as the that of the original copy of the script.
- A delete of the script should result in all copies of the script being deleted.
- Should only delete that script revision, nothing more.
===== Remove columns: =====
- POST
- PRE
- NOCHROOT_POST
Add columns
- CURRENT_REVISION ===== Remove columns =====
- SCRIPT_TYPE
- CHROOT
- INTERPRETER
- DATA
-
ID (PK)
-
TYPE
-
INTERPRETER
-
DATA
-
KS_SCRIPT_ID (ID from rhnKickstartScript)
-
MODIFIED
Do you want to contribute to this wiki? See page WikiContribute for more info.