Drop ipa custom ntp server

There are two issues with the current configuration.

  1) clock.redhat.com is not publicly accessible so we need an
     alternative.
  2) the line server setting is being configured as
     "['clock.redhat.com']"  which is not a valid server

It should be noted that this hackery of a CI environment file from THT
is not a good solution. This bit should get fixed so these values end up
in the standalone parameters rather than editing
THT/ci/environments/standalone-ipa.yaml.

Closes-Bug: #1955508

Change-Id: If2cbcab21b3a5a3826cf076205dd3222f5893078
This commit is contained in:
Alex Schultz 2021-12-21 15:32:46 -07:00
parent 31a0957f4c
commit 86b0dd0841
1 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@
block: |
# Custom IPA params
DnsServers: ["{{ subnode_1_ip }}"]
NtpServer: "{{ job.standalone_ntp_servers|default(['clock.redhat.com']) }}"
when: enable_tls|default(false)|bool
# standalone params