Add rdo multinode vars at rdo-cloud provider

In the migration of RDO jobs to the new zuulv3 workflow we found that
the yaml file multinode-rdocloud.yaml was not being loaded, that's
because this jobs are run at rdo-cloud provider. This patch add this
provider to the supported ones.

Change-Id: Ic681dd132d9d4ada3034d718c044544516c9e863
This commit is contained in:
Quique Llorente 2018-10-02 14:06:05 +02:00
parent 99d583e18b
commit 422e3f8d58
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ nodes_args: >-
{%- endif %}
rdo_env_vars: >-
{% if nodepool_provider == 'rdo-cloud-tripleo' -%}
{% if nodepool_provider in ['rdo-cloud-tripleo', 'rdo-cloud'] -%}
--extra-vars @{{ tripleo_ci_dir }}/toci-quickstart/config/testenv/{{ environment_type }}-rdocloud.yml
{%- endif %}