6ccf0b68c0
Install and cleanup utility inventory-dbsync, inventory-dnsmasq-lease-update and services inventory-api, inventory-conductor, inventory-agent Task: 29245 Story: 2003161 Depends-on: https://review.openstack.org/#/c/642305/ Change-Id: I62867f95285df9a6e5bb8c429e88d007f6db0f02 Signed-off-by: Martin, Chen <haochuan.z.chen@intel.com>
61 lines
1.5 KiB
YAML
61 lines
1.5 KiB
YAML
---
|
|
- project:
|
|
templates:
|
|
- build-openstack-docs-pti
|
|
check:
|
|
jobs:
|
|
- build-openstack-api-ref
|
|
- build-openstack-releasenotes
|
|
- openstack-tox-linters
|
|
- openstack-tox-pep8
|
|
- stx-devstack-metal:
|
|
voting: false
|
|
gate:
|
|
jobs:
|
|
- build-openstack-api-ref
|
|
- build-openstack-releasenotes
|
|
- openstack-tox-linters
|
|
- openstack-tox-pep8
|
|
post:
|
|
jobs:
|
|
- publish-stx-api-ref
|
|
- publish-stx-tox
|
|
- publish-stx-releasenotes
|
|
|
|
- job:
|
|
name: stx-devstack-metal
|
|
parent: stx-devstack-base
|
|
timeout: 7800
|
|
required-projects:
|
|
- openstack/stx-update
|
|
- openstack/stx-fault
|
|
- openstack/stx-nfv
|
|
vars:
|
|
tox_envlist: functional
|
|
devstack_services:
|
|
horizon: false
|
|
# 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
|
|
fsmon: true
|
|
hbs: true
|
|
hwmon: true
|
|
mtcalarm: true
|
|
mtclog: true
|
|
pmon: true
|
|
rmon: true
|
|
devstack_plugins:
|
|
stx-fault: git://git.starlingx.io/stx-fault
|
|
stx-metal: git://git.starlingx.io/stx-metal
|
|
stx-nfv: git://git.starlingx.io/stx-nfv
|
|
stx-update: git://git.starlingx.io/stx-update
|
|
files:
|
|
- ^devstack/.*
|