Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support.html: add Clyso as contributor and support provider for Rook #165

Merged
merged 1 commit into from
Sep 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,14 @@
<div class="col_sm-12">
<span>Top Contributors</span>
<a href="{{ cloudicalLink }}">Cloudical</a>
<a href="{{ clysoLink }}">Clyso</a>
<a href="{{ cybozuLink }}">Cybozu, Inc</a>
<a href="{{ redHatLink }}">Red Hat</a>
<a href="{{ upboundLink }}">Upbound</a>
</div>
<div class="col_sm-12">
<span>Support Providers</span>
<a href="{{ clysoLink }}">Clyso</a>
ideepika marked this conversation as resolved.
Show resolved Hide resolved
<a href="{{ redHatLink }}">Red Hat</a>
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions _includes/values.inc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

{% assign cloudicalLink = '//cloudical.io/' %}
{% assign cncfLink = '//www.cncf.io' %}
{% assign clysoLink = '//clyso.com/en/' %}
{% assign cybozuLink = '//cybozu.com' %}
{% assign redHatLink = '//www.redhat.com/en/technologies/cloud-computing/openshift-data-foundation' %}
{% assign upboundLink = '//upbound.io' %}
17 changes: 17 additions & 0 deletions support.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,23 @@ <h1 id="support-companies">Commercial Support and Services</h1>

<!-- Support Providers -->
<div class="providers">
<section class="col-12_md-12">
<h2><a href="{{ clysoLink }}">Clyso GmbH</a></h2>
<p>
As a premium partner of Ceph, Clyso provides expert support, integration, development, and consulting services specifically for Rook and Ceph in large enterprise environments. Clyso’s managed services encompass
hybrid cloud solutions utilizing open-source technologies, including Kubernetes, Rook Ceph, and more, ensuring flexibility and eliminating vendor lock-ins.
<br />
Additionally, Clyso offers advanced backup solutions, comprehensive cloud migration support, and digitalization services through microservices.
<br />
Services include:
<ul>
<li>Managed Ceph and Rook service, consulting and support</li>
<li>Ceph Full System Analysis: helps fine tune your Rook and Ceph clusters for optimal performance</li>
<li>Clyso Enterprise Storage powered by Ceph</li>
<li>Emergency Support</li>
</ul>
</p>
</section>
<section class="col-12_md-12">
<h2><a href="{{ redHatLink }}">Red Hat</a></h2>
<p>
Expand Down
Loading