Run tempest from package in non_containerized env

* In non_containerized environement, tempest should be installed
  from packages otherwise installing from container will pull tempest
  from docker.io registery which is not promoted and tested and
  resulting in failure.
* set containerized_undercloud to false in fs03 as it is non
  containerized environment.

Closes-Bug:#1800682
Change-Id: If6e70e05aca946500d40e7e703267dd934250d54
This commit is contained in:
Chandan Kumar 2018-11-06 13:31:12 +05:30
parent 5861bd8ff7
commit aa3cecd042
1 changed files with 1 additions and 8 deletions

View File

@ -2,6 +2,7 @@ undercloud_generate_service_certificate: false
ssl_overcloud: false
undercloud_check_idempotency: true
undercloud_check_sanity: false
containerized_undercloud: false
# in order to still support running this job on instack-undercloud, we need
# to specify a different install command for >= Stein since we dropped the
@ -28,14 +29,6 @@ undercloud_install_cli_options: >-
# Tempest configuration, keep always at the end of the file
test_ping: false
# Run tempest in containers when at least undercloud is containerized
tempest_format: >-
{% if containerized_undercloud|bool -%}
container
{%- else -%}
packages
{%- endif -%}
run_tempest: true
test_regex: ''
tempest_undercloud: true