oceanbase/Setup OceanBase Community Edition
Setup a standalone instance of OceanBase Community Edition
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| image_name | The Docker image name of OceanBase CE. | no | oceanbase/oceanbase-ce |
| image_tag | The Docker image tag of OceanBase CE. | no | latest |
| container_name | The name of OceanBase container. | no | oceanbase-ce |
| network | The network used by OceanBase container. | no | "" |
| sql_port | The SQL port of OceanBase container. | no | 2881 |
| rpc_port | The RPC port of OceanBase container. | no | 2882 |
| mode | The deployment mode of OceanBase container. | no | slim |
| sys_root_password | The password of sys tenant root user. | no | "" |
| cluster_name | The cluster name of OceanBase container. | no | github-action |
| tenant_name | The name of non-system tenant to be created. | no | test |
| tenant_root_password | The password of root user in created non-system tenant. | no | "" |
| memory_limit | Cluster configuration memory_limit. | no | 6G |
| system_memory | Cluster configuration system_memory. | no | 1G |
| datafile_size | Cluster configuration datafile_size. | no | 5G |
| log_disk_size | Cluster configuration log_disk_size. | no | 5G |
| init_sql | SQL text used to initialize the test tenant. | no | "" |
Outputs
no outputs