Skip to content

Commit

Permalink
Ricardo Plus Plus
Browse files Browse the repository at this point in the history
So, testing this is a LOT easier with a UI, and shows where things need
some love.  Pools should allow volume based root disks, but not by
default as empheral is quick enough.  They should require a bunch more
fields.  Finally add in the images and flavors APis.
  • Loading branch information
spjmurray committed Dec 3, 2024
1 parent 4baba0b commit 1de1496
Show file tree
Hide file tree
Showing 12 changed files with 733 additions and 104 deletions.
2 changes: 2 additions & 0 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ linters:
- goconst
- perfsprint
- mnd
- execinquery
- exportloopref
linters-settings:
gci:
sections:
Expand Down
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,5 @@ require (
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
sigs.k8s.io/yaml v1.4.0 // indirect
)

replace github.com/unikorn-cloud/region => github.com/unikorn-cloud/region v0.1.47-0.20241203094002-1cfab33cbea6
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ github.com/unikorn-cloud/core v0.1.85 h1:S4B0nr0jhxF8SCsKyCRVwcx8+kJsI8fQVONLJDf
github.com/unikorn-cloud/core v0.1.85/go.mod h1:wEKzCwAnIyTbo27l++Wl+gK95TAxMsFS3y3jbFB03aw=
github.com/unikorn-cloud/identity v0.2.45 h1:YFmw3uunwdZMuYiimv4lfU6s7iTtYoc22xJqLTrlOVg=
github.com/unikorn-cloud/identity v0.2.45/go.mod h1:WzNNv05ReDMLfWsOtq53uzhX2GU2nXDw76Bdsf3BPnM=
github.com/unikorn-cloud/region v0.1.46 h1:LzyrBRej40YeOMr54zL2emkrqY1ypgOyYG8hDledlCU=
github.com/unikorn-cloud/region v0.1.46/go.mod h1:cofPuJjseRKE95xAqNa23nSL7/+LDXOBxNIHwwODpys=
github.com/unikorn-cloud/region v0.1.47-0.20241203094002-1cfab33cbea6 h1:5vfGu5CAay2VnR+m0y80H7dxHAj+UBhtgS/O6woDi44=
github.com/unikorn-cloud/region v0.1.47-0.20241203094002-1cfab33cbea6/go.mod h1:cofPuJjseRKE95xAqNa23nSL7/+LDXOBxNIHwwODpys=
github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM=
github.com/x448/float16 v0.8.4/go.mod h1:14CWIYCyZA/cWjXOioeEpHeN/83MdbZDRQHoFcYsOfg=
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
Expand Down
281 changes: 281 additions & 0 deletions pkg/openapi/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions pkg/openapi/config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
package: generated
import-mapping:
https://raw.githubusercontent.com/unikorn-cloud/core/main/pkg/openapi/common.spec.yaml: github.com/unikorn-cloud/core/pkg/openapi
https://raw.githubusercontent.com/unikorn-cloud/region/main/pkg/openapi/server.spec.yaml: github.com/unikorn-cloud/region/pkg/openapi

Loading

0 comments on commit 1de1496

Please sign in to comment.