Generating tempest documentation

Fix the missing tempest documentation in collect-logs role

Change-Id: I2c9733c3bc038d87d5bb2193bb316d2cc7e136d8
Closes-Bug: 1768326
This commit is contained in:
Arx Cruz 2018-05-07 11:04:45 +02:00 committed by Matt Young
parent e122952feb
commit 9953666d67
14 changed files with 57 additions and 0 deletions

View File

@ -94,6 +94,8 @@ artcl_create_docs_payload:
- overcloud-deploy
- overcloud-deploy-post
- overcloud-validate
- "{% if run_tempest -%}tempest-setup{%- endif -%}"
- "{% if tempest_format == 'containers' -%}tempest_container{%- endif -%}"
included_static_docs:
- env-setup-virt
table_of_contents:
@ -107,6 +109,8 @@ artcl_create_docs_payload:
- overcloud-deploy
- overcloud-deploy-post
- overcloud-validate
- "{% if run_tempest -%}tempest-setup{%- endif -%}"
- "{% if tempest_format == 'containers' -%}tempest_container{%- endif -%}"
# Use the traditional ping test in newton, ocata and pike
# Run tempest in queens+

View File

@ -52,6 +52,8 @@ artcl_create_docs_payload:
- overcloud-deploy-post
- overcloud-validate
- overcloud-delete
- "{% if run_tempest -%}tempest-setup{%- endif -%}"
- "{% if tempest_format == 'containers' -%}tempest_container{%- endif -%}"
included_static_docs:
- env-setup-virt
table_of_contents:
@ -66,6 +68,8 @@ artcl_create_docs_payload:
- overcloud-deploy-post
- overcloud-validate
- overcloud-delete
- "{% if run_tempest -%}tempest-setup{%- endif -%}"
- "{% if tempest_format == 'containers' -%}tempest_container{%- endif -%}"
# Use the traditional ping test in newton, ocata and pike
# Run tempest in queens+

View File

@ -35,6 +35,8 @@ artcl_create_docs_payload:
- overcloud-deploy-post
- overcloud-upgrade
- overcloud-validate
- "{% if run_tempest -%}tempest-setup{%- endif -%}"
- "{% if tempest_format == 'containers' -%}tempest_container{%- endif -%}"
included_static_docs:
- env-setup-virt
table_of_contents:
@ -49,6 +51,8 @@ artcl_create_docs_payload:
- overcloud-deploy-post
- overcloud-upgrade
- overcloud-validate
- "{% if run_tempest -%}tempest-setup{%- endif -%}"
- "{% if tempest_format == 'containers' -%}tempest_container{%- endif -%}"
composable_roles: true
overcloud_roles:
- name: Controller

View File

@ -32,6 +32,8 @@ artcl_create_docs_payload:
- overcloud-deploy
- overcloud-deploy-post
- overcloud-upgrade
- "{% if run_tempest -%}tempest-setup{%- endif -%}"
- "{% if tempest_format == 'containers' -%}tempest_container{%- endif -%}"
- overcloud-validate
included_static_docs:
- env-setup-virt
@ -47,6 +49,8 @@ artcl_create_docs_payload:
- overcloud-deploy-post
- overcloud-upgrade
- overcloud-validate
- "{% if run_tempest -%}tempest-setup{%- endif -%}"
- "{% if tempest_format == 'containers' -%}tempest_container{%- endif -%}"
composable_roles: true
overcloud_roles:
- name: Controller

View File

@ -33,6 +33,8 @@ artcl_create_docs_payload:
- overcloud-deploy-post
- overcloud-upgrade
- overcloud-validate
- "{% if run_tempest -%}tempest-setup{%- endif -%}"
- "{% if tempest_format == 'containers' -%}tempest_container{%- endif -%}"
included_static_docs:
- env-setup-virt
table_of_contents:
@ -47,6 +49,8 @@ artcl_create_docs_payload:
- overcloud-deploy-post
- overcloud-upgrade
- overcloud-validate
- "{% if run_tempest -%}tempest-setup{%- endif -%}"
- "{% if tempest_format == 'containers' -%}tempest_container{%- endif -%}"
composable_roles: true
overcloud_roles:
- name: Controller

View File

@ -32,6 +32,8 @@ artcl_create_docs_payload:
- overcloud-deploy
- overcloud-deploy-post
- overcloud-upgrade
- "{% if run_tempest -%}tempest-setup{%- endif -%}"
- "{% if tempest_format == 'containers' -%}tempest_container{%- endif -%}"
- overcloud-validate
included_static_docs:
- env-setup-virt
@ -47,6 +49,8 @@ artcl_create_docs_payload:
- overcloud-deploy-post
- overcloud-upgrade
- overcloud-validate
- "{% if run_tempest -%}tempest-setup{%- endif -%}"
- "{% if tempest_format == 'containers' -%}tempest_container{%- endif -%}"
composable_roles: true
overcloud_roles:
- name: Controller

View File

@ -50,6 +50,8 @@ artcl_create_docs_payload:
- overcloud-deploy
- overcloud-deploy-post
- overcloud-validate
- tempest-setup
- "{% if tempest_format == 'containers' -%}tempest_container{%- endif -%}"
included_static_docs:
- env-setup-virt
table_of_contents:
@ -63,6 +65,8 @@ artcl_create_docs_payload:
- overcloud-deploy
- overcloud-deploy-post
- overcloud-validate
- tempest-setup
- "{% if tempest_format == 'containers' -%}tempest_container{%- endif -%}"
deploy_steps_ansible_workflow: >-
{% if release not in ['newton','ocata','pike','queens'] -%}

View File

@ -36,6 +36,8 @@ artcl_create_docs_payload:
- overcloud-deploy
- overcloud-deploy-post
- overcloud-validate
- tempest-setup
- "{% if tempest_format == 'containers' -%}tempest_container{%- endif -%}"
included_static_docs:
- env-setup-virt
table_of_contents:
@ -48,3 +50,5 @@ artcl_create_docs_payload:
- overcloud-deploy
- overcloud-deploy-post
- overcloud-validate
- tempest-setup
- "{% if tempest_format == 'containers' -%}tempest_container{%- endif -%}"

View File

@ -77,6 +77,9 @@ artcl_create_docs_payload:
- overcloud-prep-flavors
- overcloud-prep-images
- overcloud-prep-network
- tempest-setup
- "{% if tempest_format == 'containers' -%}tempest_container{%- endif -%}"
included_static_docs:
- env-setup-virt
table_of_contents:
@ -87,3 +90,5 @@ artcl_create_docs_payload:
- overcloud-prep-flavors
- overcloud-prep-images
- overcloud-prep-network
- tempest-setup
- "{% if tempest_format == 'containers' -%}tempest_container{%- endif -%}"

View File

@ -46,6 +46,8 @@ artcl_create_docs_payload:
- overcloud-deploy
- overcloud-deploy-post
- overcloud-validate
- tempest-setup
- "{% if tempest_format == 'containers' -%}tempest_container{%- endif -%}"
included_static_docs:
- env-setup-virt
table_of_contents:
@ -59,6 +61,8 @@ artcl_create_docs_payload:
- overcloud-deploy
- overcloud-deploy-post
- overcloud-validate
- tempest-setup
- "{% if tempest_format == 'containers' -%}tempest_container{%- endif -%}"
test_ping: false
run_tempest: true

View File

@ -46,6 +46,8 @@ artcl_create_docs_payload:
- overcloud-deploy
- overcloud-deploy-post
- overcloud-validate
- tempest-setup
- "{% if tempest_format == 'containers' -%}tempest_container{%- endif -%}"
included_static_docs:
- env-setup-virt
table_of_contents:
@ -59,6 +61,8 @@ artcl_create_docs_payload:
- overcloud-deploy
- overcloud-deploy-post
- overcloud-validate
- tempest-setup
- "{% if tempest_format == 'containers' -%}tempest_container{%- endif -%}"
test_ping: false
run_tempest: true

View File

@ -52,6 +52,8 @@ artcl_create_docs_payload:
- overcloud-deploy
- overcloud-deploy-post
- overcloud-validate
- tempest-setup
- "{% if tempest_format == 'containers' -%}tempest_container{%- endif -%}"
included_static_docs:
- env-setup-virt
table_of_contents:
@ -65,3 +67,5 @@ artcl_create_docs_payload:
- overcloud-deploy
- overcloud-deploy-post
- overcloud-validate
- tempest-setup
- "{% if tempest_format == 'containers' -%}tempest_container{%- endif -%}"

View File

@ -54,6 +54,8 @@ artcl_create_docs_payload:
- overcloud-deploy
- overcloud-deploy-post
- overcloud-validate
- tempest-setup
- "{% if tempest_format == 'containers' -%}tempest_container{%- endif -%}"
included_static_docs:
- env-setup-virt
table_of_contents:
@ -67,6 +69,8 @@ artcl_create_docs_payload:
- overcloud-deploy
- overcloud-deploy-post
- overcloud-validate
- tempest-setup
- "{% if tempest_format == 'containers' -%}tempest_container{%- endif -%}"
# Use the traditional ping test in newton, ocata and pike
# Run tempest in queens+

View File

@ -54,6 +54,8 @@ artcl_create_docs_payload:
- overcloud-deploy
- overcloud-deploy-post
- overcloud-validate
- "{% if run_tempest -%}tempest-setup{%- endif -%}"
- "{% if tempest_format == 'containers' -%}tempest_container{%- endif -%}"
included_static_docs:
- env-setup-virt
table_of_contents:
@ -67,6 +69,8 @@ artcl_create_docs_payload:
- overcloud-deploy
- overcloud-deploy-post
- overcloud-validate
- "{% if run_tempest -%}tempest-setup{%- endif -%}"
- "{% if tempest_format == 'containers' -%}tempest_container{%- endif -%}"
# Use the traditional ping test in newton, ocata and pike
# Run tempest in queens+