Skip to content

Commit

Permalink
[src] Add Gpu type to vm size filters
Browse files Browse the repository at this point in the history
  • Loading branch information
Avital Werzberger committed Jan 28, 2024
1 parent e50bb3b commit 0e53cd4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion api/services/ocean/aksV2/schemas/ocean-vmSizes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,12 @@ properties:
items:
type: string
enum: [ "generalPurpose", "memoryOptimized", "computeOptimized", "highPerformanceCompute", "storageOptimized", "GPU" ]
example: [ "memoryOptimized" ]
example: [ "memoryOptimized" ]
gpuTypes:
type: array
description: |
The filtered gpu types will belong to one of the gpu types from this list.
items:
type: string
enum: [ "nvidia-tesla-v100", "amd-radeon-instinct-mi25", "nvidia-a10", "nvidia-tesla-a100", "nvidia-tesla-k80", "nvidia-tesla-m60", "nvidia-tesla-p100", "nvidia-tesla-p40", "nvidia-tesla-t4", "nvidia-tesla-h100"]
example: [ "nvidia-tesla-t4" ]

0 comments on commit 0e53cd4

Please sign in to comment.