[Freeipa-devel] [PATCH] replication manager

Karl MacMillan kmacmill at redhat.com
Fri Dec 21 16:10:24 UTC 2007


Add a replication manager tool that allows listing, adding, and deleting
replication agreements. This is instead of setting up a mesh topology by
default - with this tool users can set whatever topology they want.

This will all work by:

On master1.foo.bar:

# ipa-server-install
# ipa-replica-prepare
(you now have replica-info-FOO.BAR file - copy to master2 and 3)

On master2.foo.bar:

# ipa-replica-install replica-info-FOO.BAR
(we now have two masters)

On master3.foo.bar:

# ipa-replica-install replica-info-FOO.BAR
(we now have 3 masters, but no agreement between 2 and 3)
# ipa-replica-manage add master2.foo.bar
# ipa-replica-manage list
master1.foo.bar
master2.foo.bar
(mesh topology is done)

On master1.foo.bar:

# ipa-replica-manage list
master2.foo.bar
master3.foo.bar

Karl

-------------- next part --------------
A non-text attachment was scrubbed...
Name: replication.patch
Type: text/x-patch
Size: 7440 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/freeipa-devel/attachments/20071221/2c924e42/attachment.bin>


More information about the Freeipa-devel mailing list