[
https://issues.redhat.com/browse/TEIID-5935?page=com.atlassian.jira.plugi...
]
Andrej Smigala commented on TEIID-5935:
---------------------------------------
I got ceph working in openshift using the following steps:
# {{oc create -f common.yaml}}
# {{oc create -f operator-openshift.yaml}}
# replace all references to {{gp2}} in {{cluster-on-pvc.yaml}} to {{standard}}, then {{oc
create}} that
# wait for ceph to start up. In my case, one OSD pod started right away but the other two
took several hours.
# follow
https://rook.io/docs/rook/v1.3/ceph-object.html , but:
## change the {{provisioner}} value in the {{StorageClass}} yaml to
{{rook-ceph.ceph.rook.io/bucket}}
## replace {{generateBucketName}} with {{bucketName}} (had some trouble with the
autogenerated bucket name, perhaps it was too long)
## create a service and expose it
## when setting up {{s3cmd}} to test everything worked, run it locally. Also ignore
the {{AWS_HOST}} and {{AWS_ENDPOINT}} credential, instead run {{s3cmd --configure}} and
answer the interactive questions. For endpoint, enter the route (without {{http}}), for
bucket, enter {{<route>/%(bucket)s}}, answer No to HTTPS.
S3 support for ceph
-------------------
Key: TEIID-5935
URL:
https://issues.redhat.com/browse/TEIID-5935
Project: Teiid
Issue Type: Feature Request
Components: Misc. Connectors
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Priority: Major
Fix For: 14.0
Original Estimate: 4 hours
Time Spent: 1 day, 4 hours
Remaining Estimate: 0 minutes
We need to validate ceph support against the changes in TEIID-5927. The most immediate
issue appears to be that ceph does not support the v2 listing of bucket contents and would
need to use an older list method.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)