Merge "scenario002: test ironic on Ubuntu again"
This commit is contained in:
commit
a724751360
@ -16,17 +16,13 @@
|
|||||||
|
|
||||||
case $::osfamily {
|
case $::osfamily {
|
||||||
'Debian': {
|
'Debian': {
|
||||||
$ipv6 = false
|
$ipv6 = false
|
||||||
# ironic-conductor is broken for Ubuntu Trusty
|
|
||||||
# https://bugs.launchpad.net/cloud-archive/+bug/1530869
|
|
||||||
$ironic_enabled = false
|
|
||||||
# zaqar is not packaged in Ubuntu Trusty
|
# zaqar is not packaged in Ubuntu Trusty
|
||||||
$zaqar_enabled = false
|
$zaqar_enabled = false
|
||||||
}
|
}
|
||||||
'RedHat': {
|
'RedHat': {
|
||||||
$ipv6 = true
|
$ipv6 = true
|
||||||
$ironic_enabled = true
|
$zaqar_enabled = true
|
||||||
$zaqar_enabled = true
|
|
||||||
}
|
}
|
||||||
default: {
|
default: {
|
||||||
fail("Unsupported osfamily (${::osfamily})")
|
fail("Unsupported osfamily (${::osfamily})")
|
||||||
@ -58,6 +54,6 @@ include ::openstack_integration::provision
|
|||||||
class { '::openstack_integration::tempest':
|
class { '::openstack_integration::tempest':
|
||||||
cinder => true,
|
cinder => true,
|
||||||
swift => true,
|
swift => true,
|
||||||
ironic => $ironic_enabled,
|
ironic => true,
|
||||||
zaqar => $zaqar_enabled,
|
zaqar => $zaqar_enabled,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user