Skip to content

Commit

Permalink
Merge pull request #1126 from ioito/automated-cherry-pick-of-#1125-up…
Browse files Browse the repository at this point in the history
…stream-release-3.12

Automated cherry pick of #1125: fix(uis): add uis const
  • Loading branch information
ioito authored Nov 25, 2024
2 parents 54d8474 + 91e59ba commit f98ea00
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkg/apis/compute/cloudaccount_const.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ const (
CLOUD_PROVIDER_ORACLE = "OracleCloud"
CLOUD_PROVIDER_SANGFOR = "SangFor"
CLOUD_PROVIDER_ZETTAKIT = "ZettaKit"
CLOUD_PROVIDER_UIS = "UIS"

CLOUD_PROVIDER_GENERICS3 = "S3"
CLOUD_PROVIDER_CEPH = "Ceph"
Expand Down
1 change: 1 addition & 0 deletions pkg/apis/compute/guest_const.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ const (
HYPERVISOR_ORACLE = "oracle"
HYPERVISOR_SANGFOR = "sangfor"
HYPERVISOR_ZETTAKIT = "zettakit"
HYPERVISOR_UIS = "uis"
)

const (
Expand Down
1 change: 1 addition & 0 deletions pkg/apis/compute/host_const.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ const (
HOST_TYPE_ORACLE = "oracle"
HOST_TYPE_SANGFOR = "sangfor"
HOST_TYPE_ZETTAKIT = "zettakit"
HOST_TYPE_UIS = "uis"

// # possible status
HOST_ONLINE = "online"
Expand Down

0 comments on commit f98ea00

Please sign in to comment.