oceanbase / obdeploy

A deployer and package manager for OceanBase open-source software.
https://open.oceanbase.com
GNU General Public License v3.0
87 stars 132 forks source link

[Feat.]: obdeploy support oceanbase developer center (ODC) integration #161

Open yizhouxw opened 1 year ago

yizhouxw commented 1 year ago

Check Before Asking

Description

obdeploy now supports deploy several components, includes observer,obproxy and ocp express,
we would like to add oceanbase developer center(ODC) deployment also.

here list deployment feature for details
- create ODC server, single node and multiple nodes for HA;
- upgrade ODC server, single node and multiple nodes for HA;

more interesting, we may offer 1 click integration from obdeploy to ODC, scenarios includes
- based on ODC's bastion integration ability, obdeply may create connection config automatically via an HTTP url with related data source paramters inside;
- based on ODC's open API, obdeploy may sync tenant information to ODC server;

references
- odc deployment guide https://www.oceanbase.com/docs/enterprise-odc-doc-cn-10000000001509740
- odc bastion integrtion guide https://www.oceanbase.com/docs/enterprise-odc-doc-cn-10000000001509756

Other Information

No response