Skip to content

Commit

Permalink
Merge pull request #9038 from hashicorp/f-ec2-table
Browse files Browse the repository at this point in the history
env_aws: get ec2 cpu perf data from AWS API
  • Loading branch information
shoenig authored Oct 12, 2020
2 parents c1c09e1 + 1f782b3 commit d3a5127
Show file tree
Hide file tree
Showing 11 changed files with 696 additions and 369 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ IMPROVEMENTS:
* api: Job Register API now permits non-zero initial Version to accommodate multi-region deployments. [[GH-9071](https://github.com/hashicorp/nomad/issues/9071)]
* cli: Added `scale` and `scaling-events` subcommands to the `job` command. [[GH-9023](https://github.com/hashicorp/nomad/pull/9023)]
* cli: Added `scaling` command for interaction with the scaling API endpoint. [[GH-9025](https://github.com/hashicorp/nomad/pull/9025)]
* client: Use ec2 CPU perf data from AWS API [[GH-7830](https://github.com/hashicorp/nomad/issues/7830)]
* client: Added support for Azure fingerprinting. [[GH-8979](https://github.com/hashicorp/nomad/issues/8979)]
* client: Added support for fingerprinting the client node's Consul segment. [[GH-7214](https://github.com/hashicorp/nomad/issues/7214)]
* client: Updated consul-template to v0.25.0 - config function_blacklist deprecated and replaced with function_denylist [[GH-8988](https://github.com/hashicorp/nomad/pull/8988)]
Expand Down
367 changes: 7 additions & 360 deletions client/fingerprint/env_aws.go

Large diffs are not rendered by default.

379 changes: 379 additions & 0 deletions client/fingerprint/env_aws_cpu.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d3a5127

Please sign in to comment.