downpour/demo
Doug Hellmann c40efc356f add image to demo input file
Add the cirros image to the demo. It will be downloaded, but not
uploaded because it's a public image.

Change-Id: I28555bbe3d93b1b9786f03d99a5263cd6a705233
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-04-28 21:58:18 +00:00
..
export expand instructions for running the demo 2017-02-07 23:23:43 +00:00
README.rst expand instructions for running the demo 2017-02-07 23:23:43 +00:00
ansible.cfg add a simple playbook to launch an instance 2017-02-07 22:48:09 +00:00
hosts add a simple playbook to launch an instance 2017-02-07 22:48:09 +00:00
requirements.txt add a simple playbook to launch an instance 2017-02-07 22:48:09 +00:00
tiny-resources.yml add image to demo input file 2017-04-28 21:58:18 +00:00
tiny.yml update default image name 2017-04-28 19:24:20 +00:00

README.rst

Demo Playbooks

The playbooks in this directory can be used to set up test cases for data capture.

tiny

Using

  1. Create and activate a virtualenv.
$ virtualenv --python=python2.7 venv
$ source venv/bin/activate
  1. Install the dependencies.
$ pip install -r requirements.txt
  1. Run the playbook.
$ ansible-playbook tiny.yml
  1. Deactivate the virtualenv or start a new shell.
  2. Move to the parent directory.
$ cd ..
  1. Run downpour, using tox to set up a python 3.5 virtualenv.
$ tox -e venv -- downpour export demo/tiny-resources.yml demo/export