diff --git a/leap-upgrades/lib/functions.sh b/leap-upgrades/lib/functions.sh index 81433857..0ee2eef6 100644 --- a/leap-upgrades/lib/functions.sh +++ b/leap-upgrades/lib/functions.sh @@ -151,7 +151,7 @@ function bootstrap_recent_ansible { notice "Removed System installed Ansible" done - pushd "${BOOTSTRAP_ANSIBLE_FOLDER}" + pushd /opt/openstack-ansible # Install ansible for system migrations scripts/bootstrap-ansible.sh popd diff --git a/leap-upgrades/lib/vars.sh b/leap-upgrades/lib/vars.sh index b63b31a9..4cd01a3a 100644 --- a/leap-upgrades/lib/vars.sh +++ b/leap-upgrades/lib/vars.sh @@ -42,9 +42,6 @@ export VENV_URL="${VENV_URL:-https://rpc-repo.rackspace.com/venvs/leap-bundles}" export VALIDATE_UPGRADE_INPUT="${VALIDATE_UPGRADE_INPUT:-TRUE}" export CODE_UPGRADE_FROM="${CODE_UPGRADE_FROM:-}" -# Bootstrap ansible tool, see also bootstrap_recent_ansible -export BOOTSTRAP_ANSIBLE_FOLDER=${BOOTSTRAP_ANSIBLE_FOLDER:-/opt/openstack-ansible/} - ## Ansible debugging export LEAP_TIMESTAMP=$(date +%s) export ANSIBLE_LOG_PATH="/opt/leap42/ansible-${LEAP_TIMESTAMP}.log"