Skip to content

Commit f965a22

Browse files
Add Oracle Cloud Infrastructure as Cloud Provider (#1720)
Co-authored-by: Joao Grassi <5938087+joaopgrassi@users.noreply.github.com>
1 parent 1aa6a5c commit f965a22

File tree

4 files changed

+40
-0
lines changed

4 files changed

+40
-0
lines changed

.chloggen/.oracle_cloud.yaml

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Use this changelog template to create an entry for release notes.
2+
#
3+
# If your change doesn't affect end users you should instead start
4+
# your pull request title with [chore] or use the "Skip Changelog" label.
5+
6+
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
7+
change_type: enhancement
8+
9+
# The name of the area of concern in the attributes-registry, (e.g. http, cloud, db)
10+
component: cloud
11+
12+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
13+
note: Add Oracle Cloud Infrastructure to Semantic Conventions
14+
15+
# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
16+
# The values here must be integers.
17+
issues: [1658]
18+
19+
# (Optional) One or more lines of additional information to render under the primary note.
20+
# These lines will be padded with 2 spaces and then inserted directly into the document.
21+
# Use pipe (|) for multiline entries.
22+
subtext:

docs/attributes-registry/cloud.md

+3
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ The following well-known definitions MUST be used if you set this attribute and
7474
| `gcp_kubernetes_engine` | Google Cloud Kubernetes Engine (GKE) | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
7575
| `gcp_openshift` | Red Hat OpenShift on Google Cloud | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
7676
| `ibm_cloud_openshift` | Red Hat OpenShift on IBM Cloud | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
77+
| `oracle_cloud_compute` | Compute on Oracle Cloud Infrastructure (OCI) | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
78+
| `oracle_cloud_oke` | Kubernetes Engine (OKE) on Oracle Cloud Infrastructure (OCI) | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
7779
| `tencent_cloud_cvm` | Tencent Cloud Cloud Virtual Machine (CVM) | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
7880
| `tencent_cloud_eks` | Tencent Cloud Elastic Kubernetes Service (EKS) | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
7981
| `tencent_cloud_scf` | Tencent Cloud Serverless Cloud Function (SCF) | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
@@ -90,4 +92,5 @@ The following well-known definitions MUST be used if you set this attribute and
9092
| `gcp` | Google Cloud Platform | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
9193
| `heroku` | Heroku Platform as a Service | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
9294
| `ibm_cloud` | IBM Cloud | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
95+
| `oracle_cloud` | Oracle Cloud Infrastructure (OCI) | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
9396
| `tencent_cloud` | Tencent Cloud | ![Experimental](https://img.shields.io/badge/-experimental-blue) |

docs/resource/cloud.md

+3
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ The following well-known definitions MUST be used if you set this attribute and
7878
| `gcp_kubernetes_engine` | Google Cloud Kubernetes Engine (GKE) | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
7979
| `gcp_openshift` | Red Hat OpenShift on Google Cloud | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
8080
| `ibm_cloud_openshift` | Red Hat OpenShift on IBM Cloud | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
81+
| `oracle_cloud_compute` | Compute on Oracle Cloud Infrastructure (OCI) | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
82+
| `oracle_cloud_oke` | Kubernetes Engine (OKE) on Oracle Cloud Infrastructure (OCI) | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
8183
| `tencent_cloud_cvm` | Tencent Cloud Cloud Virtual Machine (CVM) | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
8284
| `tencent_cloud_eks` | Tencent Cloud Elastic Kubernetes Service (EKS) | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
8385
| `tencent_cloud_scf` | Tencent Cloud Serverless Cloud Function (SCF) | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
@@ -94,6 +96,7 @@ The following well-known definitions MUST be used if you set this attribute and
9496
| `gcp` | Google Cloud Platform | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
9597
| `heroku` | Heroku Platform as a Service | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
9698
| `ibm_cloud` | IBM Cloud | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
99+
| `oracle_cloud` | Oracle Cloud Infrastructure (OCI) | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
97100
| `tencent_cloud` | Tencent Cloud | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
98101

99102
<!-- markdownlint-restore -->

model/cloud/registry.yaml

+12
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ groups:
3232
value: 'ibm_cloud'
3333
brief: 'IBM Cloud'
3434
stability: experimental
35+
- id: 'oracle_cloud'
36+
value: 'oracle_cloud'
37+
brief: 'Oracle Cloud Infrastructure (OCI)'
38+
stability: experimental
3539
- id: 'tencent_cloud'
3640
value: 'tencent_cloud'
3741
brief: 'Tencent Cloud'
@@ -201,6 +205,14 @@ groups:
201205
value: 'ibm_cloud_openshift'
202206
brief: Red Hat OpenShift on IBM Cloud
203207
stability: experimental
208+
- id: oracle_cloud_compute
209+
value: 'oracle_cloud_compute'
210+
brief: Compute on Oracle Cloud Infrastructure (OCI)
211+
stability: experimental
212+
- id: oracle_cloud_oke
213+
value: 'oracle_cloud_oke'
214+
brief: Kubernetes Engine (OKE) on Oracle Cloud Infrastructure (OCI)
215+
stability: experimental
204216
- id: tencent_cloud_cvm
205217
value: 'tencent_cloud_cvm'
206218
brief: Tencent Cloud Cloud Virtual Machine (CVM)

0 commit comments

Comments
 (0)