boto still missing on instructor install
Closed this issue · 2 comments
startxfr commented
on a fresh install, libre-infra aws provision
failed because
TASK [infra : aws : provision : network : Create VPC 0014-vpc in eu-west-3] ****************************************************************************************************
fatal: [localhost]: FAILED! => {"changed": false, "msg": "Python modules \"botocore\" or \"boto3\" are missing, please install both"}
to retry, use: --limit @/usr/local/lib/libre-ansible/playbooks/infra-aws/provision.retry
Problem if on previous task, libre istall or instructor install that doesn't add the boto support as it should be.
startxfr commented
workaround :
vi /etc/boto.cfg
and add
[Boto]
use_endpoint_heuristics = True
execute pip install botocore boto3 boto
startxfr commented
after workaround, executing libre-infra aws provision
doesn't fail anymore.