fe8ea462f3
This is a mechanically generated patch to add a unit test job running under Python 3.6 as part of the python3-first goal. See the python3-first goal document for details: https://governance.openstack.org/tc/goals/stein/python3-first.html Change-Id: I55c4afe37291cb52e82b9c81d333a7f709b314fb Story: #2002586 Task: #24324
135 lines
3.8 KiB
YAML
135 lines
3.8 KiB
YAML
- nodeset:
|
|
name: openstack-multi-nodes
|
|
nodes:
|
|
- name: controller
|
|
label: ubuntu-xenial
|
|
- name: compute1
|
|
label: ubuntu-xenial
|
|
groups:
|
|
# Nodes running the compute service
|
|
- name: compute
|
|
nodes:
|
|
- controller
|
|
- compute1
|
|
# Nodes that are not the controller
|
|
- name: subnode
|
|
nodes:
|
|
- compute1
|
|
# Switch node for multinode networking setup
|
|
- name: switch
|
|
nodes:
|
|
- controller
|
|
# Peer nodes for multinode networking setup
|
|
- name: peers
|
|
nodes:
|
|
- compute1
|
|
|
|
- job:
|
|
name: tacker-functional-devstack-multinode
|
|
parent: devstack
|
|
description: |
|
|
Base multinodes job for devstack-based functional tests
|
|
nodeset: openstack-multi-nodes
|
|
pre-run: playbooks/devstack/pre.yaml
|
|
run: playbooks/devstack/run.yaml
|
|
post-run: playbooks/devstack/post.yaml
|
|
roles:
|
|
- zuul: openstack-infra/devstack
|
|
timeout: 9000
|
|
required-projects:
|
|
- openstack/aodh
|
|
- openstack/horizon
|
|
- openstack/barbican
|
|
- openstack/ceilometer
|
|
- openstack/heat
|
|
- openstack/mistral
|
|
- openstack/mistral-dashboard
|
|
- openstack/networking-sfc
|
|
- openstack/python-barbicanclient
|
|
- openstack/python-mistralclient
|
|
- openstack/python-tackerclient
|
|
- openstack/tacker
|
|
- openstack/tacker-horizon
|
|
vars:
|
|
devstack_localrc:
|
|
CELLSV2_SETUP: singleconductor
|
|
Q_DVR_MODE: dvr
|
|
test_matrix_configs: [neutron]
|
|
devstack_services:
|
|
horizon: false
|
|
swift: false
|
|
s-account: false
|
|
s-container: false
|
|
s-object: false
|
|
s-proxy: false
|
|
c-bak: false
|
|
zuul_work_dir: src/git.openstack.org/openstack/tacker
|
|
host-vars:
|
|
controller:
|
|
devstack_plugins:
|
|
heat: https://git.openstack.org/openstack/heat
|
|
networking-sfc: https://git.openstack.org/openstack/networking-sfc
|
|
aodh: https://git.openstack.org/openstack/aodh
|
|
ceilometer: https://git.openstack.org/openstack/ceilometer
|
|
barbican: https://git.openstack.org/openstack/barbican
|
|
mistral: https://git.openstack.org/openstack/mistral
|
|
tacker: https://git.openstack.org/openstack/tacker
|
|
devstack_services:
|
|
horizon: false
|
|
swift: false
|
|
s-account: false
|
|
s-container: false
|
|
s-object: false
|
|
s-proxy: false
|
|
c-bak: false
|
|
tacker: true
|
|
tacker-conductor: true
|
|
q-svc: true
|
|
tox_install_siblings: false
|
|
tox_envlist: dsvm-functional
|
|
group-vars:
|
|
subnode:
|
|
devstack_localrc:
|
|
CELLSV2_SETUP: singleconductor
|
|
PHYSICAL_NETWORK: mgmtphysnet0
|
|
devstack_services:
|
|
q-agt: true
|
|
n-api: false
|
|
n-api-meta: false
|
|
n-cauth: false
|
|
n-cond: false
|
|
n-cpu: true
|
|
n-novnc: false
|
|
n-obj: false
|
|
n-sch: false
|
|
horizon: false
|
|
tls-proxy: false
|
|
|
|
- job:
|
|
name: tacker-functional-devstack-multinode-python3
|
|
parent: tacker-functional-devstack-multinode
|
|
description: |
|
|
Run tacker functional tests using python3 against a master devstack
|
|
vars:
|
|
tacker_environment:
|
|
TACKER_TOX_PYTHON: python3
|
|
|
|
- project:
|
|
templates:
|
|
- check-requirements
|
|
- openstack-python-jobs
|
|
- publish-openstack-docs-pti
|
|
- release-notes-jobs-python3
|
|
- openstack-python35-jobs
|
|
- openstack-python36-jobs
|
|
check:
|
|
jobs:
|
|
- tacker-functional-devstack-multinode:
|
|
voting: false
|
|
- tacker-functional-devstack-multinode-python3:
|
|
voting: false
|
|
- openstack-tox-lower-constraints
|
|
gate:
|
|
jobs:
|
|
- openstack-tox-lower-constraints
|