Changes between Version 41 and Version 42 of Doc/BasicConfig/AII


Ignore:
Timestamp:
Jun 24, 2011, 2:56:53 PM (13 years ago)
Author:
jouvin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/BasicConfig/AII

    v41 v42  
    248248From time to time, Kickstart required parameters may change with either the introduction of new required options or the deprecation of some other options. This was for example the case in SL/RHEL6.
    249249
    250 This can be generally handled by creating an version-specific template for this OS version. If the tweaking applies to all minor versions of this major version, this is done by:
    251  * Going into the directory containing the AII KS plugin templates. In QWG templates, this is in `cfg/standard/quattor/aii/ks`.
    252  * Under this directory, create a directory for the OS major version, eg. `sl6`.
    253  * Put the necessary configuration in a template `config.tpl` of this directory.
     250This can be generally handled by creating an version-specific template for this OS version.
     251 * If the tweaking applies to all minor versions of this major version, this is done by:
     252   1. Going into the directory containing the AII KS plugin templates. In QWG templates, this is in `cfg/standard/quattor/aii/ks`.
     253   1. Under this directory, create a directory `variants` if it doesn't exist yet.
     254   1. Put the necessary configuration in a template which name is the distribution/major OS in this directory, eg. `sl6.tpl`.
     255 * If the specific configuration applies only to one specific OS version, the necessary configuration can be put in template `config/quattor/ks.tpl` in the OS-specific templates.
     256
     257When there is a configuration specific to one OS version, the configuration specific to the related major OS version is included first, if it exists.
     258
     259The OS-specific templates related to KS configuration included in a given profiles can be displayed  enabling Pan debug information in template `quattor/aii/ks`.