On 6/12/2016 6:46 PM, Ade Lee wrote:
commit 01af3ee5928de2bacaf62210672e1e51524bd41d
Author: Ade Lee <alee(a)redhat.com>
Date: Fri Jun 10 22:18:03 2016 -0400
Add man page and clarify CLI for kra-connector
Ended up changing the CLI for kra-connector to make things a lot
clearer as discussed with Endi.
Tested adding and removing host/port and installing and removing KRAs
(which call the install/remove connector calls).
Please review.
Ade
I think there's still a confusion between KRA connector vs host. To my
understanding there's only one connector but it can have multiple hosts.
When we install KRA initially we create a connector with one host. In
subsequent KRA cloning we're only adding another host to the same
connector, we're not adding another connector. Similarly when we remove
a KRA clone we're only removing a host, but when the last KRA is removed
the connector is automatically removed as well (although it doesn't have
to be).
Ideally the CLIs and the configuration file should reflect that
distinction properly. We can revise it in 10.4. For now I just added
some small changes to clarify the CLI messages and the man page. I
pushed the revised patch to master.
--
Endi S. Dewata