Selaa lähdekoodia

Merge pull request #2232 from saweber/v1.107-SELFHOST-891

cherrpy pick of: add a2ultragpu gcp instance type
Cliff Colvin 2 vuotta sitten
vanhempi
sitoutus
35467d4a83
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      pkg/cloud/gcp/provider.go

+ 1 - 0
pkg/cloud/gcp/provider.go

@@ -794,6 +794,7 @@ func (gcp *GCP) parsePage(r io.Reader, inputKeys map[string]models.Key, pvKeys m
 					case "a2":
 					case "a2":
 						candidateKeys = append(candidateKeys, region+","+"a2highgpu"+","+usageType)
 						candidateKeys = append(candidateKeys, region+","+"a2highgpu"+","+usageType)
 						candidateKeys = append(candidateKeys, region+","+"a2megagpu"+","+usageType)
 						candidateKeys = append(candidateKeys, region+","+"a2megagpu"+","+usageType)
+						candidateKeys = append(candidateKeys, region+","+"a2ultragpu"+","+usageType)
 					default:
 					default:
 						candidateKey := region + "," + instanceType + "," + usageType
 						candidateKey := region + "," + instanceType + "," + usageType
 						candidateKeys = append(candidateKeys, candidateKey)
 						candidateKeys = append(candidateKeys, candidateKey)