Files
openstack-ansible/inventory/group_vars/zun_all/source_git.yml
Dmitriy Rabotyagov ceea75feea Track stable/2023.2 SHAs for upstream projects
Since 2023.2 has been released, we're switching to track and test code
against 2023.2 stable branch and update SHAs to the HEAD of the branch.

Change-Id: I59951bce68fb898a3b0845b5c5f2443e5d57e3bb
2023-10-26 15:42:40 +00:00

32 lines
1.2 KiB
YAML

---
# Copyright 2023, Cleura AB
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
### HEAD as of 05.10.2023 ###
## Zun service
zun_git_repo: "{{ openstack_opendev_base_url }}/openstack/zun"
zun_git_install_branch: 9c240d27651361e7723d30ab231cf1b86d0a8642
zun_git_track_branch: stable/2023.2
## Zun kuryr service
zun_kuryr_git_repo: "{{ openstack_opendev_base_url }}/openstack/kuryr-libnetwork"
zun_kuryr_git_install_branch: 7b010b1e1f4bf25cb355cc8fb8f73c9f0838b78b
zun_kuryr_git_track_branch: stable/2023.2
## Zun kuryr library
zun_kuryr_lib_git_repo: "{{ openstack_opendev_base_url }}/openstack/kuryr"
zun_kuryr_lib_git_install_branch: dae01c22210e0000f35916efb5bb530b3717f9ef
zun_kuryr_lib_git_track_branch: stable/2023.2