-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update OCI instance types; enrich data model
This commit updates OCI's instance types, current as of 2018-11-29. Oracle has added instance types ("shapes") that support GPUs on virtual machines. They have also added an "HPC" type bare metal machine and removed the "HighIO" type. Other formatting: * Instance types have been re-orderd so that they are in alphabetical order according to their name, which makes it easier to compare against the website's data * Some minor errors have been corrected, such as the memory * Memory is represented as N * 1024, where N is the number of GBs. The Oracle website uses the GB, rather than MB and reporting in that number makes it easier to compare one against the other. The commit also includes some additions to the data model: * New tags: - nvidia_v100: machine has NVIDIA V100 GPU(s) - nvidia_p100: machine has NVIDIA P100 GPU(s) * New constraints: - added Bandwidth to the spec definition, which should enable constraints based on required throughput (untested)
- Loading branch information
Tim McNamara
committed
Nov 29, 2018
1 parent
2468f78
commit 4481258
Showing
1 changed file
with
182 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters