Skip to content

Commit 24a90f9

Browse files
committed
Merge branch 'revert_observability_controller_branch' into 'master'
Revert observability controller branch See merge request rac-docker-dev/oracle-database-operator!265
2 parents e81f69e + 9ff2abd commit 24a90f9

26 files changed

+20
-2987
lines changed

PROJECT

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -136,13 +136,4 @@ resources:
136136
defaulting: true
137137
validation: true
138138
webhookVersion: v1beta1
139-
- api:
140-
crdVersion: v1beta1
141-
namespaced: true
142-
controller: true
143-
domain: oracle.com
144-
group: observability
145-
kind: DatabaseObserver
146-
path: github.com/oracle/oracle-database-operator/apis/observability/v1alpha1
147-
version: v1alpha1
148139
version: "3"

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ In this v1.0.0 production release, `OraOperator` supports the following database
1515
* Oracle Multitenant Databases (CDB/PDBs)
1616
* Oracle Base Database Cloud Service (BDBCS)
1717
* Oracle Data Guard (Preview status)
18-
* Cloud Native Database Observer (Preview status)
1918

2019
Oracle will continue to extend `OraOperator` to support additional Oracle Database configurations.
2120

@@ -30,7 +29,6 @@ This release of Oracle Database Operator for Kubernetes (the operator) supports
3029
* Oracle Multitenant Database: Bind to a CDB, Create a  PDB, Plug a  PDB, Unplug a PDB, Delete a PDB, Clone a PDB, Open/Close a PDB
3130
* Oracle Base Database Cloud Service (BDBCS): Provision, Bind, Scale Up/Down, Liveness Probe, Manual Backup
3231
* Oracle Data Guard: Provision a Standby for the SIDB resource and setup a Data Guard configuration to enable manual switch over
33-
* Cloud Native Database Observer: Deploy DB exporter resources, Undeploy DB exporter resources, Patch DB exporter configuration
3432

3533
The upcoming releases will support new configurations, operations and capabilities.
3634

@@ -98,7 +96,6 @@ The quickstarts are designed for specific database configurations:
9896
* [Containerized Oracle Sharded Database](./docs/sharding/README.md)
9997
* [Oracle Multitenant Database](./docs/multitenant/README.md)
10098
* [Oracle Base Database Cloud Service (BDBCS)](./docs/dbcs/README.md)
101-
* [Cloud Native Database Observer](./docs/observability/README.md)
10299

103100
YAML file templates are available under [`/config/samples`](./config/samples/). You can copy and edit these template files to configure them for your use cases.
104101

@@ -122,7 +119,6 @@ YAML file templates are available under [`/config/samples`](./config/samples/).
122119
kubectl delete cdb.database.oracle.com --all -n <namespace>
123120
kubectl delete pdb.database.oracle.com --all -n <namespace>
124121
kubectl delete dataguardbrokers.database.oracle.com --all -n <namespace>
125-
kubectl delete databaseobservers.observability.oracle.com --all -n <namespace>
126122
```
127123

128124
After all CRD instances are deleted, it is safe to remove the CRDs, APIServices and operator deployment. To remove these files, use the following command:

apis/observability/v1alpha1/databaseobserver_types.go

Lines changed: 0 additions & 138 deletions
This file was deleted.

apis/observability/v1alpha1/groupversion_info.go

Lines changed: 0 additions & 58 deletions
This file was deleted.

0 commit comments

Comments
 (0)