Merge "Added the posibility of skipping the NFS ping test on the rear installation"

This commit is contained in:
Zuul 2021-05-22 04:09:45 +00:00 committed by Gerrit Code Review
commit 35377d7c6f
2 changed files with 8 additions and 0 deletions

View File

@ -193,3 +193,4 @@ parameter_defaults:
- /dev/loop4
MultipathdEnable: true
NovaLibvirtVolumeUseMultipath: true
BackupAndRestoreSkipNFSTest: true

View File

@ -33,6 +33,12 @@ parameters:
type: string
tags:
- role_specific
BackupAndRestoreSkipNFSTest:
default: false
description: Skip the ping test in case the NFS server is not up
type: boolean
tags:
- role_specific
BackupAndRestoreNFSStorageFolder:
default: '/ctl_plane_backups'
description: NFS storage folder
@ -99,4 +105,5 @@ outputs:
tripleo_backup_and_restore_rear_simulate: {get_param: BackupAndRestoreRearSimulate}
tripleo_backup_and_restore_debug: {get_param: BackupAndRestoreDebug}
tripleo_backup_and_restore_local_config: {get_param: BackupAndRestoreLocalConfig}
tripleo_backup_and_restore_skip_nfs_test: {get_param: BackupAndRestoreSkipNFSTest}