From c74cfd33fc3c8274433f153f1d211b7b2657ab54 Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Wed, 20 Dec 2017 10:12:42 +0000 Subject: xci: OSA: Move all the OSA specific playbooks to the NFVI directory Move all the playbooks that only make sense for OpenStack-Ansible deployments to the NFVI/OSA directory where they belong. This further disassociates XCI from OSA. Change-Id: Iab8b6dc81d9025a1d85608a98fb1eee0f1c6a69f Signed-off-by: Markos Chandras Signed-off-by: Fatih Degirmenci --- xci/nfvi/osa/files/global-requirement-pins.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 xci/nfvi/osa/files/global-requirement-pins.txt (limited to 'xci/nfvi/osa/files/global-requirement-pins.txt') diff --git a/xci/nfvi/osa/files/global-requirement-pins.txt b/xci/nfvi/osa/files/global-requirement-pins.txt new file mode 100644 index 00000000..aa3b1169 --- /dev/null +++ b/xci/nfvi/osa/files/global-requirement-pins.txt @@ -0,0 +1,14 @@ +# This file should only be used to set python package pins that are +# not present in OpenStack's upper-constraints. Any pins present in +# this file will override any requirements set in *requirements.txt, +# upper-constraints and any roles/vars. +# +# Use this file with caution! +# +### +### These are pinned to ensure exactly the same behaviour forever! ### +### These pins are updated through the sources-branch-updater script ### +### +pip==9.0.1 +setuptools==36.6.0 +wheel==0.30.0 -- cgit 1.2.3-korg