Skip to content

Commit

Permalink
Merge pull request #256 from flatcar-linux/tormath1/em-server
Browse files Browse the repository at this point in the history
api/packet: change default server spec
  • Loading branch information
tormath1 committed Nov 22, 2021
2 parents 4359ce0 + 8487bf6 commit 6054c93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- `lsblk --json` output handling ([#244](https://github.com/flatcar-linux/mantle/pull/244))
- Flannel version to 0.14.0 ([#245](https://github.com/flatcar-linux/mantle/pull/245))
- Renamed the project name from `github.com/coreos/mantle` to `github.com/flatcar-linux/mantle` ([#241](https://github.com/flatcar-linux/mantle/pull/241))
- Default server for AMD64 on Equinix Metal ([#256](https://github.com/flatcar-linux/mantle/pull/256))

### Removed
- Legacy Kola Kubernetes tests ([#250](https://github.com/flatcar-linux/mantle/pull/250))
Expand Down
2 changes: 1 addition & 1 deletion platform/api/packet/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ var (
"arm64-usr": "https://alpha.release.flatcar-linux.net/arm64-usr/current/flatcar_production_packet_image.bin.bz2",
}
defaultPlan = map[string]string{
"amd64-usr": "baremetal_0",
"amd64-usr": "c3.small.x86",
"arm64-usr": "c2.large.arm",
}
linuxConsole = map[string]string{
Expand Down

0 comments on commit 6054c93

Please sign in to comment.