install jdk6
5 files changed
tree: 5fc8bf2f049fe5d3a804d0f51a3ebc80ca2e8dbd
  1. files/
  2. tasks/
  3. .gitignore
  4. ansible.cfg
  5. hosts
  6. README.md
  7. slave_setup.yml
README.md

toolchain

build toolchain based on Ansible - http://docs.ansible.com

  1. Establish connectivity b/w the ansible control machine and the ASF jenkins slaves

  2. Installing Ansible

  1. Clone toolchain - this github repo

git clone git@github.com:hortonworks/toolchain.git git checkout -t origin/ASF-jenkins-setup -b ASF-jenkins-setup cd toolchain

  1. run ansible-playbook

ansible-playbook -i hosts slave_setup.yml