
Add a new tab to the system information panel. The new tab displays the state of the controller services. This code was previously included in the stx-upstream horizon repo. Story: 2004552 Task: 30242 Change-Id: I223c60c18de782c637d0b67bad9b8dcfe71fd184 Signed-off-by: David Sullivan <david.sullivan@windriver.com>
33 lines
742 B
YAML
33 lines
742 B
YAML
---
|
|
- project:
|
|
templates:
|
|
- build-openstack-docs-pti
|
|
check:
|
|
jobs:
|
|
- build-openstack-releasenotes
|
|
- openstack-tox-pep8
|
|
- openstack-tox-linters
|
|
- stx-gui-pylint
|
|
gate:
|
|
jobs:
|
|
- build-openstack-releasenotes
|
|
- openstack-tox-pep8
|
|
- openstack-tox-linters
|
|
- stx-gui-pylint
|
|
post:
|
|
jobs:
|
|
- publish-stx-tox
|
|
- publish-stx-releasenotes
|
|
|
|
- job:
|
|
name: stx-gui-pylint
|
|
parent: openstack-tox-pylint
|
|
description: Run pylint for stx-gui
|
|
vars:
|
|
tox_envlist: pylint
|
|
required-projects:
|
|
- openstack/stx-config
|
|
- openstack/stx-fault
|
|
- openstack/stx-update
|
|
- openstack/stx-nfv
|
|
- openstack/stx-ha |