-
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.
Merge pull request juju#9521 from timClicks/oci-update-instance-types
juju#9521 This 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: prdesc 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 prdesc Some minor errors have been corrected, such as the memory prdesc Memory is represented as N prdesc 1024, where N is the number of GBs. The [Oracle website][www] uses 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: prdesc New tags: - `nvidia_v100`: machine has NVIDIA V100 GPU(s) - `nvidia_p100`: machine has NVIDIA P100 GPU(s) prdesc New constraints: - added `Bandwidth` to the spec definition, which should enable constraints based on required throughput (**untested**) [www]: https://docs.cloud.oracle.com/iaas/Content/Compute/References/computeshapes.htm ## QA steps * bootstrap to oci * deploy a trivial workload ## Documentation changes n/a ## Bug reference n/a
- Loading branch information
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