e8a18eee83
This commit was bulk generated and pushed by the OpenDev sysadmins as a part of the Git hosting and code review systems migration detailed in these mailing list posts: http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html Attempts have been made to correct repository namespaces and hostnames based on simple pattern matching, but it's possible some were updated incorrectly or missed entirely. Please reach out to us via the contact information listed at https://opendev.org/ with any questions you may have.
104 lines
2.6 KiB
YAML
104 lines
2.6 KiB
YAML
- nodeset:
|
|
name: masakari-openstack-multi-nodes
|
|
nodes:
|
|
- name: controller
|
|
label: ubuntu-bionic
|
|
- name: compute1
|
|
label: ubuntu-bionic
|
|
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: masakari-functional-devstack-multinode
|
|
parent: devstack
|
|
description: |
|
|
Base multinodes job for devstack-based functional tests
|
|
nodeset: masakari-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/horizon
|
|
- openstack/python-masakariclient
|
|
- openstack/masakari
|
|
- openstack/masakari-monitors
|
|
vars:
|
|
test_matrix_configs: [neutron]
|
|
devstack_services:
|
|
horizon: false
|
|
swift: false
|
|
zuul_work_dir: src/opendev.org/openstack/masakari
|
|
host-vars:
|
|
controller:
|
|
devstack_plugins:
|
|
masakari: https://opendev.org/openstack/masakari
|
|
devstack_services:
|
|
horizon: false
|
|
swift: false
|
|
q-svc: true
|
|
masakari-monitors: true
|
|
tox_install_siblings: false
|
|
tox_envlist: functional
|
|
group-vars:
|
|
subnode:
|
|
devstack_plugins:
|
|
masakari: https://opendev.org/openstack/masakari
|
|
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-sch: false
|
|
horizon: false
|
|
tls-proxy: false
|
|
masakari-monitors: true
|
|
masakari-api: false
|
|
masakari-engine: false
|
|
|
|
|
|
- project:
|
|
templates:
|
|
- check-requirements
|
|
- openstack-cover-jobs
|
|
- openstack-lower-constraints-jobs
|
|
- openstack-python-jobs
|
|
- openstack-python35-jobs
|
|
- openstack-python36-jobs
|
|
- publish-openstack-docs-pti
|
|
- release-notes-jobs-python3
|
|
check:
|
|
jobs:
|
|
- masakari-functional-devstack-multinode:
|
|
voting: True
|
|
|
|
- project:
|
|
masakari-systemfault-integration-ci:
|
|
jobs:
|
|
- masakari-build-test
|
|
|
|
- job:
|
|
name: masakari-build-test
|
|
parent: base
|