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:
Takashi Kajinami 2021-06-08 22:12:35 +09:00
parent 098df978cf
commit 5b34e66a7a

View File

@ -104,6 +104,7 @@ outputs:
folder: {get_param: BackupAndRestoreNFSStorageFolder}
tripleo_backup_and_restore_rear_simulate: {get_param: BackupAndRestoreRearSimulate}
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_skip_nfs_test: {get_param: BackupAndRestoreSkipNFSTest}