Bienvenue,
Connexion à votre compte Red Hat
Votre compte Red Hat vous permet d'accéder à votre profil, à vos préférences et aux services suivants en fonction de votre statut client :
- Portail des clients
- Centrale des partenaires
- Gestion des utilisateurs
- Centrale de certification
Vous n'êtes pas encore inscrit ? Voici quelques bonnes raisons de le faire :
- Parcourez les articles de la base de connaissances, gérez les dossiers d'assistance et les abonnements, téléchargez des mises à jour et bien plus encore, le tout depuis un espace unique.
- Affichez la liste des utilisateurs de votre organisation et modifiez les informations, les préférences et les autorisations relatives à leur compte.
- Gérez vos certifications Red Hat, consultez l'historique de vos examens et téléchargez des logos et des documents relatifs à vos certifications.
Votre compte Red Hat vous permet d'accéder à votre profil, à vos préférences et à d'autres services en fonction de votre statut client.
Si vous utilisez un ordinateur public, déconnectez-vous de votre compte lorsque vous n'utilisez plus les services Red Hat afin de garantir votre sécurité.
DéconnexionBlog Red Hat
Blog menu
Red Hat recently open sourced Calamari, the management platform for Ceph. As a part of rolling this valuable tool out to the community we're taking some time to walk through the current functionality in an upcoming webinar on June 24th: www.inktank.com/webinars/?commid=115487

For those who are unfamiliar with Calamari, it consists of two components:
- Backend: written in Python 2.6+, using Saltstack, ZeroRPC, gevent, Django, django-rest-framework, graphite, and more, it instantiates a new REST API for integration with other systems. It is designed to be much more comprehensive and should be the basis for new development efforts that wish to interact with a Ceph cluster.
- Frontend: a web browser UI implemented primarily in Javascript, it uses the Calamari REST API.
You should also know that Calamari:
- Does not currently include deployment functionality, but long-term, it is expected to have hooks for deployment tools that include both ceph-deploy and other tools like Puppet, Chef, Juju, etc.
- While the Ceph REST API is a low level interface where each URL maps directly to an equivalent command to the `ceph` CLI tool, the Calamari REST API presents a higher level interface where API consumers can manipulate objects using idiomatic GET/POST/PATCH operations without knowing the underlying Ceph commands. Calamari REST API produces interpreted data and is designed for many applications to be built on top of it.
- You can use the Calamari backend to integrate Ceph with your own user interface.
For the full intro writeup about Ceph Calamari, check out the blog here:
http://ceph.com/community/ceph-calamari-goes-open-source/
If you're interested in learning more, don't miss the June 24th webinar demonstrating how you can monitor the health and performance of your Ceph cluster and perform RADOS management tasks!