Update preview screenshots and video

Change-Id: I5f8df3488bc9e05e850bb2d08dbb4584dc4fc53c
This commit is contained in:
David Moreau-Simard
2016-12-01 12:57:17 -05:00
parent df731fd102
commit da298a8cbb
7 changed files with 43 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 106 KiB

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 KiB

After

Width:  |  Height:  |  Size: 119 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@@ -22,13 +22,53 @@ ARA provides four things:
What does the web interface look like ?
---------------------------------------
A video is available on YouTube_ and the following are screenshots of the
web interface:
A video is available on YouTube_, featuring playbook runs from the
OpenStack-Ansible_ project.
.. _YouTube: https://www.youtube.com/watch?v=zT1l-rFne-Q
.. _OpenStack-Ansible: https://github.com/openstack/openstack-ansible
Otherwise, here's some screenshots highlighting some of ARA's features:
Playbook listing
~~~~~~~~~~~~~~~~
List either all recorded playbooks or only the most recent ones:
.. image:: _static/preview1.png
Playbook results
~~~~~~~~~~~~~~~~
Filter your playbook results by host, play, task, status, file and more:
.. image:: _static/preview2.png
.. _YouTube: https://www.youtube.com/watch?v=k3qtgSFzAHI
Detailed task results
~~~~~~~~~~~~~~~~~~~~~
If necessary, dig into the full readable details of your tasks as if Ansible
was *way* too verbose:
.. image:: _static/preview3.png
Recorded host facts
~~~~~~~~~~~~~~~~~~~
If you're gathering facts throughout your playbooks, ARA will pick those up
and make them available:
.. image:: _static/preview4.png
Full playbook and task files
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ARA will store the full playbook file as well as your standalone or role task
files so you can see exactly what run:
.. image:: _static/preview5.png
Arbitrarily recorded data
~~~~~~~~~~~~~~~~~~~~~~~~~
The ara_record_ and ara_read_ built-in Ansible modules allow you to write and
read arbitrary data, making them available in the web interface as well:
.. image:: _static/preview6.png
Why is ARA being developed ?
----------------------------