Set fixed version for networking-calico

Calico plugin installation fails, as they tend to tag the same SHA
several times, which breaks PBR. This results in non-working deployments
To avoid it we set fixed calico version and will be maintaining it's
update manualy from time to time. Their codebase don't change frequently

Change-Id: I4b855429b95772b71316760b8873d8feca9c2780
This commit is contained in:
Dmitriy Rabotyagov 2020-01-14 19:18:18 +02:00
parent 6c6f25f817
commit aa79d81866
1 changed files with 2 additions and 2 deletions

View File

@ -171,9 +171,9 @@ neutron_dynamic_routing_git_track_branch: master
# Networking calico follows master
networking_calico_git_repo: https://opendev.org/openstack/networking-calico
networking_calico_git_install_branch: 594cf28fb0359c1abf6da1022574be5ddd710a7b # HEAD as of 12.01.2020
networking_calico_git_install_branch: 3.11.1 # HEAD as of 12.01.2020
networking_calico_git_project_group: neutron_all
networking_calico_git_track_branch: master
networking_calico_git_track_branch: None
networking_odl_git_repo: https://opendev.org/openstack/networking-odl
networking_odl_git_install_branch: 358da8623ad8cb8df40f2a93cea64c3ce66305db # HEAD as of 12.01.2020