Skip to content

Commit

Permalink
Oracle Cloud support - fix VM.Standard2.2 specs
Browse files Browse the repository at this point in the history
  • Loading branch information
waynz0r authored and lpuskas committed Jul 30, 2018
1 parent df5af19 commit 9d5723c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/productinfo/oci/productinfo.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ var shapeSpecs = map[string]ShapeSpecs{
"VM.Standard1.1": ShapeSpecs{PartNumber: "B88317", Mem: 7, Cpus: 1},
"VM.Standard2.1": ShapeSpecs{PartNumber: "B88514", Mem: 15, Cpus: 1},
"VM.Standard1.2": ShapeSpecs{PartNumber: "B88317", Mem: 14, Cpus: 2},
"VM.Standard2.2": ShapeSpecs{PartNumber: "B88514", Mem: 30, Cpus: 3},
"VM.Standard2.2": ShapeSpecs{PartNumber: "B88514", Mem: 30, Cpus: 2},
"VM.Standard1.4": ShapeSpecs{PartNumber: "B88317", Mem: 28, Cpus: 4},
"VM.Standard2.4": ShapeSpecs{PartNumber: "B88514", Mem: 60, Cpus: 4},
"VM.Standard1.8": ShapeSpecs{PartNumber: "B88317", Mem: 56, Cpus: 8},
Expand Down

0 comments on commit 9d5723c

Please sign in to comment.