Changes between Version 25 and Version 26 of AppPlanSpec


Ignore:
Timestamp:
Oct 27, 2014, 10:33:09 AM (10 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AppPlanSpec

    v25 v26  
    3232   Use this to favor one class over another.
    3333   For example, if you have both SSE and non-SSE versions, use 1.1 and 1.0 respectively.
    34  <os_regex>regex</os_regex>:: use only hosts whose operating system version matches the given regular expression
    35  <min_os_version>x</min_os_version>:: use only hosts which provide this minimal numerical OS version.
     34 <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.
    3636   Numerical OS version is defined only for Microsoft Windows and Darwin (Apple Mac OSX) and parsed from the numerical
    3737   information provided by the client in the os_version string.
    3838   Examples:
    39       1) plan class requires OSX "Lion" 10.7.0, client reports Darwin "11.00.00", numerical os version is 110000.
    40       2) plan class requires Windows 7 SP1, client reports "(Microsoft Windows 7 ..., Service Pack 1, (06.01.7601.00))", numerical os version is 601760100.
     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.
    4141 <max_os_version>x</max_os_version>:: max numerical OS version (see above)
    4242 <cpu_feature>x</cpu_feature>:: a required CPU feature (such as sse3). You can include more than one.
    43  <host_summary_regex>regex</host_summary_regex>:: only sends the app version to hosts with host.serialnum field that matches the given regular expression.
     43 <host_summary_regex>regex</host_summary_regex>:: send only to hosts with host.serialnum field that matches the given regular expression.
     44 <cpu_vendor_regex>regex</cpu_vendor_regex>:: send only to hosts whose CPU vendor matches the regular expression.
     45  Example CPU vendors are "!GenuineIntel" and "AuthenticAMD".
    4446
    4547The following lets you use a project preference to decide whether to use the app version: