Skip to content
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

KRA: don't add KRA container when KRA replica #212

Closed
wants to merge 1 commit into from
Closed

KRA: don't add KRA container when KRA replica #212

wants to merge 1 commit into from

Conversation

MartinBasti
Copy link
Contributor

@MartinBasti MartinBasti commented Nov 4, 2016

Regression in master branch only

This fixes regression caused by c56256e
"""
[9/11]: add vault container
ipa : CRITICAL Failed to load vault.ldif: Command
'/usr/bin/ldapmodify -v -f /tmp/tmpxxO9IC -H
ldapi://%2fvar%2frun%2fslapd-IPA-TEST.socket -x -D cn=Directory Manager
-y /tmp/tmpVKinCZ' returned non-zero exit status 68
[10/11]: apply LDAP updates
"""

and removes unneded steps during installation of KRA replica, because
KRA container must be there since installation of first KRA instance.

@stlaz stlaz self-assigned this Nov 10, 2016
@stlaz
Copy link
Contributor

stlaz commented Nov 11, 2016

configure_instance and configure_replica codes were merged, you'll need to check for self.clone value instead.

This fixes regression caused by c56256e
"""
  [9/11]: add vault container
ipa         : CRITICAL Failed to load vault.ldif: Command
'/usr/bin/ldapmodify -v -f /tmp/tmpxxO9IC -H
ldapi://%2fvar%2frun%2fslapd-IPA-TEST.socket -x -D cn=Directory
Manager
-y /tmp/tmpVKinCZ' returned non-zero exit status 68
  [10/11]: apply LDAP updates
"""

and removes unneded steps during installation of KRA replica,
because KRA container must be there since installation of first KRA
instance.
@stlaz
Copy link
Contributor

stlaz commented Nov 21, 2016

ACK, works on both DLs.

@stlaz stlaz added the ack Pull Request approved, can be merged label Nov 21, 2016
@MartinBasti
Copy link
Contributor Author

@MartinBasti MartinBasti added the pushed Pull Request has already been pushed label Nov 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ack Pull Request approved, can be merged pushed Pull Request has already been pushed
Projects
None yet
2 participants