Comment 8 for bug 1719540

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to puppet-tripleo (stable/rocky)

Reviewed: https://review.opendev.org/687234
Committed: https://git.openstack.org/cgit/openstack/puppet-tripleo/commit/?id=27b0847c54f536950be2aaa210ff6a036a3e5fc5
Submitter: Zuul
Branch: stable/rocky

commit 27b0847c54f536950be2aaa210ff6a036a3e5fc5
Author: Michele Baldessari <email address hidden>
Date: Tue Mar 20 20:29:51 2018 +0100

    Allow VIP resource to have customized ops

    Introduce meta_params and op_params which will be
    passed to the pcs resource create comand when creating
    the VIPs. This allows us to specify custom ops for VIPs
    in the following manner, by setting hiera. E.g.:
    tripleo::profile::pacemaker::haproxy_bundle::op_params: 'start timeout=200s stop timeout=200s monitor timeout=5s'

    Change-Id: I9a1c700051fc6dfc302e1d94347df2956442354e
    Depends-On: Iadf0cd3805f72141563707f43130945c9d362f5c
    Related-Bug: #1719540
    (cherry picked from commit 8975100f773a2dcfdc39eaf6e979a763dae82866)