Add adjutant-ui repo package and zuul repo

Add these so we can enable the adjutant panels in horizon

Change-Id: Ibd11a9c12c924b8e51b42fe4c8879baa25d410f4
This commit is contained in:
Jonathan Herlin 2021-04-01 14:30:36 +02:00
parent 1f2252e4d8
commit 416f964344
2 changed files with 6 additions and 0 deletions

View File

@ -39,6 +39,11 @@ adjutant_git_repo: https://opendev.org/openstack/adjutant
adjutant_git_install_branch: bf27115ad2e4f5ae7bbc24ade49eb65e9250a37e # HEAD as of 17.01.2021
adjutant_git_track_branch: master
## Adjutant dashboard plugin
adjutant_dashboard_git_repo: https://opendev.org/openstack/adjutant-ui
adjutant_dashboard_git_install_branch: 104c474479e9a89d22b96777378ff59983c03393 # HEAD as of 29.03.2021
adjutant_dashboard_git_track_branch: master
## Aodh service
aodh_git_repo: https://opendev.org/openstack/aodh
aodh_git_install_branch: 6635dc0ca60c74d8110a413c71898764b77f43ec # HEAD as of 17.01.2021

View File

@ -172,6 +172,7 @@
# OpenStack service repos - listed here to make cached repos available in CI
- name: openstack/requirements
- name: openstack/adjutant
- name: openstack/adjutant-ui
- name: openstack/aodh
- name: openstack/barbican
- name: openstack/barbican-ui