Switch to new DevStack base job
Rename stx-devstack-nfv to flock-devstack-nfv and inherit from flock-devstack-base-min Change-Id: Ib8aca1dcc09f489b3597daa78b60d39f3ffc54d5 Signed-off-by: Dean Troyer <dtroyer@gmail.com>
This commit is contained in:
parent
cb1af1cd4b
commit
b3944c1bc7
53
.zuul.yaml
53
.zuul.yaml
@ -6,6 +6,7 @@
|
|||||||
jobs:
|
jobs:
|
||||||
- build-openstack-api-ref
|
- build-openstack-api-ref
|
||||||
- build-openstack-releasenotes
|
- build-openstack-releasenotes
|
||||||
|
- flock-devstack-nfv
|
||||||
- openstack-tox-linters
|
- openstack-tox-linters
|
||||||
- nfv-tox-pep8
|
- nfv-tox-pep8
|
||||||
- nfv-tox-py27
|
- nfv-tox-py27
|
||||||
@ -13,12 +14,11 @@
|
|||||||
- nfv-tox-pylint
|
- nfv-tox-pylint
|
||||||
- nova-api-proxy-tox-pep8
|
- nova-api-proxy-tox-pep8
|
||||||
- nova-api-proxy-tox-pylint
|
- nova-api-proxy-tox-pylint
|
||||||
- stx-devstack-nfv:
|
|
||||||
voting: false
|
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- build-openstack-api-ref
|
- build-openstack-api-ref
|
||||||
- build-openstack-releasenotes
|
- build-openstack-releasenotes
|
||||||
|
- flock-devstack-nfv
|
||||||
- openstack-tox-linters
|
- openstack-tox-linters
|
||||||
- nfv-tox-pep8
|
- nfv-tox-pep8
|
||||||
- nfv-tox-py27
|
- nfv-tox-py27
|
||||||
@ -91,56 +91,31 @@
|
|||||||
tox_extra_args: -c nova-api-proxy/tox.ini
|
tox_extra_args: -c nova-api-proxy/tox.ini
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: stx-devstack-nfv
|
name: flock-devstack-nfv
|
||||||
parent: stx-devstack-base
|
parent: flock-devstack-base-min
|
||||||
timeout: 7800
|
|
||||||
required-projects:
|
required-projects:
|
||||||
|
- openstack/barbican
|
||||||
|
- openstack/python-barbicanclient
|
||||||
- openstack/stx-fault
|
- openstack/stx-fault
|
||||||
|
- openstack/stx-integ
|
||||||
- openstack/stx-metal
|
- openstack/stx-metal
|
||||||
- openstack/stx-update
|
- openstack/stx-update
|
||||||
vars:
|
vars:
|
||||||
tox_envlist: functional
|
tox_envlist: functional
|
||||||
devstack_services:
|
devstack_services:
|
||||||
# Cinder services
|
|
||||||
c-api: false
|
|
||||||
c-bak: false
|
|
||||||
c-sch: false
|
|
||||||
c-vol: false
|
|
||||||
cinder: false
|
|
||||||
# Glance services
|
|
||||||
g-api: false
|
|
||||||
g-reg: false
|
|
||||||
# Nova services
|
|
||||||
n-api: false
|
|
||||||
n-api-meta: false
|
|
||||||
n-cauth: false
|
|
||||||
n-cond: false
|
|
||||||
n-cpu: false
|
|
||||||
n-novnc: false
|
|
||||||
n-obj: false
|
|
||||||
n-sch: false
|
|
||||||
placement-api: false
|
|
||||||
# Neutron services
|
|
||||||
q-agt: true
|
|
||||||
q-dhcp: false
|
|
||||||
q-l3: false
|
|
||||||
q-meta: false
|
|
||||||
q-metering: false
|
|
||||||
q-svc: false
|
|
||||||
horizon: false
|
|
||||||
# StarlingX services
|
# StarlingX services
|
||||||
fm-common: true
|
fm-common: true
|
||||||
fm-api: true
|
fm-api: true
|
||||||
fm-rest-api: true
|
fm-rest-api: true
|
||||||
fm-mgr: true
|
fm-mgr: true
|
||||||
|
guest-client: true
|
||||||
nfv-common: true
|
nfv-common: true
|
||||||
nfv-vim: true
|
nfv-vim: true
|
||||||
nfv-client: true
|
nfv-client: true
|
||||||
guest-client: true
|
|
||||||
devstack_plugins:
|
devstack_plugins:
|
||||||
stx-fault: git://git.starlingx.io/stx-fault
|
barbican: https://git.openstack.org/openstack/barbican
|
||||||
stx-metal: git://git.starlingx.io/stx-metal
|
stx-fault: https:://git.starlingx.io/stx-fault
|
||||||
stx-nfv: git://git.starlingx.io/stx-nfv
|
stx-integ: https://git.starlingx.io/stx-integ
|
||||||
stx-update: git://git.starlingx.io/stx-update
|
stx-metal: https:://git.starlingx.io/stx-metal
|
||||||
devstack_localrc:
|
stx-nfv: https:://git.starlingx.io/stx-nfv
|
||||||
LIBS_FROM_GIT: keystone
|
stx-update: https:://git.starlingx.io/stx-update
|
||||||
|
Loading…
Reference in New Issue
Block a user