Skip to content

Commit

Permalink
Add Oracle Compute Cloud@Customer Logos and Configuration
Browse files Browse the repository at this point in the history
This commit adds the logos and configuration for the new Oracle Compute
Cloud@Customer. These updates will allow users to easily identify and
access the new provider.
  • Loading branch information
Dany9966 committed Feb 16, 2024
1 parent 93217e9 commit e29f397
Show file tree
Hide file tree
Showing 12 changed files with 493 additions and 6 deletions.
10 changes: 9 additions & 1 deletion config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,12 @@ const conf: Config = {
requiredFields: ["compartment", "availability_domain", "vcn_compartment"],
relistFields: ["migr_image_map", "migr_image"],
},
{
name: "o3c",
types: ["destination"],
requiredFields: ["compartment", "availability_domain", "vcn_compartment"],
relistFields: ["migr_image_map", "migr_image"],
},
{
name: "vmware_vsphere",
types: ["destination"],
Expand Down Expand Up @@ -121,6 +127,7 @@ const conf: Config = {
oracle_vm: 3,
olvm: 3,
opca: 3,
o3c: 3,
rhev: 3,
metal: 4,
lxd: 4,
Expand All @@ -135,7 +142,8 @@ const conf: Config = {
kubevirt: "KubeVirt",
scvmm: "SCVMM",
oci: "OCI",
opca: "Oracle PCA X9-2",
opca: "Oracle Private Cloud Appliance",
o3c: "Oracle Cloud Compute@Customer",
opc: "Oracle Cloud",
oracle_vm: "Oracle VM",
olvm: "OLVM",
Expand Down
57 changes: 57 additions & 0 deletions server/api/resources/providerLogos/o3c-128-disabled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
56 changes: 56 additions & 0 deletions server/api/resources/providerLogos/o3c-128.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
70 changes: 70 additions & 0 deletions server/api/resources/providerLogos/o3c-32-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit e29f397

Please sign in to comment.