From aa79d8186665899070c94f8e94cf76e95bc62ce6 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Tue, 14 Jan 2020 19:18:18 +0200 Subject: [PATCH] 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 --- playbooks/defaults/repo_packages/openstack_services.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/defaults/repo_packages/openstack_services.yml b/playbooks/defaults/repo_packages/openstack_services.yml index ec9a3bc072..4e15665829 100644 --- a/playbooks/defaults/repo_packages/openstack_services.yml +++ b/playbooks/defaults/repo_packages/openstack_services.yml @@ -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