tempest: Fix wrong availability defined for ironic-inspector
ironic-inspector is now deployed in scenario 002. Depends-on: https://review.opendev.org/932161 Change-Id: Ief5c8579fafe93189cda9aeb80e8dc3202b8ea19
This commit is contained in:
@@ -113,6 +113,7 @@ class { 'openstack_integration::tempest':
|
|||||||
horizon => true,
|
horizon => true,
|
||||||
swift => true,
|
swift => true,
|
||||||
ironic => true,
|
ironic => true,
|
||||||
|
ironic_inspector => true,
|
||||||
zaqar => true,
|
zaqar => true,
|
||||||
attach_encrypted_volume => true,
|
attach_encrypted_volume => true,
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -48,6 +48,10 @@
|
|||||||
# (optional) Define if Ironic needs to be tested.
|
# (optional) Define if Ironic needs to be tested.
|
||||||
# Default to false.
|
# Default to false.
|
||||||
#
|
#
|
||||||
|
# [*ironic_inspector*]
|
||||||
|
# (optional) Define if Ironic-inspector needs to be tested.
|
||||||
|
# Default to false.
|
||||||
|
#
|
||||||
# [*l2gw*]
|
# [*l2gw*]
|
||||||
# (optional) Define if L2GW needs to be tested.
|
# (optional) Define if L2GW needs to be tested.
|
||||||
# Default to false.
|
# Default to false.
|
||||||
@@ -160,6 +164,7 @@ class openstack_integration::tempest (
|
|||||||
$heat = false,
|
$heat = false,
|
||||||
$horizon = false,
|
$horizon = false,
|
||||||
$ironic = false,
|
$ironic = false,
|
||||||
|
$ironic_inspector = false,
|
||||||
$l2gw = false,
|
$l2gw = false,
|
||||||
$l2gw_switch = undef,
|
$l2gw_switch = undef,
|
||||||
$dr = false,
|
$dr = false,
|
||||||
@@ -324,6 +329,7 @@ class openstack_integration::tempest (
|
|||||||
heat_available => $heat,
|
heat_available => $heat,
|
||||||
swift_available => $swift,
|
swift_available => $swift,
|
||||||
ironic_available => $ironic,
|
ironic_available => $ironic,
|
||||||
|
ironic_inspector_available => $ironic_inspector,
|
||||||
zaqar_available => $zaqar,
|
zaqar_available => $zaqar,
|
||||||
manila_available => $manila,
|
manila_available => $manila,
|
||||||
mistral_available => $mistral,
|
mistral_available => $mistral,
|
||||||
|
|||||||
Reference in New Issue
Block a user