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"
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"