snowplow / ansible-playbooks

Ansible playbooks to install common platforms and tools (e.g. JVM, Ruby, Postgres etc.)
176 stars 127 forks source link

Remove snowplow-*-pipeline ansible-playbooks #84

Open 0xABAB opened 8 years ago

0xABAB commented 8 years ago

I was just wondering whether you have completely abandoned all development on these ansible-playbooks, since

ansible-playbook /vagrant/ansible-playbooks/snowplow-batch-pipeline.yml \
> --inventory-file=/home/vagrant/ansible_hosts --connection=local

results in

TASK: [sbt | Download SBT {{sbt_version}}] ************************************
failed: [127.0.0.1] => {"dest": "/var/local/ansible-cache", "failed": true, "gid": 50, "group": "staff", "mode": "02755", "owner": "root", "response": "HTTP Error 404: Not Found", "size": 4096, "
state": "directory", "status_code": 404, "uid": 0, "url": "http://repo.scala-sbt.org/scalasbt/sbt-native-packages/org/scala-sbt/sbt/0.13.0/sbt.tgz"}
msg: Request failed

FATAL: all hosts have already failed -- aborting

Additionally, there is a message about a detached git HEAD before that in red text (if everything would be working, there would only be green text).

This would never be left broken for such a long time if it was being maintained. I suspect that your developers also use some environment to work on Snowplow and that environment is likely being maintained (and apparently that is a different environment than this one). As such, what is still the purpose of this repository?

alexanderdean commented 8 years ago

Hi @0xABAB - you are right, we don't use snowplow-*-pipeline any more - I have updated the name of this ticket accordingly. You can see the playbooks from this repository that we use to bring up a Snowplow development environment here: https://github.com/snowplow/snowplow/blob/master/vagrant/up.playbooks