Merge "Expose IronicImageDownloadSource as a parameter"
This commit is contained in:
commit
ec969f65ac
@ -164,6 +164,12 @@ parameters:
|
|||||||
default: false
|
default: false
|
||||||
description: Whether to enable use of staging drivers.
|
description: Whether to enable use of staging drivers.
|
||||||
type: boolean
|
type: boolean
|
||||||
|
IronicImageDownloadSource:
|
||||||
|
default: swift
|
||||||
|
description: Image delivery method for the "direct" deploy interface.
|
||||||
|
Use "swift" for the Object Storage temporary URLs,
|
||||||
|
use "http" for the local HTTP server (the same as for iPXE).
|
||||||
|
type: string
|
||||||
IronicIPXEEnabled:
|
IronicIPXEEnabled:
|
||||||
default: true
|
default: true
|
||||||
description: Whether to use iPXE instead of PXE for deployment.
|
description: Whether to use iPXE instead of PXE for deployment.
|
||||||
@ -299,6 +305,7 @@ outputs:
|
|||||||
- service_debug
|
- service_debug
|
||||||
- 'always'
|
- 'always'
|
||||||
- 'on_failure'
|
- 'on_failure'
|
||||||
|
ironic::drivers::agent::image_download_source: {get_param: IronicImageDownloadSource}
|
||||||
# NOTE(emilien): ILO defaulting to UEFI does not match other drivers so bios is used.
|
# NOTE(emilien): ILO defaulting to UEFI does not match other drivers so bios is used.
|
||||||
ironic::drivers::ilo::default_boot_mode: 'bios'
|
ironic::drivers::ilo::default_boot_mode: 'bios'
|
||||||
ironic::drivers::interfaces::enabled_bios_interfaces: {get_param: IronicEnabledBiosInterfaces}
|
ironic::drivers::interfaces::enabled_bios_interfaces: {get_param: IronicEnabledBiosInterfaces}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user