-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
replica hangs after Firewall[104 allow IPA replication........ #61
Comments
@sixpac009 can you send the output from |
A little more info on my setup. I am running Puppet Enterprise v2015.2.2 Here are the output files for the master and replica builds. On Tue, Oct 27, 2015 at 10:46 PM, Rob Ruma [email protected] wrote:
�[0;32mInfo: Retrieving pluginfacts�[0m �[0;32mInfo: Caching certificate for node1.asde.com�[0m -collectives = mcollective-libdir = /opt/puppetlabs/mcollective/plugins-# consult the "classic" libdirs too -logfile = /var/log/puppetlabs/mcollective.log -daemonize = 1-# Plugins +# Connector settings (required): -# Facts �[0;32mInfo: Retrieving pluginfacts�[0m �[0;32mInfo: Caching certificate for node3.asde.com�[0m |
This sounds like a problem I'm having (but haven't found a solution to yet). Running Puppet with Why |
I also get the sssd issue but not every time. Sometimes it seems to start On Thu, Nov 19, 2015, 5:21 AM Misha Gorodnitzky [email protected]
|
So Regarding the
I'll see if I can cut a quick PR for this change. |
some attention on #67 |
I am trying to setup IPA with a master and replica. The module works with setting up the master and a client on Centos 7. The issue I am having is when creating the replica it seems to hang at "Notice: /Stage[main]/Ipa::Replica/Ipa::Masterreplicationfirewall[node1.asde.com]/Firewall[104 allow IPA replication services from master node1.asde.com]/ensure: created" duren the install and also on the MASTER it hanges at the same notice. Did the replication ever work? Is my module config correct or am I missing something?
Master
ipa::master: true
ipa::ntp: true
ipa::dns: true
ipa::mkhomedir: true
ipa::kstart: true
ipa::domain: "foo.com"
ipa::realm: "FOO.COM"
ipa::dspw: "passworda"
ipa::adminpw: "passwordb"
Replica
ipa::replica: true
ipa::ntp: true
ipa::dns: true
ipa::mkhomedir: true
ipa::kstart: true
ipa::domain: "foo.com"
ipa::realm: "FOO.COM"
ipa::dspw: "passworda"
ipa::adminpw: "passwordb"
ipa::otp: "passwordc"
The text was updated successfully, but these errors were encountered: