

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 7,025 Views
Can any one tell me how we can connect python or c# wesite to the redhat CEPH clueter
Accepted Solutions


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 6,981 Views
Connect in what way? Ceph can provide object storage (like Amazon S3 or OpenStack Swift, through its API gateway), block storage (possibly using native Ceph RBD or its iSCSI gateway), and file storage (using CephFS).
A landing page for basic product information is available at https://access.redhat.com/products/red-hat-ceph-storage.


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 6,987 Views
Although we have not discussed this in any of the courses, we have an excellent use case of ceph integration with openstack. Studying the courses such as ceph-123, CL110 and CL210 may be helpful to accomplish this goal. I suggest you to take a look at the course contents of above courses and decide accordingly.
-Jayadev


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 6,765 Views


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 6,982 Views
Connect in what way? Ceph can provide object storage (like Amazon S3 or OpenStack Swift, through its API gateway), block storage (possibly using native Ceph RBD or its iSCSI gateway), and file storage (using CephFS).
A landing page for basic product information is available at https://access.redhat.com/products/red-hat-ceph-storage.


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 6,763 Views


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 6,743 Views
I'm not really sure what you want to achieve but if what you want is hosting a static website in ceph, like you can do in AWS S3 (Bucket Website) this is a good starting point
https://ceph.com/planet/hosting-a-web-site-in-radosgw/
There is support for it coming, without needing a Load Balancer in front, but I could not find a website explaining it in detail.
http://docs.ceph.com/docs/master/start/quick-rgw/
Another example:
https://www.redpill-linpro.com/sysadvent/2016/12/12/s3-website-buckets.html
So I would say it's doable like in the first link with something like HAProxy, or varnish in the third link. And also I would say that if it's not still supported straight away with ceph, it will soon. But I couldn't find the proper documentation. Maybe you are luckier ¡
Thank you
Rodolfo
Red Hat Instructor


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 6,532 Views
Thank You For your valuable response Rodolfo. I think it is very helpfull for me to create website with ceph storage