diff options
author | Derek Higgins <derekh@redhat.com> | 2020-06-30 16:46:35 +0100 |
---|---|---|
committer | Derek Higgins <derekh@redhat.com> | 2020-06-30 16:48:26 +0100 |
commit | d72c42b1f7ff48ab3f35a2e879854e657c45d7b2 (patch) | |
tree | 05d2bcbe18dcf1ee5e64c8d492d373538f09805a /zuul.d | |
parent | e461e36ee9bbdd9ff06d91cbc4a898d594545488 (diff) | |
download | ironic-d72c42b1f7ff48ab3f35a2e879854e657c45d7b2.tar.gz |
Use IRONIC_VM_SPECS_RAM from ironic-base in ipv6 job
2G is no longer enough and we have no need to set it
differently to the global value.
Change-Id: I25e6457b8cb93ea4c64c28437869c339fdddf8b2
Diffstat (limited to 'zuul.d')
-rw-r--r-- | zuul.d/ironic-jobs.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/zuul.d/ironic-jobs.yaml b/zuul.d/ironic-jobs.yaml index c69b4157e..650cb9a8d 100644 --- a/zuul.d/ironic-jobs.yaml +++ b/zuul.d/ironic-jobs.yaml @@ -738,7 +738,6 @@ IRONIC_VM_EPHEMERAL_DISK: 0 # This will swap and needs to get to tinycore soon. IRONIC_VM_COUNT: 2 - IRONIC_VM_SPECS_RAM: 2048 IRONIC_VM_SPECS_CPU: 2 Q_PLUGIN: ml2 ENABLE_TENANT_VLANS: True |