diff --git a/README.rst b/README.rst index ac11e6ab..f2a5cf9f 100644 --- a/README.rst +++ b/README.rst @@ -17,8 +17,7 @@ The OpenStack QA team mostly works on CI/CD that ensures that new patches don't **Rally** workflow can be visualized by the following diagram: -.. image:: https://wiki.openstack.org/w/images/e/ee/Rally-Actions.png - :width: 700px +.. image:: doc/source/images/Rally-Actions.png :alt: Rally Architecture @@ -43,8 +42,7 @@ Use Cases There are 3 major high level Rally Use Cases: -.. image:: https://wiki.openstack.org/w/images/6/6e/Rally-UseCases.png - :width: 700px +.. image:: doc/source/images/Rally-UseCases.png :alt: Rally Use Cases diff --git a/doc/source/images/Rally-Actions.png b/doc/source/images/Rally-Actions.png index 43075b1b..20c74c41 100644 Binary files a/doc/source/images/Rally-Actions.png and b/doc/source/images/Rally-Actions.png differ diff --git a/doc/source/images/Rally-Plugins.png b/doc/source/images/Rally-Plugins.png index b7fdc436..722997a8 100644 Binary files a/doc/source/images/Rally-Plugins.png and b/doc/source/images/Rally-Plugins.png differ diff --git a/doc/source/images/Rally-UseCases.png b/doc/source/images/Rally-UseCases.png index 0ac2e9db..95b481ac 100644 Binary files a/doc/source/images/Rally-UseCases.png and b/doc/source/images/Rally-UseCases.png differ diff --git a/doc/source/images/Rally_Architecture.png b/doc/source/images/Rally_Architecture.png index 25d929cb..5e8b748b 100644 Binary files a/doc/source/images/Rally_Architecture.png and b/doc/source/images/Rally_Architecture.png differ diff --git a/doc/source/images/Rally_QA.png b/doc/source/images/Rally_QA.png index 19020c0d..76680de6 100644 Binary files a/doc/source/images/Rally_QA.png and b/doc/source/images/Rally_QA.png differ diff --git a/doc/source/images/Rally_VM_list.png b/doc/source/images/Rally_VM_list.png index 5a6d81c4..7e48da2d 100644 Binary files a/doc/source/images/Rally_VM_list.png and b/doc/source/images/Rally_VM_list.png differ diff --git a/doc/source/images/Rally_snapshot_vm.png b/doc/source/images/Rally_snapshot_vm.png index 9d07151f..da04fd83 100644 Binary files a/doc/source/images/Rally_snapshot_vm.png and b/doc/source/images/Rally_snapshot_vm.png differ diff --git a/doc/source/images/Report-Abort-on-SLA-task-1.png b/doc/source/images/Report-Abort-on-SLA-task-1.png new file mode 100644 index 00000000..0ca4d96f Binary files /dev/null and b/doc/source/images/Report-Abort-on-SLA-task-1.png differ diff --git a/doc/source/images/Report-Abort-on-SLA-task-2.png b/doc/source/images/Report-Abort-on-SLA-task-2.png new file mode 100644 index 00000000..844e958a Binary files /dev/null and b/doc/source/images/Report-Abort-on-SLA-task-2.png differ diff --git a/doc/source/images/Report-Multiple-Configurations-Overview.png b/doc/source/images/Report-Multiple-Configurations-Overview.png index 6c1be401..498350de 100644 Binary files a/doc/source/images/Report-Multiple-Configurations-Overview.png and b/doc/source/images/Report-Multiple-Configurations-Overview.png differ diff --git a/doc/source/images/Report-Multiple-Overview.png b/doc/source/images/Report-Multiple-Overview.png index 00edb62e..82050c07 100644 Binary files a/doc/source/images/Report-Multiple-Overview.png and b/doc/source/images/Report-Multiple-Overview.png differ diff --git a/doc/source/images/Report-Overview.png b/doc/source/images/Report-Overview.png index 2c6c5437..4d4c5775 100644 Binary files a/doc/source/images/Report-Overview.png and b/doc/source/images/Report-Overview.png differ diff --git a/doc/source/images/Report-SLA-Overview.png b/doc/source/images/Report-SLA-Overview.png index 90b122d4..84d11b9c 100644 Binary files a/doc/source/images/Report-SLA-Overview.png and b/doc/source/images/Report-SLA-Overview.png differ diff --git a/doc/source/images/Report-SLA-Scenario.png b/doc/source/images/Report-SLA-Scenario.png index c083e8d6..823c470a 100644 Binary files a/doc/source/images/Report-SLA-Scenario.png and b/doc/source/images/Report-SLA-Scenario.png differ diff --git a/doc/source/images/Report-Scenario-Atomic.png b/doc/source/images/Report-Scenario-Atomic.png index efb1cb52..5e7fa0ad 100644 Binary files a/doc/source/images/Report-Scenario-Atomic.png and b/doc/source/images/Report-Scenario-Atomic.png differ diff --git a/doc/source/images/Report-Scenario-Overview.png b/doc/source/images/Report-Scenario-Overview.png index db7fee4e..0f9ff8ed 100644 Binary files a/doc/source/images/Report-Scenario-Overview.png and b/doc/source/images/Report-Scenario-Overview.png differ diff --git a/doc/source/index.rst b/doc/source/index.rst index a5e9777f..66959c57 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -19,7 +19,6 @@ What is Rally? **OpenStack** is, undoubtedly, a really *huge* ecosystem of cooperative services. **Rally** is a **benchmarking tool** that answers the question: **"How does OpenStack work at scale?"**. To make this possible, Rally **automates** and **unifies** multi-node OpenStack deployment, cloud verification, benchmarking & profiling. Rally does it in a **generic** way, making it possible to check whether OpenStack is going to work well on, say, a 1k-servers installation under high load. Thus it can be used as a basic tool for an *OpenStack CI/CD system* that would continuously improve its SLA, performance and stability. .. image:: ./images/Rally-Actions.png - :width: 100% :align: center