Skip to content

Commit

Permalink
docs: update autoscaler target plugins to include datacenter field.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrasell committed Apr 20, 2021
1 parent 2fc19c3 commit 35d89d2
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions website/content/docs/autoscaling/plugins/target.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,11 @@ check "hashistack-allocated-cpu" {
- `aws_asg_name` `(string: <required>)` - The name of the AWS AutoScaling Group to
interact with when performing scaling actions.

- `node_class` `(string: <required>)` - The Nomad [client node class][nomad_node_class]
identifier used to group nodes into a pool of resource.
- `datacenter` `(string: "")` - The Nomad client [datacenter][datacenter] identifier
used to group nodes into a pool of resource. Conflicts with `node_class`.

- `node_class` `(string: "")` - The Nomad [client node class][nomad_node_class] identifier
used to group nodes into a pool of resource. Conflicts with `datacenter`.

- `node_drain_deadline` `(duration: "15m")` The Nomad [drain deadline][nomad_node_drain_deadline]
to use when performing node draining actions. **Please note that the default value
Expand Down Expand Up @@ -323,8 +326,11 @@ check "clients-azure-vmss" {
- `vm_scale_set` `(string: <required>)` - The name of the Azure virtual machine
scale set to interact with when performing scaling actions.

- `node_class` `(string: <required>)` - The Nomad [client node class][nomad_node_class]
identifier used to group nodes into a pool of resource.
- `datacenter` `(string: "")` - The Nomad client [datacenter][datacenter] identifier
used to group nodes into a pool of resource. Conflicts with `node_class`.

- `node_class` `(string: "")` - The Nomad [client node class][nomad_node_class] identifier
used to group nodes into a pool of resource. Conflicts with `datacenter`.

- `node_drain_deadline` `(duration: "15m")` The Nomad [drain deadline][nomad_node_drain_deadline]
to use when performing node draining actions. **Please note that the default value
Expand Down Expand Up @@ -413,8 +419,11 @@ check "hashistack-allocated-cpu" {
- `mig_name` `(string: <required>)` - The name of the GCP Managed Instance Group
to interact with when performing scaling actions.

- `node_class` `(string: <required>)` - The Nomad [client node class][nomad_node_class]
identifier used to group nodes into a pool of resource.
- `datacenter` `(string: "")` - The Nomad client [datacenter][datacenter] identifier
used to group nodes into a pool of resource. Conflicts with `node_class`.

- `node_class` `(string: "")` - The Nomad [client node class][nomad_node_class] identifier
used to group nodes into a pool of resource. Conflicts with `datacenter`.

- `node_drain_deadline` `(duration: "15m")` The Nomad [drain deadline][nomad_node_drain_deadline]
to use when performing node draining actions. **Please note that the default value
Expand All @@ -431,6 +440,7 @@ check "hashistack-allocated-cpu" {
documentation for more detailed information.

[nomad_node_class]: /docs/configuration/client#node_class
[datacenter]: /docs/configuration#datacenter
[nomad_node_drain_deadline]: /api-docs/nodes#deadline
[nomad_scaling_stanza]: /docs/job-specification/scaling
[nomad_group_stanza]: /docs/job-specification/group#group-stanza
Expand Down

0 comments on commit 35d89d2

Please sign in to comment.