6260cb0b74
devstack is failing, most likely because StarlingX
uses postgres, and postgres was dropped in devstack by:
cf1c847191
I am not removing the devstack job declaration, or the devstack files
because in the future StarlingX could convert from postgres to
another DB backend, at which point we might want to revisit
using devstack.
Change-Id: I3adec4669d9181d71421f43905f86bf2e7e211c2
Partial-Bug: 1848557
Signed-off-by: Al Bailey <Al.Bailey@windriver.com>
54 lines
1.4 KiB
YAML
54 lines
1.4 KiB
YAML
---
|
|
- project:
|
|
templates:
|
|
- publish-stx-docs
|
|
- stx-api-ref-jobs
|
|
- stx-release-notes-jobs
|
|
check:
|
|
jobs:
|
|
- openstack-tox-pep8
|
|
- openstack-tox-linters
|
|
gate:
|
|
jobs:
|
|
- openstack-tox-pep8
|
|
- openstack-tox-linters
|
|
|
|
- job:
|
|
name: flock-devstack-ha
|
|
parent: flock-devstack-base-min
|
|
required-projects:
|
|
- openstack/barbican
|
|
- openstack/python-barbicanclient
|
|
- starlingx/config
|
|
- starlingx/fault
|
|
- starlingx/integ
|
|
- starlingx/metal
|
|
- starlingx/nfv
|
|
- starlingx/update
|
|
vars:
|
|
tox_envlist: functional
|
|
devstack_services:
|
|
# StarlingX services
|
|
fm-common: true
|
|
fm-api: true
|
|
sm-common: true
|
|
sm-db: true
|
|
sm-daemon: true
|
|
sm-client: true
|
|
sm-tools: true
|
|
sm-api: true
|
|
sm-eru: true
|
|
sm-watchdog: true
|
|
mysql: false
|
|
postgresql: true
|
|
tls-proxy: false
|
|
devstack_plugins:
|
|
barbican: https://opendev.org/openstack/barbican
|
|
config: https://opendev.org/starlingx/config
|
|
fault: https://opendev.org/starlingx/fault
|
|
ha: https://opendev.org/starlingx/ha
|
|
integ: https://opendev.org/starlingx/integ
|
|
metal: https://opendev.org/starlingx/metal
|
|
nfv: https://opendev.org/starlingx/nfv
|
|
update: https://opendev.org/starlingx/update
|