|
| 1 | +{% extends 'base_index.html' %} |
| 2 | + |
| 3 | +{% from "_macros/vf_hero.jinja" import vf_hero %} |
| 4 | +{% from "_macros/vf_equal-heights.jinja" import vf_equal_heights %} |
| 5 | +{% from "_macros/vf_tiered-list.jinja" import vf_tiered_list %} |
| 6 | +{% from "_macros/vf_data-spotlight.jinja" import vf_data_spotlight %} |
| 7 | + |
| 8 | +{% block title %}Canonical Ceph support{% endblock %} |
| 9 | +{% block body_class %}is-paper{% endblock %} |
| 10 | + |
| 11 | +{% block meta_description %} |
| 12 | + Canonical is the leading managed Ceph provider, we build, support and manage Ceph clusters in any location. |
| 13 | +{% endblock meta_description %} |
| 14 | + |
| 15 | +{% block meta_copydoc %} |
| 16 | + https://docs.google.com/document/d/1HFtvu3abhwL5ulgWZzZGpElJNqMVAW3qeeEs7APvZRA/edit?tab=t.jijjhiya0no5 |
| 17 | +{% endblock meta_copydoc %} |
| 18 | + |
| 19 | +{% block content %} |
| 20 | + {% call(slot) vf_hero( |
| 21 | + title_text='Canonical Ceph support ', |
| 22 | + subtitle_text='Design, deployment, <br /> and operational support', |
| 23 | + layout='50/50', |
| 24 | + is_split_on_medium=true |
| 25 | + ) -%} |
| 26 | + {%- if slot == 'description' -%} |
| 27 | + <p>Canonical helps you adopt Ceph software defined storage, with a variety of options to suit your organization’s needs and available expertise. From fully managed services to 24/7/365 on-demand troubleshooting, get Ceph support with <a href="https://ubuntu.com/support">guaranteed SLAs</a> from a team of trusted experts.</p> |
| 28 | + <p>Learn how the European Space Agency leverages Ceph, managed by Canonical, to support space missions. </p> |
| 29 | + {%- endif -%} |
| 30 | + {%- if slot == 'cta' -%} |
| 31 | + <a href="#get-in-touch" class="p-button--positive" aria-label="contact-modal">Get in touch</a> |
| 32 | + <a href="/case-study/esa" class="p-button" aria-label="case study">Access the case study</a> |
| 33 | + {%- endif -%} |
| 34 | + {%- if slot == 'image' -%} |
| 35 | + <div class="p-image-container--3-2 is-highlighted is-cover u-hide--small"> |
| 36 | + {{ image( |
| 37 | + url="https://assets.ubuntu.com/v1/b129e512-hero_img.jpg", |
| 38 | + alt="", |
| 39 | + width="1800", |
| 40 | + height="1128", |
| 41 | + hi_def=True, |
| 42 | + loading="lazy", |
| 43 | + attrs={"class": "p-image-container__image"} |
| 44 | + ) | safe }} |
| 45 | + </div> |
| 46 | + {%- endif -%} |
| 47 | + {% endcall -%} |
| 48 | + |
| 49 | + {%- call(slot) vf_tiered_list( |
| 50 | + is_description_full_width_on_desktop=false, |
| 51 | + is_list_full_width_on_tablet=true |
| 52 | + ) -%} |
| 53 | + {%- if slot == 'title' -%} |
| 54 | + <h2>Services for Canonical Ceph</h2> |
| 55 | + {%- endif -%} |
| 56 | + |
| 57 | + {%- if slot == 'description' -%} |
| 58 | + <p> |
| 59 | + From the initial design and hardware selection, to ongoing software support and management, Canonical’s offerings cover all types of Ceph deployments on Ubuntu. Available 24/7/365, by telephone and ticket. |
| 60 | + </p> |
| 61 | + <p><a href="/ceph">Discover Canonical Ceph ›</a></p> |
| 62 | + {%- endif -%} |
| 63 | + |
| 64 | + {%- if slot == 'list_item_title_1' -%} |
| 65 | + <h3 class="p-heading--5">Design and delivery</h3> |
| 66 | + {%- endif -%} |
| 67 | + |
| 68 | + {%- if slot == 'list_item_description_1' -%} |
| 69 | + <p>Canonical offers fixed price Ceph consulting packages. Our basic package gets your Ceph cluster up and running in a standardized configuration. Alternatively, for a tailored deployment architecture which meets your unique requirements, choose our plus offering.</p> |
| 70 | + {%- endif -%} |
| 71 | + |
| 72 | + {%- if slot == 'list_item_title_2' -%} |
| 73 | + <h3 class="p-heading--5">Support</h3> |
| 74 | + {%- endif -%} |
| 75 | + |
| 76 | + {%- if slot == 'list_item_description_2' -%} |
| 77 | + <p>24/7/365 on demand enterprise Ceph support. Get guaranteed SLAs, including knowledge base access, troubleshooting, and bug fixing, to ensure peace of mind for your Ceph deployments.</p> |
| 78 | + <p><a href="https://ubuntu.com/support">Explore support ›</a></p> |
| 79 | + {%- endif -%} |
| 80 | + |
| 81 | + {%- if slot == 'list_item_title_3' -%} |
| 82 | + <h3 class="p-heading--5">Managed services</h3> |
| 83 | + {%- endif -%} |
| 84 | + |
| 85 | + {%- if slot == 'list_item_description_3' -%} |
| 86 | + <p>Fully managed storage as a service, based on Ceph. Managed services covers operations and maintenance, with 24/7 monitoring, incident management, capacity planning, and upgrades.</p> |
| 87 | + <p><a href="https://ubuntu.com/managed-infrastructure">Explore managed services ›</a></p> |
| 88 | + {%- endif -%} |
| 89 | + |
| 90 | + {%- if slot == 'list_item_title_4' -%} |
| 91 | + <h3 class="p-heading--5">Firefighting support</h3> |
| 92 | + {%- endif -%} |
| 93 | + |
| 94 | + {%- if slot == 'list_item_description_4' -%} |
| 95 | + <p>Firefighting support offers a bridge between self-management with troubleshooting support, and a managed service. Get access to on-call engineers to assist with the most critical problems.</p> |
| 96 | + <p><a href="https://ubuntu.com/managed/firefighting-support">Explore firefighting support ›</a></p> |
| 97 | + {%- endif -%} |
| 98 | + |
| 99 | + {%- if slot == 'list_item_title_5' -%} |
| 100 | + <h3 class="p-heading--5">Security and compliance</h3> |
| 101 | + {%- endif -%} |
| 102 | + |
| 103 | + {%- if slot == 'list_item_description_5' -%} |
| 104 | + <p>Make your systems more secure and simplify compliance with Ubuntu Pro. Get up to 15 years of security maintenance for all artifacts used in Canonical Ceph.</p> |
| 105 | + <p><a href="https://ubuntu.com/pro">Learn about Ubuntu Pro ›</a></p> |
| 106 | + {%- endif -%} |
| 107 | + {%- endcall -%} |
| 108 | + |
| 109 | + {{ vf_data_spotlight( |
| 110 | + title={ |
| 111 | + "text": "Enterprise-grade Ceph support", |
| 112 | + }, |
| 113 | + blocks=[ |
| 114 | + { |
| 115 | + "stat": "1 hour", |
| 116 | + "headline": "Response time SLA for severity 1 issues.", |
| 117 | + }, |
| 118 | + { |
| 119 | + "stat": "24/7/365", |
| 120 | + "headline": "Coverage for phone and ticket support.", |
| 121 | + }, |
| 122 | + { |
| 123 | + "stat": "Up to 15 years", |
| 124 | + "headline": "Security fixes and support with Ubuntu Pro.", |
| 125 | + }, |
| 126 | + ], |
| 127 | + ) }} |
| 128 | + |
| 129 | + <section class="p-section"> |
| 130 | + {% call(slot) vf_equal_heights( |
| 131 | + title_text="Cost-effective Ceph support", |
| 132 | + attrs={"id": "4-columns-responsive"}, |
| 133 | + highlight_images=True, |
| 134 | + items=[ |
| 135 | + { |
| 136 | + "title_text": "Fixed price consulting", |
| 137 | + "image_html": '<img src="https://assets.ubuntu.com/v1/818348a8-price.png" class="p-image-container__image" width="284" height="426" alt="" />', |
| 138 | + "description_html": "<p>Get clarity from the beginning with our <a href='https://assets.ubuntu.com/v1/ef493e88-canonical_ceph_consulting_datasheet_11_09_2025.pdf'>fixed price packages</a>. Straightforward Ceph consulting: no surprises, no run-away costs.</p>", |
| 139 | + }, |
| 140 | + { |
| 141 | + "title_text": "Support subscription", |
| 142 | + "image_html": '<img src="https://assets.ubuntu.com/v1/f9d7aa7b-subscription.png" class="p-image-container__image" width="284" height="426" alt="" />', |
| 143 | + "description_html": "<p>Transparent support pricing on a per-node basis to keep your project costs predictable. Up to 384TB RAW storage for Ceph included.</p>", |
| 144 | + }, |
| 145 | + { |
| 146 | + "title_text": "Firefighting support", |
| 147 | + "image_html": '<img src="https://assets.ubuntu.com/v1/716f7279-firefighting.png" class="p-image-container__image" width="284" height="426" alt="" />', |
| 148 | + "description_html": "<p>Reduce the risk of business impact from critical maintenance activities by getting engineers on call to help you resolve any critical issues.</p>", |
| 149 | + }, |
| 150 | + { |
| 151 | + "title_text": "Managed Ceph", |
| 152 | + "image_html": '<img src="https://assets.ubuntu.com/v1/c836fe3e-managed.png" class="p-image-container__image" width="284" height="426" alt="" />', |
| 153 | + "description_html": "<p>Reduce operational complexity and treat storage as a service. Let Canonical's experts operate and maintain your Ceph cluster, filling knowledge gaps and freeing your engineering team to focus on your core business.</p>", |
| 154 | + } |
| 155 | + ] |
| 156 | + ) %} |
| 157 | + {% if slot == "description" %} |
| 158 | + <div> |
| 159 | + <p>Transparent pricing meets enterprise-grade Ceph support. Optimize your storage environment and get peace of mind over your deployments, without the premium overhead.</p> |
| 160 | + <p>Try our <a href="https://ubuntu.com/ceph/pricing-calculator">S3 cost calculator</a> for an indication of the total cost of ownership (TCO) for Canonical Ceph across various capacities, in both fully managed and self-operated configurations, and for different project durations.</p> |
| 161 | + <a class="p-button" href="#get-in-touch">Get in touch</a> |
| 162 | + </div> |
| 163 | + {% endif %} |
| 164 | + {% endcall %} |
| 165 | + </section> |
| 166 | + |
| 167 | + {{ load_form("/ceph") | safe }} |
| 168 | + <script defer src="{{ versioned_static('js/modals.js') }}"></script> |
| 169 | + <script src="{{ versioned_static('js/in-page-navigation.js') }}"></script> |
| 170 | +{% endblock content %} |
0 commit comments