Closed mmcfarland closed 3 years ago
@mmcfarland ./scripts/setup
is failing with the message:
ERROR! the role 'azavea.pip' was not found in ansible.legacy:/vagrant/deployment/ansible/roles:/vagrant/deployment/ansible/roles:/vagrant/deployment/ansible/roles:/vagrant/deployment/ansible
The error appears to be in '/vagrant/deployment/ansible/roles/fb-gender-survey.docker/meta/main.yml': line 3, column 5, but may
be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
dependencies:
- { role: azavea.pip }
^ here
Ansible failed to complete successfully. Any error output should be
visible above. Please fix these errors and try again.
Sorry, I left some debugging comments in. Reverted in a22b976.
Thanks for the review. I should have destroyed and re-run the setup script one final time prior to opening this PR.
Overview
Brings in an app template modified to reflect anticipated dependencies for this project. The environment successfully bootstraps with
setup
andserver
, though additional changes may be required to adjust other STRTA scripts.Notable changes from the core template are:
Connects #1
Testing Instructions
After cloning the repository and checking out this branch:
./scripts/setup
to bootstrap the environmentvagrant ssh && ./scripts/server
cibuild
) are in working order