Add new nodepool_provider for ibm cloud
This patch adds a new nodepool provider for "ibm rhcloud". With this
change, the environment config used for BM2 provider will also be used for
BM3 provider[1].
[1] 56e6bc85ad/roles/ci-common-vars/vars/main.yaml (L60)
Testproject: https://review.rdoproject.org/r/c/testproject/+/46046/
Change-Id: Ia14302ad02245894966229fc7b27d5a7ca74fc5a
This commit is contained in:
parent
3ea544abab
commit
ed91889d9d
@ -39,7 +39,7 @@ rhcloud: >-
|
||||
vexxhost
|
||||
{%- elif 'psi-public-nodepool-tripleo' in nodepool_provider -%}
|
||||
psi
|
||||
{%- elif 'ibm-bm2-nodepool' in nodepool_provider -%}
|
||||
{%- elif nodepool_provider in ['ibm-bm2-nodepool', 'ibm-bm3-nodepool'] -%}
|
||||
ibm
|
||||
{%- elif nodepool_provider == 'tripleo-ci' and environment_type == 'ovb' -%}
|
||||
internal
|
||||
|
Loading…
Reference in New Issue
Block a user