Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
titlearch | String or Array

Sets the architecture for the specified node . This attribute can be a string to represent a single architecture for all of the nodes or an array when the architecture is mixed. When using an array of architectures the number of architectures must match the count attribute for the specified node type.

Valid values: x86_64, ppc64, aarch64 (architecture must have been built for patch)

Code Block
themeMidnight
# all clients will use x86_64
clientarch=x86_64

# 1 client will use ppc64 and 1 x86_64
clientarches=ppc64,x86_64 clientcount=2

# this would fail since 3 clients were requested and only 2 architectures listed
clientarches=ppc64,x86_64 clientcount=3

Anchor
buildno_attr
buildno_attr

...