Changes between Version 27 and Version 28 of AppPlanSpec


Ignore:
Timestamp:
Nov 21, 2014, 6:09:39 PM (9 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AppPlanSpec

    v27 v28  
    3333   For example, if you have both SSE and non-SSE versions, use 1.1 and 1.0 respectively.
    3434 <os_regex>regex</os_regex>:: send only to hosts whose operating system version matches the given regular expression
    35  <min_os_version>x</min_os_version>:: send only to hosts which provide this minimal numerical OS version.
    36    Numerical OS version is defined only for Microsoft Windows and Darwin (Apple Mac OSX) and parsed from the numerical
    37    information provided by the client in the os_version string.
    38    Examples:
    39       * plan class requires OSX "Lion" 10.7.0, client reports Darwin "11.00.00", numerical OS version is 110000.
    40       * plan class requires Windows 7 SP1, client reports "(Microsoft Windows 7 ..., Service Pack 1, (06.01.7601.00))", numerical OS version is 601760100.
     35 <min_os_version>x</min_os_version>:: send only to hosts with at least this numerical OS version.
     36   Numerical OS version derived from the host's os_version string as follows:.
     37      * Mac OS X: "Lion" 10.7.0 is reported as "11.00.00"; the numerical version is 110000.
     38      * Windows: Windows 7 SP1 is reported as "(Microsoft Windows 7 ..., Service Pack 1, (06.01.7601.00))"; the numerical version is 601760100.
     39      * Linux and Android: the kernel version is reported as "2.6.3"; the numerical version is 20603.
    4140 <max_os_version>x</max_os_version>:: max numerical OS version (see above)
    4241 <cpu_feature>x</cpu_feature>:: a required CPU feature (such as sse3). You can include more than one.