Merge "Remove default value for pacmaker passwords"

This commit is contained in:
Zuul 2018-03-29 21:46:41 +00:00 committed by Gerrit Code Review
commit b041ac2ffd
3 changed files with 7 additions and 4 deletions

View File

@ -45,12 +45,10 @@ parameters:
type: string
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: ''
CorosyncSettleTries:
type: number
description: Number of tries for cluster settling. This has the

View File

@ -34,12 +34,10 @@ parameters:
type: string
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

View File

@ -0,0 +1,7 @@
---
fixes:
- The default values for the PcsdPassword and PacemakerRemoteAuthkey
parameters have been removed, as they did not result in a functioning
pacemaker installation. These values are instead generated by
tripleo-common, and in the cases where they are not (direct API), we want
to fail explicitly if they are not provided.