From ac9a9343e65f6d3fa10ccd830f3ec35d4c989bfb Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Wed, 13 Jun 2018 17:12:08 -0500 Subject: [PATCH] Add ansible helper to Linux dev environment info This adds instructions on how to use an Ansible playbook to quickly get a working dev environment set up for Linux environments as an alternative options to manually installing packages Change-Id: Ib9d932fca7002299537a1c0da4053a671ce3ccb1 --- doc/source/contributor/development.environment.rst | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/doc/source/contributor/development.environment.rst b/doc/source/contributor/development.environment.rst index a41083f8a4f..2bdd0581c9d 100644 --- a/doc/source/contributor/development.environment.rst +++ b/doc/source/contributor/development.environment.rst @@ -48,7 +48,16 @@ Linux Systems .. note:: - Feel free to add notes and change according to your experiences or operating system. + If you have Ansible and git installed on your system, you may be able to + get a working development environment quickly set up by running the + following: + + .. code:: + + sudo ansible-pull -U https://github.com/stmcginnis/cinder-dev-setup + + If that does not work for your system, continue on with the manual steps + below. Install the prerequisite packages.