Changes between Version 28 and Version 29 of AppPlanSpec


Ignore:
Timestamp:
Nov 21, 2014, 11:13:10 PM (9 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AppPlanSpec

    v28 v29  
    3535 <min_os_version>x</min_os_version>:: send only to hosts with at least this numerical OS version.
    3636   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.
     37   * Mac OS X: Version 10.x is reported as (x+4).y.z.  For example, 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))";
     39    the numerical version is 601760100.  I'm not sure what the correspondence is in general.
     40   * Linux and Android: the kernel version is reported as "2.6.3"; the numerical version is 20603.
    4041 <max_os_version>x</max_os_version>:: max numerical OS version (see above)
    4142 <cpu_feature>x</cpu_feature>:: a required CPU feature (such as sse3). You can include more than one.