Honor the BackupAndRestoreHieraConfigFile parameter
The BackupAndRestoreHieraConfigFile parameter should be used to set the tripleo_backup_and_restore_hiera_config_file var in tripleo-ansibe. This change adds missing var definition so that that tht parameter becomes effective. Change-Id: Ifffecdece7b9b37238c35a4240ea217d49a238bc Closes-Bug: #1931253
This commit is contained in:
parent
098df978cf
commit
5b34e66a7a
@ -104,6 +104,7 @@ outputs:
|
|||||||
folder: {get_param: BackupAndRestoreNFSStorageFolder}
|
folder: {get_param: BackupAndRestoreNFSStorageFolder}
|
||||||
tripleo_backup_and_restore_rear_simulate: {get_param: BackupAndRestoreRearSimulate}
|
tripleo_backup_and_restore_rear_simulate: {get_param: BackupAndRestoreRearSimulate}
|
||||||
tripleo_backup_and_restore_debug: {get_param: BackupAndRestoreDebug}
|
tripleo_backup_and_restore_debug: {get_param: BackupAndRestoreDebug}
|
||||||
|
tripleo_backup_and_restore_hiera_config_file: {get_param: BackupAndRestoreHieraConfigFile}
|
||||||
tripleo_backup_and_restore_local_config: {get_param: BackupAndRestoreLocalConfig}
|
tripleo_backup_and_restore_local_config: {get_param: BackupAndRestoreLocalConfig}
|
||||||
tripleo_backup_and_restore_skip_nfs_test: {get_param: BackupAndRestoreSkipNFSTest}
|
tripleo_backup_and_restore_skip_nfs_test: {get_param: BackupAndRestoreSkipNFSTest}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user