Disable sahara for Xenial
The sahara packages are having issues after the Pike-m1 update from UCA. Let's disable it until it gets fixed. Change-Id: Iba847af36a9773be46dc952719750f42a332d850
This commit is contained in:
parent
5b23f658f3
commit
a76dc95f9e
@ -21,6 +21,8 @@ case $::osfamily {
|
||||
$mistral_enabled = false
|
||||
# murano package should be fixed on Ubuntu Xenial
|
||||
$murano_enabled = false
|
||||
# TODO(aschultz): sahara is currently missing from xenial pike
|
||||
$sahara_enabled = false
|
||||
# trove package contains broken Tempest tests
|
||||
$trove = false
|
||||
}
|
||||
@ -28,6 +30,7 @@ case $::osfamily {
|
||||
$ipv6 = true
|
||||
$mistral_enabled = true
|
||||
$murano_enabled = true
|
||||
$sahara_enabled = true
|
||||
$trove_enabled = true
|
||||
}
|
||||
default: {
|
||||
@ -69,7 +72,9 @@ if $trove_enabled {
|
||||
}
|
||||
include ::openstack_integration::horizon
|
||||
include ::openstack_integration::heat
|
||||
include ::openstack_integration::sahara
|
||||
if $sahara_enabled {
|
||||
include ::openstack_integration::sahara
|
||||
}
|
||||
if $designate_enabled {
|
||||
include ::openstack_integration::designate
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user