From 0f011b7f1e0894b72f00157a97b14812d2d4f347 Mon Sep 17 00:00:00 2001 From: Brian Stinson Date: Sep 28 2020 18:49:09 +0000 Subject: We should skip creating ISOs for the ResilientStorage and NFV variants Same thing for the buildinstall phases too. --- diff --git a/c8-stream.conf b/c8-stream.conf index 0e026ea..aba085f 100644 --- a/c8-stream.conf +++ b/c8-stream.conf @@ -106,7 +106,7 @@ lorax_options = [ ] buildinstall_skip = [ - ("^(AppStream|PowerTools|CR|HighAvailability|RT)$", { + ("^(AppStream|PowerTools|CR|HighAvailability|RT|ResilientStorage|NFV)$", { "*": True }), ] @@ -122,7 +122,7 @@ image_volid_formats = [ '{release_short}-{version}-{arch}-{disc_type}', ] create_optional_isos = False createiso_skip = [ - ('^(BaseOS|AppStream|PowerTools|HighAvailability|CR|RT)$', { + ('^(BaseOS|AppStream|PowerTools|HighAvailability|CR|RT|ResilientStorage|NFV)$', { '*': True, 'src':True }),