Fix docs syntax for OVB jobs

Fix syntax for documentation creating in featuresets files,
config items should be lists, not strings.

Change-Id: I9baa51b13df3663ce6b112c7fa93fa03ae0b4a79
This commit is contained in:
Sagi Shnaidman 2018-01-04 01:44:43 +02:00
parent eed701d587
commit 6555851ce8
2 changed files with 6 additions and 8 deletions

View File

@ -45,12 +45,10 @@ extra_args: >-
# options below direct automatic doc generation by tripleo-collect-logs
artcl_gen_docs: true
artcl_create_docs_payload:
included_deployment_scripts: >-
included_deployment_scripts:
- undercloud-install
- overcloud-custom-tht-script
{% if release not in ['newton', 'ocata', 'pike'] -%}
- overcloud-prep-containers
{%- endif -%}
- "{% if release not in ['newton', 'ocata', 'pike'] -%}overcloud-prep-containers{%- endif -%}"
- overcloud-prep-flavors
- overcloud-prep-images
- overcloud-prep-network
@ -59,13 +57,11 @@ artcl_create_docs_payload:
- overcloud-validate
included_static_docs:
- env-setup-virt
table_of_contents: >-
table_of_contents:
- env-setup-virt
- undercloud-install
- overcloud-custom-tht-script
{% if release not in ['newton', 'ocata', 'pike'] -%}
- overcloud-prep-containers
{%- endif -%}
- "{% if release not in ['newton', 'ocata', 'pike'] -%}overcloud-prep-containers{%- endif -%}"
- overcloud-prep-flavors
- overcloud-prep-images
- overcloud-prep-network

View File

@ -45,6 +45,7 @@ artcl_create_docs_payload:
included_deployment_scripts:
- undercloud-install
- overcloud-custom-tht-script
- overcloud-prep-containers
- overcloud-prep-flavors
- overcloud-prep-images
- overcloud-prep-network
@ -58,6 +59,7 @@ artcl_create_docs_payload:
- env-setup-virt
- undercloud-install
- overcloud-custom-tht-script
- overcloud-prep-containers
- overcloud-prep-flavors
- overcloud-prep-images
- overcloud-prep-network