diff options
author | Zuul <zuul@review.opendev.org> | 2020-08-07 00:39:52 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2020-08-07 00:39:52 +0000 |
commit | dc8375344481c1d3288a6cbd217f7608c30ae8be (patch) | |
tree | 1088c0da1a8294b1467b7d62885ed42ac6158364 /zuul.d | |
parent | 62fcdbf463000df5bde9bb904e77fa5207db2f81 (diff) | |
parent | 3730c92ce35ca30ff15d5d8310f4dd37092fbb14 (diff) | |
download | ironic-dc8375344481c1d3288a6cbd217f7608c30ae8be.tar.gz |
Merge "Update number of VM on ironic-base" into stable/ussuri
Diffstat (limited to 'zuul.d')
-rw-r--r-- | zuul.d/ironic-jobs.yaml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/zuul.d/ironic-jobs.yaml b/zuul.d/ironic-jobs.yaml index 932d3c746..42af8081a 100644 --- a/zuul.d/ironic-jobs.yaml +++ b/zuul.d/ironic-jobs.yaml @@ -41,7 +41,7 @@ IRONIC_INSPECTOR_BUILD_RAMDISK: False IRONIC_TEMPEST_BUILD_TIMEOUT: 900 IRONIC_TEMPEST_WHOLE_DISK_IMAGE: False - IRONIC_VM_COUNT: 1 + IRONIC_VM_COUNT: 2 IRONIC_VM_EPHEMERAL_DISK: 1 IRONIC_VM_SPECS_RAM: 3072 IRONIC_VM_LOG_DIR: '{{ devstack_base_dir }}/ironic-bm-logs' @@ -260,7 +260,6 @@ vars: devstack_localrc: IRONIC_DEFAULT_BOOT_OPTION: netboot - IRONIC_VM_COUNT: 2 IRONIC_AUTOMATED_CLEAN_ENABLED: True @@ -673,7 +672,6 @@ IRONIC_TEMPEST_WHOLE_DISK_IMAGE: True 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 @@ -706,7 +704,6 @@ IRONIC_ENABLED_RESCUE_INTERFACES: "fake,agent,no-rescue" IRONIC_RAMDISK_TYPE: tinyipa IRONIC_VM_SPECS_RAM: 384 - IRONIC_VM_COUNT: 2 IRONIC_TEMPEST_WHOLE_DISK_IMAGE: True IRONIC_VM_EPHEMERAL_DISK: 0 SWIFT_ENABLE_TEMPURLS: True |