5b9ae3a5ff
The glance devstack plugin is not working for us, and is not needed for our devstack to work, so updating the zuul job to use the 'min' devstack version that is used by other repos such as 'fault' and avoid setting up the glance devstack plugin altogether. Change-Id: Ibad252c69c19d425fe3c9f9b85e773286b3e3c43 Partial-Bug: 1840292 Signed-off-by: Al Bailey <Al.Bailey@windriver.com>
63 lines
1.6 KiB
YAML
63 lines
1.6 KiB
YAML
---
|
|
- project:
|
|
templates:
|
|
- build-openstack-docs-pti
|
|
check:
|
|
jobs:
|
|
- build-openstack-api-ref
|
|
- build-openstack-releasenotes
|
|
- flock-devstack-metal
|
|
- openstack-tox-linters
|
|
- openstack-tox-pep8
|
|
gate:
|
|
jobs:
|
|
- build-openstack-api-ref
|
|
- build-openstack-releasenotes
|
|
- flock-devstack-metal
|
|
- openstack-tox-linters
|
|
- openstack-tox-pep8
|
|
post:
|
|
jobs:
|
|
- publish-stx-api-ref
|
|
- publish-stx-tox
|
|
- publish-stx-releasenotes
|
|
|
|
- job:
|
|
name: flock-devstack-metal
|
|
parent: flock-devstack-base-min
|
|
required-projects:
|
|
- openstack/barbican
|
|
- openstack/python-barbicanclient
|
|
- starlingx/fault
|
|
- starlingx/integ
|
|
- starlingx/nfv
|
|
- starlingx/update
|
|
vars:
|
|
tox_envlist: functional
|
|
devstack_services:
|
|
# StarlingX services
|
|
fm-common: true
|
|
# fm-api: true
|
|
# mtce: true
|
|
mtce-compute: true
|
|
mtce-control: true
|
|
mtce-storage: true
|
|
inventory-api: true
|
|
inventory-conductor: true
|
|
inventory-agent: true
|
|
inventory-client: true
|
|
fsmon: true
|
|
hbs: true
|
|
hwmon: true
|
|
mtcalarm: true
|
|
mtclog: true
|
|
pmon: true
|
|
rmon: true
|
|
devstack_plugins:
|
|
barbican: https://opendev.org/openstack/barbican
|
|
fault: https:://opendev.org/starlingx/fault
|
|
integ: https://opendev.org/starlingx/integ
|
|
metal: https:://opendev.org/starlingx/metal
|
|
# nfv: https:://opendev.org/starlingx/nfv
|
|
update: https:://opendev.org/starlingx/update
|