From d2e1065e5b7277cbae895a359bc4085462c5122c Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Fri, 20 Apr 2018 14:58:24 +0100 Subject: [PATCH] Freeze the networking-odl repo from SHA bumps The networking-old repo now has ceilometer in its requirements file - without a SHA/version pin, just for a fun way to wreak havoc. To prevent this havoc from affecting OpenStack-Ansible builds, we note that the repo is frozen and why. Change-Id: I86bf3a3c93a0f1a97fafd1f3f09b76943d3f3494 --- playbooks/defaults/repo_packages/openstack_services.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/playbooks/defaults/repo_packages/openstack_services.yml b/playbooks/defaults/repo_packages/openstack_services.yml index cd23ce54f1..9e9883a14d 100644 --- a/playbooks/defaults/repo_packages/openstack_services.yml +++ b/playbooks/defaults/repo_packages/openstack_services.yml @@ -154,8 +154,10 @@ networking_calico_git_repo: https://git.openstack.org/openstack/networking-calic networking_calico_git_install_branch: ebfbf267ab12271ca68412e22a41b2c8e9c49e40 # HEAD of "master" as of 31.03.2018 networking_calico_git_project_group: neutron_all +# ODL is frozen until further notice due to +# https://github.com/openstack/networking-odl/commit/391c1d89ef2b8133d3aafbe7612c7908be106e73#diff-b4ef698db8ca845e5845c4618278f29a networking_odl_git_repo: https://git.openstack.org/openstack/networking-odl -networking_odl_git_install_branch: 53ff740b2a78626d5b077278997bdcec6b1b0892 # HEAD of "master" as of 31.03.2018 +networking_odl_git_install_branch: 53ff740b2a78626d5b077278997bdcec6b1b0892 # FROZEN HEAD of "master" as of 31.03.2018 networking_odl_git_project_group: neutron_all # BGPVPN is frozen until further notice due to