puppet-tripleo/manifests/profile/pacemaker
Michele Baldessari 6d335056a3 Fix manila-share with ceph-nfs backend
Currently when you deploy manila-share with a ceph-nfs backend
we get the following error:
Error: pcs -f
/var/lib/pacemaker/cib/puppet-cib-backup20210107-48280-1y4rwmx
constraint colocation add openstack-manila-share with ceph-nfs INFINITY
failed: Error: Resource 'ceph-nfs' does not exist. Too many tries

The reason for it is that we moved the pcs resource creation to the host
and outside containers
https://review.opendev.org/q/topic:%22pcs_host3%22+(status:open%20OR%20status:merged)

But when the ceph-nfs pcmk resource gets created at step 5, the
manila-share puppet code has already been invoked and since it requires
the ceph-nfs resource to be available it fails like above.

Let's move the ceph-nfs creation to step4 to solve this.

Closes-Bug: #1910732

Change-Id: Ifb81d155cbb4598a311c8e6fe90be951a8e7e656
(cherry picked from commit 06e131882b)
2021-01-12 17:56:47 +00:00
..
cinder Remove unnecessory usage of hiera 2020-04-21 23:30:39 +09:00
database Force MySQL / MariaDB log_warnings to 1 2020-11-19 11:20:01 +00:00
manila Remove unnecessory usage of hiera 2020-04-21 23:30:39 +09:00
ceph_nfs.pp Fix manila-share with ceph-nfs backend 2021-01-12 17:56:47 +00:00
clustercheck.pp Use clustercheck credentials to poll galera state in container 2017-07-31 12:39:51 -04:00
compute_instanceha.pp Instance HA support 2017-12-06 11:42:53 +01:00
haproxy.pp Add check for bootstrap_node for downcase 2020-04-07 14:51:41 -06:00
haproxy_bundle.pp Allow to specify a nic for the VIPs + Fix nic selection when no nic is specified 2020-12-20 10:49:59 +01:00
manila.pp Add check for bootstrap_node for downcase 2020-04-07 14:51:41 -06:00
ovn_dbs_bundle.pp Allow to specify a nic for the VIPs + Fix nic selection when no nic is specified 2020-12-20 10:49:59 +01:00
ovn_northd.pp Fix generating connections to OVN db 2019-02-12 11:15:53 +01:00
rabbitmq.pp Add check for bootstrap_node for downcase 2020-04-07 14:51:41 -06:00
rabbitmq_bundle.pp Allow OCF resources to be created with --force 2020-05-27 02:59:23 +00:00