Merge "Fix ipv6 addrlabel for ceph-nfs"

This commit is contained in:
Zuul 2020-05-20 10:09:11 +00:00 committed by Gerrit Code Review
commit fb80dd4353
1 changed files with 6 additions and 7 deletions

View File

@ -77,13 +77,12 @@ class tripleo::profile::pacemaker::ceph_nfs (
node => $::hostname,
}
pacemaker::resource::ip { 'ganesha_vip':
ip_address => $ganesha_vip,
cidr_netmask => $netmask,
nic => $nic,
#ipv6_addrlabel => $ipv6_addrlabel,
#ipv6_addrlabel => '',
tries => $pcs_tries,
location_rule => {
ip_address => $ganesha_vip,
cidr_netmask => $netmask,
nic => $nic,
ipv6_addrlabel => $ipv6_addrlabel,
tries => $pcs_tries,
location_rule => {
resource_discovery => 'exclusive',
score => 0,
expression => ['ceph-nfs-role eq true'],