ha/.zuul.yaml
Dean Troyer 0c8ca24e5b Add DevStack support
This builds, installs and cleans some of the SM components, plus adds
a DevStack job and a build.sh script to build components outside DevStack.

It uses the 'new' DevStack base job flock-devstack-base directly.

Also some interesting work-arounds were required to build sm-common and sm-db,
need to sort out the differences between CentOS 7.5 and Ubuntu Xenial.

Fixed a couple of occurrances of this error:
  sm_db_service_domain_neighbors.c:311:25: error: ISO C++ forbids
  comparison between pointer and integer [-Werror=permissive]
     if( '\0' != record->orchestration )
                        ^~~~~~~~~~~~~

02Apr2019 - Add new skips for flake8 after upstream release
03Apr2019 - Merge with https://review.openstack.org/#/c/647490/2, at this point
            there is not much reason to do this in two steps.

Change-Id: I33c44a764295e8e0a7ae4771ea02e950f06bf2a2
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
2019-04-04 15:43:20 -05:00

61 lines
1.6 KiB
YAML

---
- project:
templates:
- build-openstack-docs-pti
check:
jobs:
- build-openstack-api-ref
- build-openstack-releasenotes
- flock-devstack-ha
- openstack-tox-pep8
- openstack-tox-linters
gate:
jobs:
- build-openstack-api-ref
- build-openstack-releasenotes
- flock-devstack-ha
- openstack-tox-pep8
- openstack-tox-linters
post:
jobs:
- publish-stx-api-ref
- publish-stx-tox
- publish-stx-releasenotes
- job:
name: flock-devstack-ha
parent: flock-devstack-base
required-projects:
- openstack/barbican
- openstack/python-barbicanclient
- openstack/stx-config
- openstack/stx-fault
- openstack/stx-integ
- openstack/stx-metal
- openstack/stx-nfv
- openstack/stx-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
mysql: false
postgresql: true
tls-proxy: false
devstack_plugins:
barbican: https://git.openstack.org/openstack/barbican
stx-config: https://git.starlingx.io/stx-config
stx-fault: https:://git.starlingx.io/stx-fault
stx-ha: https://git.starlingx.io/stx-ha
stx-integ: https://git.starlingx.io/stx-integ
stx-metal: https:://git.starlingx.io/stx-metal
stx-nfv: https:://git.starlingx.io/stx-nfv
stx-update: https:://git.starlingx.io/stx-update