Feature Description
Right now, the same NTP server is used for both the orchestrator and all edge nodes during deployment. This needs to be improved so that different regions can use different NTP servers. Each region should be able to have its own NTP server configured based on where it is deployed.
Solution Description
The configuration process will be updated to allow NTP servers to be set per region.
During deployment, the system will automatically pick the correct NTP server based on the region.
If no regional NTP server is defined, it will use the common default one.
This makes time synchronization more accurate and reliable across different regions.
Alternative Description
No response