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
On an existing 4.4 mongo cluster with a replica set and authentication on the PRIMARY node, with create_admin => true, I get the dependency cycle error shown below.
Affected Puppet, Ruby, OS and module versions/distributions
Puppet: 8.6.0
Ruby: 3.2.3 (puppetlabs distribution package)
Distribution: RHEL7, RHEL9
Module version: v6.0.1 tag
How to reproduce (e.g Puppet code you use)
Against an existing mongo node/cluster with a configured and working 'replset'.
When run against a node that is not the PRIMARY node, this works fine. When run against a node that is the PRIMARY node, the error seen below.
What are you seeing
Error: Found 1 dependency cycle:
(Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz
Error: Failed to apply catalog: One or more resource dependency cycles detected in graph
What behaviour did you expect instead
I expect the puppet run to complete without errors, not having actually attempted to change anything as the admin database exists, as does the admin user with the provided credentials.
Output log
[bekar@mongodb1.stag ~]$ /usr/bin/sudo puppet agent --test --environment bekar ; sudo systemctl stop puppet
Info: Refreshing CA certificate
Info: CA certificate is unmodified, using existing CA certificate
Info: Refreshing CRL
Info: CRL is unmodified, using existing CRL
Info: Using environment 'bekar'
Info: Retrieving pluginfacts
Info: Retrieving plugin
Info: Loading facts
Notice: Requesting catalog from puppet.arsrs.local:8140 (10.11.100.40)
Notice: Catalog compiled by puppet1.mel.arsrs.local
Info: Caching catalog for mongodb1.stag.reg.neustar.com
Info: Applying configuration version '[Migration from CREDNS to NSD. Staging configuration only. - More work required to be a complete drop-in replacement for BIND though. - We don't have a CREDNS solution for EL9, so default to NSD](http://gitlab1.mel.arsrs.local/sysop/puppet-policies/tree/c9c4665ac7ca6b0b151d7f8e89f3f84cddba6a52)'
Error: Found 1 dependency cycle:
(Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz
Error: Failed to apply catalog: One or more resource dependency cycles detected in graph
Any additional information you'd like to impart
This issue appeared when migrating our old environment from EL7/Puppet5 to EL9/Puppet8. This module had to be updated in steps; ab148b5 being the intermediate commit where this all worked, followed by v6.0.1, where this error occurs.
It feels related to #746 but figured it would be rude to attach this there.
For now, I'm just setting the create_admin => false as it already exists in a working state.
The text was updated successfully, but these errors were encountered:
On an existing 4.4 mongo cluster with a replica set and authentication on the PRIMARY node, with
create_admin => true
, I get the dependency cycle error shown below.Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
Against an existing mongo node/cluster with a configured and working 'replset'.
When run against a node that is not the PRIMARY node, this works fine. When run against a node that is the PRIMARY node, the error seen below.
What are you seeing
What behaviour did you expect instead
I expect the puppet run to complete without errors, not having actually attempted to change anything as the admin database exists, as does the admin user with the provided credentials.
Output log
Any additional information you'd like to impart
This issue appeared when migrating our old environment from EL7/Puppet5 to EL9/Puppet8. This module had to be updated in steps; ab148b5 being the intermediate commit where this all worked, followed by v6.0.1, where this error occurs.
It feels related to #746 but figured it would be rude to attach this there.
For now, I'm just setting the
create_admin => false
as it already exists in a working state.The text was updated successfully, but these errors were encountered: