Update git submodules
authoragardner <agardner@linuxfoundation.org>
Thu, 28 Dec 2017 23:54:04 +0000 (18:54 -0500)
committerGerrit Code Review <gerrit@opnfv.org>
Mon, 5 Feb 2018 20:48:34 +0000 (20:48 +0000)
commit6646a8999846dc6c4dff743a6f032a98bb815aa4
treea4dd1e16907e3aaa63bec189eea88c55567d24db
parent9ddc4fdfefed3de0987c809bae2b12e005523720
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Ansible Playbook to install build server deps

    This playbook has been tested in centos and ubuntu
    on Arm and x86_64

    first:
    install ansible
    then:
    ansible-playbook -i inventory.ini main.yml

    What it does:
    installs on centos or ubuntu arm or x86_64

    installs system deps with the package manager.
    and python libs with pip.

    installs docker
    https://download.docker.com

    installs docker-compose from distribution repo

    Change-Id: I3853cd04d0e6c7270ea068b9e1fba1a240a0652e
Signed-off-by: agardner <agardner@linuxfoundation.org>
docs/submodules/releng