Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oracle/oci-service-broker
Oracle Cloud Infrastructure Service Broker is an open source implementation of Open service broker API Spec for OCI services. Customers can use this implementation to install Open Service Broker in Oracle Container Engine for Kubernetes or in other Kubernetes clusters.
https://github.com/oracle/oci-service-broker
autonomous-database helm-chart kubernetes kubernetes-clusters oci-service-broker oracle-cloud-infrastructure osbapi service-broker
Last synced: 2 months ago
JSON representation
Oracle Cloud Infrastructure Service Broker is an open source implementation of Open service broker API Spec for OCI services. Customers can use this implementation to install Open Service Broker in Oracle Container Engine for Kubernetes or in other Kubernetes clusters.
- Host: GitHub
- URL: https://github.com/oracle/oci-service-broker
- Owner: oracle
- License: upl-1.0
- Archived: true
- Created: 2019-04-10T16:50:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-01T13:03:24.000Z (about 1 year ago)
- Last Synced: 2024-08-01T09:23:48.601Z (6 months ago)
- Topics: autonomous-database, helm-chart, kubernetes, kubernetes-clusters, oci-service-broker, oracle-cloud-infrastructure, osbapi, service-broker
- Language: Java
- Homepage:
- Size: 218 KB
- Stars: 47
- Watchers: 10
- Forks: 38
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Security: SECURITY.md
Awesome Lists containing this project
- k8s_awesome_document - oci-service-broker - --Oracle Cloud Infrastructure Service Broker是面向OCI服务的开放服务代理API规范的开源实现。客户可以使用此实现在Kubernetes或其他Kubernetes集群的Oracle容器引擎中安装Open Service Broker。 (🏗相关开源项目 / Oracle)
README
# OCI Service Broker
## Introduction
The OCI Service Broker is an open source implementation of [Open service broker API Spec](https://github.com/openservicebrokerapi/servicebroker/blob/v2.14/spec.md) for OCI services. Customers can use this implementation to install Open Service Broker in [Oracle Container Engine for Kubernetes](https://docs.cloud.oracle.com/iaas/Content/ContEng/Concepts/contengoverview.htm) or in other Kubernetes clusters. This implementation is targeted to achieve:
* Easy installation.
* Easy extension.
* Provide OOTB implementations for common OCI services.
* OCI Service Broker Installation.**Services Supported**
1. [Object Storage](https://docs.cloud.oracle.com/iaas/Content/Object/Concepts/objectstorageoverview.htm)
1. [Autonomous Transaction Processing](https://www.oracle.com/in/database/autonomous-transaction-processing.html)
1. [Autonomous Data Warehouse](https://www.oracle.com/in/database/data-warehouse.html)
1. [Oracle Streaming Service](https://docs.cloud.oracle.com/iaas/Content/Streaming/Concepts/streamingoverview.htm)## Installation
See the [Installation](charts/oci-service-broker/docs/installation.md) instructions for detailed installation and configuration of OCI Service Broker.
## Documentation
See the [Documentation](charts/oci-service-broker/README.md#oci-service-broker) for complete details on installation, security and service related configurations of OCI Service Broker.
## Charts
The OCI Service Broker is packaged as Helm chart for making it easy to install in Kubernetes Clusters. The chart can be downloaded from below URL.
```
https://github.com/oracle/oci-service-broker/releases/download/v1.6.0/oci-service-broker-1.6.0.tgz
```## Samples
Samples for creating Service Instances and Bindings using `oci-service-broker`, can be found [here](charts/oci-service-broker/samples).
## Troubleshooting
You can use the [diagnostics tool](charts/oci-service-broker/tools/diagnostics_tool.sh) to help identify the common issues in the installation.
Also see [Troubleshooting](charts/oci-service-broker/docs/troubleshoot.md#troubleshooting-guide-for-oci-service-broker) document for details on debugging common and known issues.
## Changes
See [CHANGELOG](CHANGELOG.md).
## Contributing
This project welcomes contributions from the community. Before submitting a pull request, please [review our contribution guide](./CONTRIBUTING.md)
## Security
Please consult the [security guide](./SECURITY.md) for our responsible security vulnerability disclosure process
## License
Copyright (c) 2019, Oracle and/or its affiliates.
This software is available under the [Universal Permissive License v 1.0](http://oss.oracle.com/licenses/upl)
See [LICENSE.txt](LICENSE.txt) for more details.