2020-11-12 20:39:15 |
Andrea Ieri |
description |
The charm documentation needs two fixes:
1. since the auto_peers charm option is deprecated, the 'Auto peer' README section should be removed, or at least be labeled as deprecated
2. relating multiple strata as described in the README (juju add-relation ntp-stratum2 ntp-stratum3) does not work, because the relation is ambiguous. I believe the correct order to be juju add-relation ntp-stratum2:master ntp-stratum3:ntpmaster, but it's not really documented |
The charm documentation needs two fixes:
1. since the auto_peers charm option is deprecated, the 'Auto peer' README section should be removed, or at least be labeled as deprecated
2. relating multiple strata as described in the README (juju add-relation ntp-stratum2 ntp-stratum3) does not work, because the relation is ambiguous. I believe the correct order to be juju add-relation ntp-stratum2:ntpmaster ntp-stratum3:master, but it's not really documented |
|