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
Every puppet run tries to change the cs_primitive's parameters, but then pcs kicks it out as having no change.
What behaviour did you expect instead
No change applied.
Output log
Notice: /Stage[main]/Openstack_cluster::Test/Cs_primitive[fence_one]/parameters: parameters changed {'auth' => 'MD5', 'delay' => '15', 'ipaddr' => '192.168.0.180', 'login' => 'admin', 'passwd' => '...', 'pcmk_host_list' => 'one'} to '{"pcmk_host_list"=>"one", "delay"=>15, "ipaddr"=>"192.168.0.180", "login"=>"admin", "passwd"=>"...", "auth"=>"MD5"}'
Info: /Stage[main]/Openstack_cluster::Test/Cs_primitive[fence_one]: Scheduling refresh of Cs_commit[puppet]
Error: /Stage[main]/Openstack_cluster::Test/Cs_commit[puppet]: Failed to call refresh: Execution of '/sbin/pcs cluster cib-push /opt/puppetlabs/puppet/cache/shadow.puppet diff-against=/opt/puppetlabs/puppet/cache/shadow.puppet.ori' returned 1: Error: The new CIB is the same as the original CIB, nothing to push.
Error: /Stage[main]/Openstack_cluster::Test/Cs_commit[puppet]: Execution of '/sbin/pcs cluster cib-push /opt/puppetlabs/puppet/cache/shadow.puppet diff-against=/opt/puppetlabs/puppet/cache/shadow.puppet.ori' returned 1: Error: The new CIB is the same as the original CIB, nothing to push.
Any additional information you'd like to impart
Quoting the 15 on the delay parameter to force it to be a string works as expected.
The text was updated successfully, but these errors were encountered:
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
What are you seeing
Every puppet run tries to change the cs_primitive's parameters, but then
pcs
kicks it out as having no change.What behaviour did you expect instead
No change applied.
Output log
Any additional information you'd like to impart
Quoting the
15
on thedelay
parameter to force it to be a string works as expected.The text was updated successfully, but these errors were encountered: