From 197dfb32d1b47396708a21e12e2f19147513dab7 Mon Sep 17 00:00:00 2001 From: Tadas Sutkaitis Date: Wed, 29 Jul 2026 10:24:16 +0300 Subject: [PATCH 1/6] docs(nova): describe role purpose Signed-off-by: Tadas Sutkaitis --- roles/nova/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/nova/README.md b/roles/nova/README.md index 0a4b9dbc40..5f38b7f946 100644 --- a/roles/nova/README.md +++ b/roles/nova/README.md @@ -1 +1,4 @@ # `nova` + +This role deploys the OpenStack Compute service using the vendored Nova Helm +chart. From ee5a5e6766d738486faea8f7cee22819192c0205 Mon Sep 17 00:00:00 2001 From: Tadas Sutkaitis Date: Wed, 29 Jul 2026 10:39:39 +0300 Subject: [PATCH 2/6] test(ci): trigger Nova selective validation Signed-off-by: Tadas Sutkaitis From 38c6bf4bf1e46e8c1615674ea0aed26119e5deca Mon Sep 17 00:00:00 2001 From: Tadas Sutkaitis Date: Wed, 29 Jul 2026 16:18:36 +0300 Subject: [PATCH 3/6] test(ci): validate updated Nova plan Signed-off-by: Tadas Sutkaitis From e9f562bf35e9601de012747bf6bd8b7731f41d0a Mon Sep 17 00:00:00 2001 From: Tadas Sutkaitis Date: Wed, 29 Jul 2026 16:33:15 +0300 Subject: [PATCH 4/6] docs(nova): clarify deployed services Signed-off-by: Tadas Sutkaitis --- roles/nova/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/nova/README.md b/roles/nova/README.md index 5f38b7f946..04e41fb464 100644 --- a/roles/nova/README.md +++ b/roles/nova/README.md @@ -1,4 +1,5 @@ # `nova` This role deploys the OpenStack Compute service using the vendored Nova Helm -chart. +chart. It configures the API, scheduler, and compute services used by the +deployment. From 42e948f7dbd46a4679f1ba9b50fc9f98a510b1c2 Mon Sep 17 00:00:00 2001 From: Tadas Sutkaitis Date: Wed, 29 Jul 2026 16:41:32 +0300 Subject: [PATCH 5/6] docs(nova): note flavor creation timing Signed-off-by: Tadas Sutkaitis --- roles/nova/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/nova/README.md b/roles/nova/README.md index 04e41fb464..e3a00e57c4 100644 --- a/roles/nova/README.md +++ b/roles/nova/README.md @@ -3,3 +3,4 @@ This role deploys the OpenStack Compute service using the vendored Nova Helm chart. It configures the API, scheduler, and compute services used by the deployment. +Configured flavors are created after the Compute API becomes available. From 187227644e0b43de5167cabaf2ef25c27581a949 Mon Sep 17 00:00:00 2001 From: Tadas Sutkaitis Date: Wed, 29 Jul 2026 16:48:01 +0300 Subject: [PATCH 6/6] docs(nova): document flavor variable Signed-off-by: Tadas Sutkaitis --- roles/nova/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/nova/README.md b/roles/nova/README.md index e3a00e57c4..9b17fa58c3 100644 --- a/roles/nova/README.md +++ b/roles/nova/README.md @@ -4,3 +4,4 @@ This role deploys the OpenStack Compute service using the vendored Nova Helm chart. It configures the API, scheduler, and compute services used by the deployment. Configured flavors are created after the Compute API becomes available. +Flavor definitions are supplied through the `nova_flavors` role variable.