|
|
|
@ -16,6 +16,30 @@ parameter_defaults:
|
|
|
|
|
# Type: boolean |
|
|
|
|
EnablePackageInstall: True |
|
|
|
|
|
|
|
|
|
# Indicate whether this resource may be shared with the domain received in the request "origin" header. |
|
|
|
|
# Type: string |
|
|
|
|
HeatCorsAllowedOrigin: '*' |
|
|
|
|
|
|
|
|
|
# Maximum number of nested stack depth. |
|
|
|
|
# Type: number |
|
|
|
|
HeatMaxNestedStackDepth: 7 |
|
|
|
|
|
|
|
|
|
# Maximum resources allowed per top-level stack. -1 stands for unlimited. |
|
|
|
|
# Type: number |
|
|
|
|
HeatMaxResourcesPerStack: -1 |
|
|
|
|
|
|
|
|
|
# Allow reauthentication on token expiry, such that long-running tasks may complete. Note this defeats the expiry of any provided user tokens. |
|
|
|
|
# Type: string |
|
|
|
|
HeatReauthenticationAuthMethod: 'trusts' |
|
|
|
|
|
|
|
|
|
# The maximum number of elements in collection yaql expressions can take for its evaluation. |
|
|
|
|
# Type: number |
|
|
|
|
HeatYaqlLimitIterators: 10000 |
|
|
|
|
|
|
|
|
|
# The maximum size of memory in bytes that yaql exrpessions can take for its evaluation. |
|
|
|
|
# Type: number |
|
|
|
|
HeatYaqlMemoryQuota: 200000 |
|
|
|
|
|
|
|
|
|
# Type of disk cleaning before and between deployments, "full" for full cleaning, "metadata" to clean only disk metadata (partition table). |
|
|
|
|
# Type: string |
|
|
|
|
IronicCleaningDiskErase: metadata |
|
|
|
@ -28,6 +52,10 @@ parameter_defaults:
|
|
|
|
|
# Type: string |
|
|
|
|
IronicDefaultInspectInterface: inspector |
|
|
|
|
|
|
|
|
|
# Default resource class to use for new nodes. |
|
|
|
|
# Type: string |
|
|
|
|
IronicDefaultResourceClass: baremetal |
|
|
|
|
|
|
|
|
|
# Whether to enable use of staging drivers. |
|
|
|
|
# Type: boolean |
|
|
|
|
IronicEnableStagingDrivers: True |
|
|
|
|