geerlingguy / drupalci-sonar-jenkins

DEPRECATED - Drupal CI environment with SonarQube and Jenkins for Drupal Core code analysis.
41 stars 16 forks source link

Additional unusable rpmes #7

Closed legovaer closed 9 years ago

legovaer commented 9 years ago

Hi,

Using OSX and following your manual, bumped into some problems:

(legovaer)-(jobs:0)-(~/Sites/codeanalysis/drupalci-sonar-jenkins)
(! 513)-> vagrant provision
==> drupalci: Running provisioner: ansible...
PYTHONUNBUFFERED=1 ANSIBLE_FORCE_COLOR=true ANSIBLE_HOST_KEY_CHECKING=false ANSIBLE_SSH_ARGS='-o UserKnownHostsFile=/dev/null -o ControlMaster=auto -o ControlPersist=60s' ansible-playbook --private-key=/Users/legovaer/.vagrant.d/insecure_private_key --user=vagrant --connection=ssh --limit='drupalci' --inventory-file=provisioning/inventory-local --sudo provisioning/playbook.yml
ERROR: cannot find role in /Users/legovaer/Sites/codeanalysis/drupalci-sonar-jenkins/provisioning/roles/geerlingguy.composer or /Users/legovaer/Sites/codeanalysis/drupalci-sonar-jenkins/provisioning/geerlingguy.composer or /usr/local/etc/ansible/roles/geerlingguy.composer
Ansible failed to complete successfully. Any error output should be
visible above. Please fix these errors and try again.

I had to install geerlingguy.munin-node, geerlingguy.composer as well by running;

ansible-galaxy install geerlingguy.munin-node, geerlingguy.composer

Afterwords, it was working without any problems.

geerlingguy commented 9 years ago

Thanks for reporting this! I've added a requirements.txt file, which should help with the role installation.