Don't reinstall all pins
Bootstrap ansible should already do the needful, and we shouldn't help him bootstrap, because we already did pre-flight checks that are technically sufficient for it to run. Change-Id: I910eb4f0bd4d3eeef52885fcf30aa865634fb105
This commit is contained in:
parent
abb648fa34
commit
202e603864
@ -118,11 +118,6 @@ function system_bootstrap {
|
|||||||
done
|
done
|
||||||
|
|
||||||
pushd "$1"
|
pushd "$1"
|
||||||
# Install the releases global requirements
|
|
||||||
if [[ -f "global-requirement-pins.txt" ]]; then
|
|
||||||
pip install --upgrade --isolated --force-reinstall --requirement global-requirement-pins.txt
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Install ansible for system migrations
|
# Install ansible for system migrations
|
||||||
scripts/bootstrap-ansible.sh
|
scripts/bootstrap-ansible.sh
|
||||||
popd
|
popd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user