Merge "Make HA container bundle work on remote nodes"
This commit is contained in:
commit
84362d3385
@ -35,6 +35,11 @@ parameters:
|
||||
description: The authkey for the pacemaker remote service.
|
||||
hidden: true
|
||||
default: ''
|
||||
PcsdPassword:
|
||||
type: string
|
||||
description: The password for the 'pcsd' user for pacemaker.
|
||||
hidden: true
|
||||
default: ''
|
||||
MonitoringSubscriptionPacemakerRemote:
|
||||
default: 'overcloud-pacemaker_remote'
|
||||
type: string
|
||||
@ -103,5 +108,13 @@ outputs:
|
||||
tripleo::fencing::config: {get_param: FencingConfig}
|
||||
enable_fencing: {get_param: EnableFencing}
|
||||
tripleo::profile::base::pacemaker_remote::remote_authkey: {get_param: PacemakerRemoteAuthkey}
|
||||
pacemaker::corosync::manage_fw: false
|
||||
hacluster_pwd:
|
||||
yaql:
|
||||
expression: $.data.passwords.where($ != '').first()
|
||||
data:
|
||||
passwords:
|
||||
- {get_param: PcsdPassword}
|
||||
- {get_param: [DefaultPasswords, pcsd_password]}
|
||||
step_config: |
|
||||
include ::tripleo::profile::base::pacemaker_remote
|
||||
|
Loading…
Reference in New Issue
Block a user