Data center infrastructure allocation placement policies

  • Release version: Australia
  • Updated July 20, 2026
  • 2 minutes to read
  • Summarize
    Summarized using AI
    This content was generated using new OpenAI-powered functionality. Results are provided on an as is basis and are not guaranteed to be accurate or complete.

    Summary of Data center infrastructure allocation placement policies

    Data center and rack placement policies control how racks are allocated during data center infrastructure allocation in ServiceNow. These policies are stored as Knowledge Base articles linked to either the entire data center or individual racks. Rack-level policies have higher priority than data center policies. If no custom policies exist, non-editable default policies apply.

    Show full answer Show less

    Key Features

    • Default policies: Built-in and enforced if no custom policies are defined. They include parameters such as maxFillPercent, reserveRU, balanceLoad, and preferBottomPlacement.
    • Custom policies: Defined as Knowledge Base articles linked to a data center or rack via their configuration item. Must be published and current to be applied.
    • Policy parameters:
      • maxFillPercent: Maximum rack fill percentage (0 disables allocation).
      • reserveRU: Reserved rack units that must remain free, influencing rack eligibility.
      • balanceLoad: When true, prefers emptier racks; when false, prefers tightest fit.
      • preferBottomPlacement: (Data center level only) Equipment placement direction in rack (bottom-up if true).
    • Rack overrides: Custom policies can specify overrides per rack by using the rack’s unique sysid from the CMDB. Overrides by rack name or number are ignored.

    Key Outcomes

    • Allows tailored allocation policies per data center or individual racks for better resource management.
    • Ensures allocation respects constraints like reserved space and load balancing preferences.
    • Enables predictable and controlled equipment placement order within racks.
    • Supports fallback to defaults if custom policies are incomplete or absent, ensuring allocation continuity.

    Data center policies and rack policies are stored in the Knowledge Base and are applied to racks during the data center infrastructure allocation process.

    Default policies

    Data center policies and rack policies are stored as articles in Knowledge Base and are applied to racks during the data center infrastructure allocation process. In the case where both levels of policy exist, rack policies take priority. If no custom policies are defined, built-in default policies apply. These default policies are not editable. You can override them by defining custom policies in the Knowledge Base for your data center or individual racks.

    Table 1. Default policy parameters
    Parameter Level Default Effect
    maxFillPercent Data center default and per-rack 100 Caps how full a rack can be filled. To allow the rack to be filled up to its full capacity, use the default value of 100. Setting this value to 0 makes the rack unavailable for allocation.
    reserveRU Data center default and per-rack 0 Number of rack units kept free. The reserve floor is checked before scoring — racks that cannot meet the reserve requirement are excluded.
    balanceLoad Data center default and per-rack False When true, the emptiest rack is preferred. When false, the tightest-fit rack is preferred.
    preferBottomPlacement Data center default only True When true, equipment is placed from the bottom of the rack upward. When false, equipment is placed from the top of the rack downward. This parameter is not honored as a per-rack override.

    Custom placement policies

    Each Knowledge Base article is linked to a configuration item — either a data center or a specific rack. Articles must be published and the latest version to be read by data center infrastructure allocation. Unpublished or non-latest articles are ignored.

    Write the recognized parameters in plain language in the article. Data center infrastructure allocation interprets them automatically. Keep articles focused on the following four parameters:

    • maxFillPercent
    • reserveRU
    • balanceLoad
    • preferBottomPlacement

    To apply different policies to individual racks within the same data center, structure the Knowledge Base article with a default section for data center-wide values and a section that maps individual racks to their overrides using each rack's unique system identifier. To find a rack's system identifier, open the rack record in the CMDB and copy the value from the sys_id field. A rack override identified by display name or rack number is not applied, and the rack silently falls back to the data center default. Values not listed for a rack fall back to the data center default.

    Note:
    Custom policies are optional. Data center infrastructure allocation runs normally with no custom policies defined.