Ensure kuryr repo is available within CI images

This needs to be included explicitly for use by the Zun role
until kuryr-libnetwork explicitly depends upon a version of
kuryr lib which includes the patch from
https://review.opendev.org/c/openstack/kuryr/+/764908

Depends-On: https://review.opendev.org/765839
Depends-On: https://review.opendev.org/766030
Change-Id: Ifd514580702cd99912c3193272b790a04760ae07
This commit is contained in:
Andrew Bonney 2020-12-03 15:37:32 +00:00 committed by Dmitriy Rabotyagov
parent c17d811fa1
commit 627a04482f
2 changed files with 8 additions and 1 deletions

View File

@ -344,8 +344,14 @@ zun_git_install_branch: 4014ba9ea326fc15f370c2dda5cecf046275e429 # HEAD as of 29
zun_git_project_group: zun_all
zun_git_track_branch: stable/victoria
## Zun kyrir service
## Zun kuryr service
zun_kuryr_git_repo: https://opendev.org/openstack/kuryr-libnetwork
zun_kuryr_git_install_branch: 402b764c2f6a1290125d03b5280a5c6b7666b44c # HEAD as of 29.11.2020
zun_kuryr_git_project_group: zun_all
zun_kuryr_git_track_branch: stable/victoria
## Zun kuryr library
zun_kuryr_lib_git_repo: https://opendev.org/openstack/kuryr
zun_kuryr_lib_git_install_branch: 0af52266184e77e7dff4852200044007a0548415 # HEAD as of 09.12.2020
zun_kuryr_lib_git_project_group: zun_all
zun_kuryr_lib_git_track_branch: stable/victoria

View File

@ -129,6 +129,7 @@
- name: openstack/blazar-nova
- name: openstack/zun
- name: openstack/kuryr-libnetwork
- name: openstack/kuryr
pre-run:
- zuul.d/playbooks/pre-gate-cleanup.yml
- zuul.d/playbooks/pre-gate-scenario.yml