You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Affected Puppet, Ruby, OS and module versions/distributions
Puppet: 7
Distribution: CentOS
Module version: lastest/master
How to reproduce (e.g Puppet code you use)
We use this module to create an nginx cluster. We love the module. Thanks for the hard work!
Without puppet, I can run pcs to refresh (reload) a Clone Set like this:
$ pcs statusCluster name: TESTING-ZONE-W1AStack: corosyncCurrent DC: foo1.net (version 1.1.23-1.el7_9.1-9acf116022) - partition with quorumLast updated: Fri Jun 11 22:13:14 2021Last change: Thu Jun 10 17:35:21 2021 by hacluster via crmd on foo1.net1 node configured4 resource instances configuredOnline: [ foo1 ]Full list of resources: Clone Set: reverse_proxy [nginx_service] Started: [ foo1 ]Failed Resource Actions:* nginx_service_monitor_120000 on foo1.net 'not running' (7): call=8, status=complete, exitreason='', last-rc-change='Fri Jun 11 21:33:19 2021', queued=0ms, exec=0msDaemon Status: corosync: active/enabled pacemaker: active/enabled pcsd: active/enabled
$ pcs resource refresh nginx_service
Is there a way to trigger pcs to refresh a resource, e.g. restart/reload a webserver, using this module?
I am deploying some nginx config files with puppet and I would like puppet to trigger an nginx reload or restart via pcs/corosync when those config files are updated.
The text was updated successfully, but these errors were encountered:
I've looked into the code and so far, the only thing that's refreshable is a cs_commit; which isn't what you want (and you've probably implemented differently now, anyway…).
I can bump this to be a feature request, just let me now. :)
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
We use this module to create an nginx cluster. We love the module. Thanks for the hard work!
Without puppet, I can run
pcs
to refresh (reload) a Clone Set like this:Is there a way to trigger pcs to refresh a resource, e.g. restart/reload a webserver, using this module?
I am deploying some nginx config files with puppet and I would like puppet to trigger an nginx reload or restart via pcs/corosync when those config files are updated.
The text was updated successfully, but these errors were encountered: