flavor_ref and flavor_ref_alt have hardcoded 64 and 128 ram size

Bug #1580695 reported by Ciprian Barbu
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Rally
Fix Released
Undecided
Unassigned

Bug Description

When running tempest (rally verify start) rally creates or discovers two flavors using hardcoded 64 and 128 ram size. Most of the tests are using the first one, whereas the second one is mainly used by tests like those that resize an instance.

This doesn't play well with e.g. aarch64 which cannot boot a cirros image for instance with only 64MB of memory, so it's better to make the two sizes configurable

Revision history for this message
Ciprian Barbu (ciprian-barbu) wrote :

Here is a proposed change: https://review.openstack.org/#/c/315171/

Changed in rally:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to rally (master)

Reviewed: https://review.openstack.org/315171
Committed: https://git.openstack.org/cgit/openstack/rally/commit/?id=48b99755826fc4851b0aadad2ea92a4d4b4a5857
Submitter: Jenkins
Branch: master

commit 48b99755826fc4851b0aadad2ea92a4d4b4a5857
Author: Ciprian Barbu <email address hidden>
Date: Wed May 11 20:05:32 2016 +0300

    [Verify] Add tempest configs and move to new section

    Moved the old image and role options to the [tempest] section and added a
    few flavor related config options. With these new options it is possible
    to configure the RAM size of the two flavors used when running tempest
    and the RAM size of the orchestration instance type flavor.

    These were previously hardcoded to 64M, 128M and 64M respectively which
    may cause the test image to fail under certain conditions, due to lack of
    memory (e.g. AArch64 VMs seem to fall into this category).

    After applying this fix, the three ram sizes and all other tempest related
    options can be configured in the [tempest] section of /etc/rally/rally.conf.

    Closes-Bug: #1580695

    Change-Id: I33b8682310a42e66b408802a0d955fc886f6c8ed
    Signed-off-by: Ciprian Barbu <email address hidden>

Changed in rally:
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.