phvalguima/microceph-s3
Sets a single-node s3 server with microceph and self-signed certificate
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| channel | Microceph snap channel | — | latest/edge |
| devname | Microceph device name | — | /dev/sdi |
| accesskey | Microceph S3 access key | — | access_key |
| secretkey | Microceph S3 secret key | — | secret_key |
| bucket | Microceph bucket path | — | testbucket |
| osdsize | Size of each disk in Ceph (OSD) | — | 5G |
Outputs
| name | description |
|---|---|
| s3config | Returns the file path containing the details of the server, formatted as: S3_SERVER_URL=https://<IP> S3_ACCESS_KEY=... S3_SECRET_KEY=... S3_BUCKET=... S3_REGION=default S3_CA_BUNDLE_PATH=<path> source the file to use the server. |