2015-10-01 02:43:24 +00:00
|
|
|
- job-template:
|
2015-10-24 17:03:27 +00:00
|
|
|
name: '{pipeline}-tempest-dsvm-networking-midonet-v1{job-suffix}'
|
2015-10-01 02:43:24 +00:00
|
|
|
node: '{node}'
|
|
|
|
|
|
|
|
wrappers:
|
|
|
|
- build-timeout:
|
|
|
|
timeout: 125
|
|
|
|
- timestamps
|
|
|
|
|
|
|
|
builders:
|
2015-11-26 18:06:49 +00:00
|
|
|
- print-template-name:
|
|
|
|
template-name: "{template-name}"
|
2015-10-01 02:43:24 +00:00
|
|
|
- link-logs
|
|
|
|
- net-info
|
|
|
|
- devstack-checkout
|
|
|
|
- shell: |
|
|
|
|
#!/bin/bash -xe
|
|
|
|
export PYTHONUNBUFFERED=true
|
|
|
|
export DEVSTACK_GATE_TIMEOUT=120
|
|
|
|
export DEVSTACK_GATE_NEUTRON=1
|
|
|
|
export DEVSTACK_GATE_TEMPEST=1
|
|
|
|
export BRANCH_OVERRIDE={branch-override}
|
|
|
|
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
|
|
|
|
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
|
|
|
|
fi
|
|
|
|
# Because we are testing a non standard project, add
|
|
|
|
# our project repository. This makes zuul do the right
|
|
|
|
# reference magic for testing changes.
|
|
|
|
export PROJECTS="openstack/networking-midonet $PROJECTS"
|
|
|
|
# Note the actual url here is somewhat irrelevant because it
|
|
|
|
# caches in nodepool, however make it a valid url for
|
|
|
|
# documentation purposes.
|
|
|
|
export DEVSTACK_LOCAL_CONFIG="enable_plugin networking-midonet git://git.openstack.org/openstack/networking-midonet"
|
|
|
|
export DEVSTACK_LOCAL_CONFIG+=$'\n'"Q_PLUGIN=midonet"
|
|
|
|
export DEVSTACK_LOCAL_CONFIG+=$'\n'"TEMPEST_RUN_VALIDATION=True"
|
|
|
|
|
|
|
|
# Enable MidoNet v1 architecture
|
|
|
|
export DEVSTACK_LOCAL_CONFIG+=$'\n'"MIDONET_PLUGIN=midonet.neutron.plugin_v1.MidonetPluginV2"
|
|
|
|
export DEVSTACK_LOCAL_CONFIG+=$'\n'"MIDONET_CLIENT=midonet.neutron.client.api.MidonetApiClient"
|
|
|
|
export DEVSTACK_LOCAL_CONFIG+=$'\n'"MIDONET_USE_ZOOM=False"
|
|
|
|
# NOTE(yamamoto): v2015.06 is the latest stable releases
|
|
|
|
# with v1 support.
|
|
|
|
# REVISIT(yamamoto): Consider switching to stable/v2015.06.4
|
|
|
|
# when available.
|
|
|
|
export DEVSTACK_LOCAL_CONFIG+=$'\n'"MIDONET_BRANCH=staging/v2015.06"
|
|
|
|
|
|
|
|
# Keep localrc to be able to set some vars in pre_test_hook
|
|
|
|
export KEEP_LOCALRC=1
|
|
|
|
|
|
|
|
export DEVSTACK_GATE_SETTINGS=/opt/stack/new/networking-midonet/devstack/devstackgaterc
|
|
|
|
|
|
|
|
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
|
|
|
|
./safe-devstack-vm-gate-wrap.sh
|
|
|
|
|
|
|
|
publishers:
|
|
|
|
- devstack-logs
|
|
|
|
- console-log
|
|
|
|
|
|
|
|
- job-template:
|
2015-10-24 17:03:27 +00:00
|
|
|
name: '{pipeline}-tempest-dsvm-networking-midonet-v2{job-suffix}'
|
2015-10-01 02:43:24 +00:00
|
|
|
node: '{node}'
|
|
|
|
|
|
|
|
wrappers:
|
|
|
|
- build-timeout:
|
|
|
|
timeout: 125
|
|
|
|
- timestamps
|
|
|
|
|
|
|
|
builders:
|
2015-11-26 18:06:49 +00:00
|
|
|
- print-template-name:
|
|
|
|
template-name: "{template-name}"
|
2015-10-01 02:43:24 +00:00
|
|
|
- link-logs
|
|
|
|
- net-info
|
|
|
|
- devstack-checkout
|
|
|
|
- shell: |
|
|
|
|
#!/bin/bash -xe
|
|
|
|
export PYTHONUNBUFFERED=true
|
|
|
|
export DEVSTACK_GATE_TIMEOUT=120
|
|
|
|
export DEVSTACK_GATE_NEUTRON=1
|
|
|
|
export DEVSTACK_GATE_TEMPEST=1
|
|
|
|
export BRANCH_OVERRIDE={branch-override}
|
|
|
|
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
|
|
|
|
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
|
|
|
|
fi
|
|
|
|
|
|
|
|
# Because we are testing a non standard project, add
|
|
|
|
# our project repository. This makes zuul do the right
|
|
|
|
# reference magic for testing changes.
|
|
|
|
export PROJECTS="openstack/networking-midonet $PROJECTS"
|
|
|
|
# Note the actual url here is somewhat irrelevant because it
|
|
|
|
# caches in nodepool, however make it a valid url for
|
|
|
|
# documentation purposes.
|
|
|
|
export DEVSTACK_LOCAL_CONFIG="enable_plugin networking-midonet git://git.openstack.org/openstack/networking-midonet"
|
|
|
|
export DEVSTACK_LOCAL_CONFIG+=$'\n'"Q_PLUGIN=midonet"
|
|
|
|
export DEVSTACK_LOCAL_CONFIG+=$'\n'"TEMPEST_RUN_VALIDATION=True"
|
|
|
|
|
|
|
|
# Enable MidoNet v2 architecture
|
|
|
|
export DEVSTACK_LOCAL_CONFIG+=$'\n'"MIDONET_PLUGIN=midonet.neutron.plugin_v2.MidonetPluginV2"
|
|
|
|
export DEVSTACK_LOCAL_CONFIG+=$'\n'"MIDONET_CLIENT=midonet.neutron.client.api.MidonetApiClient"
|
|
|
|
export DEVSTACK_LOCAL_CONFIG+=$'\n'"Q_SERVICE_PLUGIN_CLASSES=midonet.neutron.services.l3.l3_midonet.MidonetL3ServicePlugin"
|
|
|
|
export DEVSTACK_LOCAL_CONFIG+=$'\n'"MIDONET_USE_ZOOM=True"
|
|
|
|
|
|
|
|
# Keep localrc to be able to set some vars in pre_test_hook
|
|
|
|
export KEEP_LOCALRC=1
|
|
|
|
|
|
|
|
export DEVSTACK_GATE_SETTINGS=/opt/stack/new/networking-midonet/devstack/devstackgaterc
|
|
|
|
|
|
|
|
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
|
|
|
|
./safe-devstack-vm-gate-wrap.sh
|
|
|
|
|
|
|
|
publishers:
|
|
|
|
- devstack-logs
|
|
|
|
- console-log
|
|
|
|
|
|
|
|
- job-template:
|
2015-10-24 17:03:27 +00:00
|
|
|
name: '{pipeline}-tempest-dsvm-networking-midonet-ml2{job-suffix}'
|
2015-10-01 02:43:24 +00:00
|
|
|
node: '{node}'
|
|
|
|
|
|
|
|
wrappers:
|
|
|
|
- build-timeout:
|
|
|
|
timeout: 125
|
|
|
|
- timestamps
|
|
|
|
|
|
|
|
builders:
|
|
|
|
- link-logs
|
|
|
|
- net-info
|
|
|
|
- devstack-checkout
|
|
|
|
- shell: |
|
|
|
|
#!/bin/bash -xe
|
|
|
|
export PYTHONUNBUFFERED=true
|
|
|
|
export DEVSTACK_GATE_TIMEOUT=120
|
|
|
|
export DEVSTACK_GATE_NEUTRON=1
|
|
|
|
export DEVSTACK_GATE_TEMPEST=1
|
|
|
|
export BRANCH_OVERRIDE={branch-override}
|
|
|
|
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
|
|
|
|
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
|
|
|
|
fi
|
|
|
|
|
|
|
|
# Because we are testing a non standard project, add
|
|
|
|
# our project repository. This makes zuul do the right
|
|
|
|
# reference magic for testing changes.
|
|
|
|
export PROJECTS="openstack/networking-midonet $PROJECTS"
|
|
|
|
# Note the actual url here is somewhat irrelevant because it
|
|
|
|
# caches in nodepool, however make it a valid url for
|
|
|
|
# documentation purposes.
|
|
|
|
export DEVSTACK_LOCAL_CONFIG="enable_plugin networking-midonet git://git.openstack.org/openstack/networking-midonet"
|
|
|
|
export DEVSTACK_LOCAL_CONFIG+=$'\n'"Q_PLUGIN=ml2"
|
|
|
|
export DEVSTACK_LOCAL_CONFIG+=$'\n'"TEMPEST_RUN_VALIDATION=True"
|
|
|
|
export DEVSTACK_LOCAL_CONFIG+=$'\n'"Q_ML2_PLUGIN_MECHANISM_DRIVERS=midonet"
|
|
|
|
export DEVSTACK_LOCAL_CONFIG+=$'\n'"Q_ML2_PLUGIN_TYPE_DRIVERS=midonet,uplink"
|
|
|
|
export DEVSTACK_LOCAL_CONFIG+=$'\n'"Q_ML2_TENANT_NETWORK_TYPE=midonet"
|
|
|
|
export DEVSTACK_LOCAL_CONFIG+=$'\n'"ML2_L3_PLUGIN=midonet.neutron.services.l3.l3_midonet.MidonetL3ServicePlugin"
|
|
|
|
export DEVSTACK_LOCAL_CONFIG+=$'\n'"MIDONET_USE_ZOOM=True"
|
|
|
|
|
|
|
|
# Keep localrc to be able to set some vars in pre_test_hook
|
|
|
|
export KEEP_LOCALRC=1
|
|
|
|
|
|
|
|
export DEVSTACK_GATE_SETTINGS=/opt/stack/new/networking-midonet/devstack/devstackgaterc
|
|
|
|
|
|
|
|
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
|
|
|
|
./safe-devstack-vm-gate-wrap.sh
|
|
|
|
|
|
|
|
publishers:
|
|
|
|
- devstack-logs
|
|
|
|
- console-log
|