[Freeipa-users] Re: Abstracted NTP server configuration

2019-01-14 Thread Andrew Bychkov via FreeIPA-users
Hello! How is the patch checking going? ___ FreeIPA-users mailing list -- freeipa-users@lists.fedorahosted.org To unsubscribe send an email to freeipa-users-le...@lists.fedorahosted.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html

[Freeipa-users] Re: Abstracted NTP server configuration

2018-11-19 Thread Andrey Bychkov via FreeIPA-users
Hello! Wouldn't it be nice to have tests for this change? What is the best way to implement them? ___ FreeIPA-users mailing list -- freeipa-users@lists.fedorahosted.org To unsubscribe send an email to freeipa-users-le...@lists.fedorahosted.org Fedora

[Freeipa-users] Re: Abstracted NTP server configuration

2018-11-12 Thread Andrey Bychkov via FreeIPA-users
Yes, you are right. Ipa ntp lib does not depend on the specific ntp server, ipa will be configured with the ntp server that is installed in system. If there is no ntp server in the system, or if the user does not wish to synchronize the time, user can use the "-N" flag, ipa will be set

[Freeipa-users] Re: Abstracted NTP server configuration

2018-11-09 Thread Rob Crittenden via FreeIPA-users
Andrey Bychkov via FreeIPA-users wrote: > Hello! Can I fix my PR according with discussion? Just one final clarification. If I read the patch and page correctly the idea is that the packager chooses the default NTP package (if any). So if no NTP server package is installed them no server will be

[Freeipa-users] Re: Abstracted NTP server configuration

2018-11-09 Thread Andrey Bychkov via FreeIPA-users
Hello! Can I fix my PR according with discussion? ___ FreeIPA-users mailing list -- freeipa-users@lists.fedorahosted.org To unsubscribe send an email to freeipa-users-le...@lists.fedorahosted.org Fedora Code of Conduct:

[Freeipa-users] Re: Abstracted NTP server configuration

2018-11-01 Thread Tibor Dudlák via FreeIPA-users
Hey Andrey, I like it! Will jump on review ASAP. On Mon, Oct 29, 2018 at 9:10 AM Andrey Bychkov via FreeIPA-users < freeipa-users@lists.fedorahosted.org> wrote: > I offer two packages for configuring ntp service. One for IPA server and > next for IPA client. Each package contains all supported

[Freeipa-users] Re: Abstracted NTP server configuration

2018-10-29 Thread Andrey Bychkov via FreeIPA-users
I offer two packages for configuring ntp service. One for IPA server and next for IPA client. Each package contains all supported ipa ntp modules for the server and client, respectively. These packages do not dependen on specific ntp services, so their installation will be successful. The only

[Freeipa-users] Re: Abstracted NTP server configuration

2018-10-25 Thread Alexander Bokovoy via FreeIPA-users
On to, 25 loka 2018, Rob Crittenden wrote: Alexander Bokovoy wrote: On ke, 24 loka 2018, Rob Crittenden via FreeIPA-users wrote: Andrey Bychkov via FreeIPA-users wrote: Hello, I fixed design page. https://www.freeipa.org/page/V4/NTP_Servers_Configuration Tibor, do you have any input on

[Freeipa-users] Re: Abstracted NTP server configuration

2018-10-25 Thread Rob Crittenden via FreeIPA-users
Alexander Bokovoy wrote: > On ke, 24 loka 2018, Rob Crittenden via FreeIPA-users wrote: >> Andrey Bychkov via FreeIPA-users wrote: >>> Hello, I fixed design page. >>> >>> https://www.freeipa.org/page/V4/NTP_Servers_Configuration >> >> Tibor, do you have any input on this? >> >> As I read this it

[Freeipa-users] Re: Abstracted NTP server configuration

2018-10-25 Thread Alexander Bokovoy via FreeIPA-users
On ke, 24 loka 2018, Rob Crittenden via FreeIPA-users wrote: Andrey Bychkov via FreeIPA-users wrote: Hello, I fixed design page. https://www.freeipa.org/page/V4/NTP_Servers_Configuration Tibor, do you have any input on this? As I read this it will be up to the end-user to install their

[Freeipa-users] Re: Abstracted NTP server configuration

2018-10-24 Thread Rob Crittenden via FreeIPA-users
Andrey Bychkov via FreeIPA-users wrote: > Hello, I fixed design page. > > https://www.freeipa.org/page/V4/NTP_Servers_Configuration Tibor, do you have any input on this? As I read this it will be up to the end-user to install their favorite NTP client package, right? Otherwise installation is

[Freeipa-users] Re: Abstracted NTP server configuration

2018-10-23 Thread Andrey Bychkov via FreeIPA-users
Hello, I fixed design page. https://www.freeipa.org/page/V4/NTP_Servers_Configuration 19.10.2018 17:11, Rob Crittenden via FreeIPA-users пишет: Andrey Bychkov via FreeIPA-users wrote: /->>There is no description about what the abstraction layer should be. What basic functions are there for

[Freeipa-users] Re: Abstracted NTP server configuration

2018-10-19 Thread Rob Crittenden via FreeIPA-users
Andrey Bychkov via FreeIPA-users wrote: > /->>There is no description about what the abstraction layer should be. > What basic functions are there for an NTP server and how does each > server map into that abstraction? What basic methods are required?/ > > An abstract module is the parent

[Freeipa-users] Re: Abstracted NTP server configuration

2018-10-16 Thread Andrey Bychkov via FreeIPA-users
/->>There is no description about what the abstraction layer should be. What basic functions are there for an NTP server and how does each server map into that abstraction? What basic methods are required?/ An abstract module is the parent basentpconf module, which contains the base ntp

[Freeipa-users] Re: Abstracted NTP server configuration

2018-10-09 Thread Rob Crittenden via FreeIPA-users
Rob Crittenden via FreeIPA-users wrote: > A PR to support multiple NTP servers was submitted in > https://github.com/freeipa/freeipa/pull/2169 > > This spawned a design at > https://www.freeipa.org/page/V4/NTP_Servers_Configuration I realize that this design was created from an implementation