Default environment/services/* to docker

This updates the relevant environment/services-docker code
for fs030 to default to dockerish environment/services.

Depends-On: I923731f46ea26582160a11d2dfe85792ab74110b

Change-Id: I6922f4b2bba5b92461a784522732c6864380eb86
Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
This commit is contained in:
Bogdan Dobrelya 2018-03-27 11:25:51 +02:00
parent f75a2a98f8
commit 782a693a22
1 changed files with 4 additions and 0 deletions

View File

@ -28,7 +28,11 @@ telemetry_args: >-
# is ready.
extra_args: >-
--ntp-server pool.ntp.org
{% if release in ['pike', 'queens'] -%}
-e {{ overcloud_templates_path }}/environments/services-docker/neutron-ovn.yaml
{%- else -%}
-e {{ overcloud_templates_path }}/environments/services/neutron-ovn.yaml
{%- endif -%}
# If `run_tempest` is `true`, run tempests tests, otherwise do not
# run them.