From f91ffd9d3b5628616777e98d68b261390e145929 Mon Sep 17 00:00:00 2001 From: mattrowe-opennebula Date: Fri, 17 Apr 2026 09:52:34 +0200 Subject: [PATCH 1/2] M #~: Increased Slurm disk size --- .../ai_factory_blueprints/direct_ai_execution/nvidia_slurm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/solutions/ai_factory_blueprints/direct_ai_execution/nvidia_slurm.md b/content/solutions/ai_factory_blueprints/direct_ai_execution/nvidia_slurm.md index d8b55ebf..c1b6f341 100644 --- a/content/solutions/ai_factory_blueprints/direct_ai_execution/nvidia_slurm.md +++ b/content/solutions/ai_factory_blueprints/direct_ai_execution/nvidia_slurm.md @@ -87,7 +87,7 @@ You must also have access to the Sunstone user interface. * **Physical CPU**: 2 * Click **Next** to move onto the **Advanced options** * In the **Storage** tab edit the **SlurmWorker** disk by clicking the pen icon: - * Click **Next** to move to **Advanced options**, set **Size on instantiate** to 20480 + * Click **Next** to move to **Advanced options**, set **Size on instantiate** to 30720 {{< image path="/images/ai_factories/slurm-update-disk.png" alt="Slurm disk" align="center" width="90%" mt="20px" mb="40px" >}} From 82445ec38aa730926895d02d46087e19663f155f Mon Sep 17 00:00:00 2001 From: mattrowe-opennebula Date: Fri, 17 Apr 2026 10:40:27 +0200 Subject: [PATCH 2/2] M #~: Change yaml syle in ai_read_k8s --- .../containerized_ai_execution/ai_ready_k8s.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/solutions/ai_factory_blueprints/containerized_ai_execution/ai_ready_k8s.md b/content/solutions/ai_factory_blueprints/containerized_ai_execution/ai_ready_k8s.md index 11d91903..98176d9d 100644 --- a/content/solutions/ai_factory_blueprints/containerized_ai_execution/ai_ready_k8s.md +++ b/content/solutions/ai_factory_blueprints/containerized_ai_execution/ai_ready_k8s.md @@ -157,7 +157,8 @@ The CAPI appliance takes some minutes to be in “Ready” status. Once the appl ``` 4. Create a `values.yaml` file for parameterizing the workload Cluster helm chart. You will see that the `values.yaml` file contains some default value overrides, like the images and templates applied for the workload nodes: - ```yaml + + ```shell cat > values.yaml << EOF ONE_XMLRPC: "http://$ONE_FRONTEND_IP:2633/RPC2" ONE_AUTH: "oneadmin:$ONEADMIN_PASSWORD"