Promotable pacemaker resources in HA control plane such as galera and redis are created by puppet by running a couple of pcs command internally.
Starting pacemaker 2 and pcs 0.10, attribute 'masters' (which drives the number of replicas allowed to be promoted to master state) has been deprecated and renamed 'promoted-max':
pcs resource bundle create bandini-bundle container podman image=registry-proxy.engineering.redhat.com/rh-osbs/rhosp16-openstack-mariadb:20200124.1 network=host options="--user=root --log-driver=journald" replicas=3 masters=3 run-command="/usr/sbin/pacemaker_remoted" network control-port=3123 storage-map id=map0 source-dir=/dev/log target-dir=/dev/log storage-map id=map1 source-dir=/dev/zero target-dir=/etc/libqb/force-filesystem-sockets options=ro storage-map id=map2 source-dir=/etc/hosts target-dir=/etc/hosts options=ro storage-map id=map3 source-dir=/etc/localtime target-dir=/etc/localtime options=ro storage-map id=map4 source-dir=/etc/my.cnf.d target-dir=/etc/my.cnf.d options=ro storage-map id=map5 source-dir=/var/lib/mysql target-dir=/var/lib/mysql options=rw storage-map id=map6 source-dir=/var/log/mysql target-dir=/var/log/mysql options=rw storage-map id=pcmk1 source-dir=/var/log/pacemaker target-dir=/var/log/pacemaker options=rw --disabled
Warning: container option 'masters' is deprecated and should not be used, use promoted-max instead
We should update the way we create/update those resources to stop using this deprecated argument.
This is an automated action. Bug status has been set to 'Incomplete' and target milestone has been removed due to inactivity. If you disagree please re-set these values and reach out to us on freenode #tripleo