yugabyte/Setup YugabyteDB
Github action to setup a YugabyteDB
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| yb_image_tag | Docker yugabytedb image tag. For available image tags please see https://hub.docker.com/r/yugabytedb/yugabyte | no | latest |
| yb_master_ui_port | YB Master UI | no | 7000 |
| yb_tserver_ui_port | YB Tserver UI | no | 9000 |
| ysql_port | YSQL API Port | no | 5433 |
| ycql_port | YCQL API Port | no | 9042 |
| ysql_user | YSQL User | no | — |
| ysql_password | YSQL Password, Setting this will enable the authentication mode | no | — |
| ysql_db | YSQL DB | no | — |
| ycql_user | YCQL User, Setting this will enable the authentication mode | no | — |
| ycql_password | YCQL Password, Setting this will enable the authentication mode | no | — |
| ycql_keyspace | YCQL Keyspace | no | — |
Outputs
| name | description |
|---|---|
| container_id | Container ID |
| yb_master_ui_port | YB Master UI |
| yb_tserver_ui_port | YB Tserver UI |
| ysql_port | YSQL API Port |
| ycql_port | YCQL API Port |