cluster/machines¶
Cluster UUID that created the alert
For v4.8 Cluster Pattern, this defines a map of machine types and their names. Each type can have additional parameters.
The purpose of this map is to uniquely identify the machines and allows the machines to be rotated in a controlled way.
If omitted the following items will be set via the designated Param:
pipeline
: sets the initial pipeline or assigns frombroker/set-pipeline
[has safe default]workflow
: set the initial workflow or assigns frombroker/set-workflow
[has safe default]icon
: sets the initial Meta.icon or assigns frombroker/set-icon
[has safe default]color
: sets the initial Meta.color or assigns frombroker/set-color
[has safe default]tags
: [] but automatically includes cluster/profilemeta
: meta data to set on the machine bycluster-add-params
, if Meta.icon or Meta.color is set, it will over-write the icon/color.Params
: (note capitalization!): parameters to use in Terraform templates. Also set on machine duringcluster-add-params
Profiles
: (note capitalization!): profiles to add to machine. Set on machine duringcluster-add-params
While most of these values are used only during terraform-apply
when building machines,
meta
, Params
, and Profiles
are used during cluster-add-params
to update Meta and Params of the
provisioned machines.
Example: