Create README.md
1 file changed
tree: 1cd4719c9650d5ff9c694f219cc277f109aeb90f
  1. files/
  2. .gitignore
  3. ansible.cfg
  4. hosts
  5. README.md
  6. 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