From 7ff6935528d4d9ad9edc5c9bc809871962314861 Mon Sep 17 00:00:00 2001 From: Andreas Fritzler Date: Fri, 24 Jul 2026 15:47:41 +0200 Subject: [PATCH 1/2] Update landing page to reflect AI infrastructure support Signed-off-by: Andreas Fritzler --- docs/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/index.md b/docs/index.md index d64245e..33851df 100644 --- a/docs/index.md +++ b/docs/index.md @@ -5,7 +5,7 @@ layout: home hero: name: "IronCore Project" text: "Cloud Native Infrastructure Management" - tagline: "IronCore is an Open-Source platform designed to empower users by providing a robust Infrastructure as a Service layer, Bare Metal Management and Network Automation" + tagline: "IronCore is an Open-Source platform designed to empower users by providing a robust Infrastructure as a Service layer, Bare Metal Management, Network Automation, and AI/Accelerator Infrastructure" image: src: https://raw.githubusercontent.com/ironcore-dev/ironcore/refs/heads/main/docs/assets/logo_borderless.svg alt: IronCore @@ -29,11 +29,11 @@ features: - title: 🧰 Declarative Day-2 Operations details: Manage BIOS, firmware, and hardware inventory declaratively via Kubernetes. - title: ☁️ Modular IaaS Building Blocks - details: Pluggable compute, storage, and networking providers designed for hybrid and edge deployments. + details: Pluggable compute (CPU and GPU), storage, and networking providers designed for hybrid and edge deployments. + - title: 🚀 AI & Accelerator Infrastructure + details: Discover, provision, and manage GPU and accelerator resources declaratively to run AI/ML workloads. - title: 🔗 Native Kubernetes Integration details: Seamless integration with CSI, CCM, Cluster API, and Gardener. - - title: 🧱 Composable, Reusable Components - details: Reuse standalone modules like Metal Operator, Libvirt, or Ceph Providers across environments. - title: 👨‍💻 DevOps-Ready by Design details: End-to-end infrastructure and lifecycle management powered by a declarative Kubernetes API. --- From 397337d88cac6fa9592a7e4a00087f938876c758 Mon Sep 17 00:00:00 2001 From: Andreas Fritzler Date: Mon, 27 Jul 2026 13:31:56 +0200 Subject: [PATCH 2/2] Add AI/Accelerator Infrastructure to Open Graph description Signed-off-by: Andreas Fritzler --- docs/.vitepress/config.mts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index 068bc61..43b0657 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -10,7 +10,7 @@ export default withMermaid({ ['link', { rel: 'icon', href: 'https://raw.githubusercontent.com/ironcore-dev/ironcore/refs/heads/main/docs/assets/logo_borderless.svg' }], ['meta', {property: 'og:type', content: 'website'}], ['meta', {property: 'og:title', content: 'IronCore Project - Cloud Native Infrastructure Management'}], - ['meta', {property: 'og:description', content: 'IronCore is an Open-Source platform designed to empower users by providing a robust Infrastructure as a Service layer, Bare Metal Management and Network Automation'}], + ['meta', {property: 'og:description', content: 'IronCore is an Open-Source platform designed to empower users by providing a robust Infrastructure as a Service layer, Bare Metal Management, Network Automation, and AI/Accelerator Infrastructure'}], ['meta', {property: 'og:site_name', content: 'IronCore Project'}], ['meta', {property: 'og:image', content: 'https://raw.githubusercontent.com/ironcore-dev/ironcore-dev.github.io/refs/heads/main/docs/public/og-ironcore.png'}], ['meta', {property: 'og:url', content: 'https://ironcore.dev/'}],