Comment 10 for bug 1419094

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to os-ansible-deployment (icehouse)

Reviewed: https://review.openstack.org/157168
Committed: https://git.openstack.org/cgit/stackforge/os-ansible-deployment/commit/?id=a774af4ce8d29644888ec21f2106e5f460382572
Submitter: Jenkins
Branch: icehouse

commit a774af4ce8d29644888ec21f2106e5f460382572
Author: Kevin Carter <email address hidden>
Date: Mon Feb 16 07:07:52 2015 -0600

    Enable tempest scenarios for aio

    This patch updates the tempest resources play to create all the
    pre-requistes for running the commit_aio tempest tests. This is
    currently test_minimum_basic and test_swift_basic_ops.
    Also defaults gate-check-commit RUN_TEMPEST and DEPLOY_TEMPEST variables
    to yes.

    Several other improvements were required to get tempest to run.
    * The AIO interfaces file was changed to allow for proper networking of
      a flat network within an environment.
    * ml2_conf.ini a variable was added to override an assumed network
      interface on a physical host.
    * rpc_tempest_gate.sh was updated to allow for commit_aio testing.
    * The gate scripts were update to support running tempest. in the
      environment.

    Co-Authored-By: Hugh Saunders <email address hidden>
    Closes-Bug: #1419094

    Conflicts:
            rpc_deployment/roles/tempest/templates/tempest.conf.j2
            scripts/gate-check-commit.sh

    Change-Id: Ib92b30f040cf05202d7785c8a3132150d31ef92e
    (cherry picked from commit b5c11f23f649a461253a9643be4b2720b72c2393)