Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.17 KB

scheduler.md

File metadata and controls

45 lines (29 loc) · 1.17 KB
page_title subcategory description
grid_scheduler Resource - terraform-provider-grid
Resource to dynamically assign resource requests to nodes.

grid_scheduler (Resource)

Resource to dynamically assign resource requests to nodes.

Schema

Required

Read-Only

  • id (String) The ID of this resource.
  • nodes (Map of Number) Mapping from the request name to the node id

Nested Schema for requests

Required:

  • name (String) used as a key in the nodes dict to be used as a reference

Optional:

  • certified (Boolean) Pick only certified nodes (Not implemented)
  • cru (Number) Number of VCPUs
  • domain (Boolean) Pick only nodes with public config containing domain
  • farm (String) Farm name
  • hru (Number) Disk HDD size in MBs
  • ipv4 (Boolean) Pick only nodes with public config containing ipv4
  • mru (Number) Memory size in MBs
  • sru (Number) Disk SSD size in MBs