Skip to content
This repository was archived by the owner on May 29, 2024. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openstack-archive/devstack-gate
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: citrix-openstack/devstack-gate
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 4 files changed
  • 3 contributors

Commits on Feb 26, 2016

  1. Merge ZUUL_REF branch

    Change-Id: Ia8801a2aec4211681d42e8295df93188cf03879e
    Bob Ball committed Feb 26, 2016
    Configuration menu
    Copy the full SHA
    776f5e4 View commit details
    Browse the repository at this point in the history
  2. Update to force stack to run on saucy

    Change-Id: I133f004ec749dfd2c360474936b3421d146c33ab
    Bob Ball committed Feb 26, 2016
    Configuration menu
    Copy the full SHA
    dabb727 View commit details
    Browse the repository at this point in the history
  3. Remove heat, trove, sahara and ceilometer from XenAPI testing

    Change-Id: Iea5045d5f615791bb30ec9f7273a672ff9be5ca1
    Bob Ball committed Feb 26, 2016
    Configuration menu
    Copy the full SHA
    7ad4841 View commit details
    Browse the repository at this point in the history
  4. Use sudo -H to install ansible to avoid permission failures.

    Change-Id: Icf3d139dfba0b6f77e5a6b6ebf796f75585268f6
    
    Conflicts:
    	devstack-vm-gate-wrap.sh
    Bob Ball committed Feb 26, 2016
    Configuration menu
    Copy the full SHA
    143370d View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2016

  1. Add support for xenserver neutron external CI

    Remove "FORCE=yes" to align with openstack-infro/devstack-gate upstream
    Move FLAT_NETWORK_BRIDGE item to pre_test_hook when neutron is used
    Set gate_hook link to our repo(under $WORKSPACE)'s devstack-vm-gate.sh
    Annie-XIE committed Jun 2, 2016
    Configuration menu
    Copy the full SHA
    a9fd161 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2016

  1. Merge pull request #3 from citrix-openstack/for-neutron-osci

    Add support for xenserver neutron external CI
    Bob Ball committed Jun 6, 2016
    Configuration menu
    Copy the full SHA
    03ab23c View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2016

  1. Skip multi-host setup for nova network setup

    There is a workaround which always set multi-hosts for Nova
    network. It creates a br_flat interface which is connected
    to vmnet and DHCP server listens on this interface. But
    XenServer has eth3 connected to vmnet. We should use eth3
    as the flat interface otherwise the devstack VM has no access
    to the guest instances. So we shouldn't apply that workaround
    for XenServer. And we currently don't use multi-hosts for
    XenServer CI. So let's skipt it.
    Jianghua Wang committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    24daa02 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2016

  1. Merge pull request #4 from citrix-openstack/skipMultiHost

    Skip multi-host setup for nova network setup
    Bob Ball authored Aug 2, 2016
    Configuration menu
    Copy the full SHA
    bc3b20d View commit details
    Browse the repository at this point in the history
Loading