From 25a0b09c5e6ba7800521c2d8c71de80ff232135f Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Thu, 14 Nov 2024 11:56:42 -0600 Subject: [PATCH] fix(nova): adjust default quotas higher The default quotas are too low for bare metal gear to be able to even build one machine so increase the values up. --- components/nova/aio-values.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/nova/aio-values.yaml b/components/nova/aio-values.yaml index 5bff4716..956da762 100644 --- a/components/nova/aio-values.yaml +++ b/components/nova/aio-values.yaml @@ -63,6 +63,10 @@ conf: # this is where we populate our hardware project_domain_name: infra project_name: baremetal + quota: + # adjust default quotas to make it possible to use baremetal + cores: 512 + ram: 512000 console: