Merge "Correct handling of inspect_nodes in test-bifrost.yaml"

This commit is contained in:
Zuul 2020-07-24 14:36:11 +00:00 committed by Gerrit Code Review
commit 3963b2b633
1 changed files with 3 additions and 2 deletions

View File

@ -73,9 +73,10 @@
connection: local
roles:
- role: ironic-enroll-dynamic
- { role: ironic-inspect-node, when: not inspect_nodes | default('false') | bool }
- role: ironic-inspect-node
when: inspect_nodes | default(false) | bool
- role: bifrost-test-inspection
when: not inspect_nodes | default('false') | bool
when: inspect_nodes | default(false) | bool
- hosts: localhost
name: "Tests the use of openstack clients"