Merge "Added the posibility of skipping the NFS ping test on the rear installation"
This commit is contained in:
commit
35377d7c6f
@ -193,3 +193,4 @@ parameter_defaults:
|
|||||||
- /dev/loop4
|
- /dev/loop4
|
||||||
MultipathdEnable: true
|
MultipathdEnable: true
|
||||||
NovaLibvirtVolumeUseMultipath: true
|
NovaLibvirtVolumeUseMultipath: true
|
||||||
|
BackupAndRestoreSkipNFSTest: true
|
||||||
|
@ -33,6 +33,12 @@ parameters:
|
|||||||
type: string
|
type: string
|
||||||
tags:
|
tags:
|
||||||
- role_specific
|
- role_specific
|
||||||
|
BackupAndRestoreSkipNFSTest:
|
||||||
|
default: false
|
||||||
|
description: Skip the ping test in case the NFS server is not up
|
||||||
|
type: boolean
|
||||||
|
tags:
|
||||||
|
- role_specific
|
||||||
BackupAndRestoreNFSStorageFolder:
|
BackupAndRestoreNFSStorageFolder:
|
||||||
default: '/ctl_plane_backups'
|
default: '/ctl_plane_backups'
|
||||||
description: NFS storage folder
|
description: NFS storage folder
|
||||||
@ -99,4 +105,5 @@ outputs:
|
|||||||
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_local_config: {get_param: BackupAndRestoreLocalConfig}
|
tripleo_backup_and_restore_local_config: {get_param: BackupAndRestoreLocalConfig}
|
||||||
|
tripleo_backup_and_restore_skip_nfs_test: {get_param: BackupAndRestoreSkipNFSTest}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user