Skip to content

Commit

Permalink
Use the SUSE NTP pool servers instead of Novell (#1201)
Browse files Browse the repository at this point in the history
SUSE has left the Novell group of products in 2014, about 6 years ago.
It is time to use the SUSE ntp pool entries.

For details, see https://suse.com/c/news/the-attachmate-group-enters-into-agreement-to-merge-with-micro-focus/
  • Loading branch information
dirkmueller committed Jun 29, 2020
1 parent 20e781c commit f7ad64e
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion ci/infra/bare-metal/autoyast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ sles ALL=(ALL,ALL) NOPASSWD: ALL" > /etc/sudoers.d/sles
<ntp_servers config:type="list">
<ntp_server>
<!-- replace ntp server address value bellow with one from your infrastructure -->
<address>0.novell.pool.ntp.org</address>
<address>0.suse.pool.ntp.org</address>
<iburst config:type="boolean">true</iburst>
<offline config:type="boolean">true</offline>
</ntp_server>
Expand Down
2 changes: 1 addition & 1 deletion ci/infra/libvirt/terraform.tfvars.example
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ authorized_keys = [
]

# IMPORTANT: Replace these ntp servers with ones from your infrastructure
ntp_servers = ["0.novell.pool.ntp.org", "1.novell.pool.ntp.org", "2.novell.pool.ntp.org", "3.novell.pool.ntp.org"]
ntp_servers = ["0.suse.pool.ntp.org", "1.suse.pool.ntp.org", "2.suse.pool.ntp.org", "3.suse.pool.ntp.org"]

# Set node's hostname from DHCP server
#hostname_from_dhcp = false
8 changes: 4 additions & 4 deletions ci/infra/libvirt/terraform.tfvars.json.ci.example
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
],
"authorized_keys": [],
"ntp_servers": [
"0.novell.pool.ntp.org",
"1.novell.pool.ntp.org",
"2.novell.pool.ntp.org",
"3.novell.pool.ntp.org"
"0.suse.pool.ntp.org",
"1.suse.pool.ntp.org",
"2.suse.pool.ntp.org",
"3.suse.pool.ntp.org"
]
}
2 changes: 1 addition & 1 deletion ci/infra/openstack/terraform.tfvars.example
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ authorized_keys = [
key_pair = ""

# IMPORTANT: Replace these ntp servers with ones from your infrastructure
ntp_servers = ["0.novell.pool.ntp.org", "1.novell.pool.ntp.org", "2.novell.pool.ntp.org", "3.novell.pool.ntp.org"]
ntp_servers = ["0.suse.pool.ntp.org", "1.suse.pool.ntp.org", "2.suse.pool.ntp.org", "3.suse.pool.ntp.org"]

# Set node's hostname from DHCP server
#hostname_from_dhcp = false
8 changes: 4 additions & 4 deletions ci/infra/openstack/terraform.tfvars.json.ci.example
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
],
"authorized_keys": [],
"ntp_servers": [
"0.novell.pool.ntp.org",
"1.novell.pool.ntp.org",
"2.novell.pool.ntp.org",
"3.novell.pool.ntp.org"
"0.suse.pool.ntp.org",
"1.suse.pool.ntp.org",
"2.suse.pool.ntp.org",
"3.suse.pool.ntp.org"
]
}
2 changes: 1 addition & 1 deletion ci/infra/vmware/terraform.tfvars.example
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ packages = [
authorized_keys = []

# IMPORTANT: Replace these ntp servers with ones from your infrastructure
ntp_servers = ["0.novell.pool.ntp.org", "1.novell.pool.ntp.org", "2.novell.pool.ntp.org", "3.novell.pool.ntp.org"]
ntp_servers = ["0.suse.pool.ntp.org", "1.suse.pool.ntp.org", "2.suse.pool.ntp.org", "3.suse.pool.ntp.org"]

# Enable CPI integration with vSphere
#cpi_enable = true
Expand Down
8 changes: 4 additions & 4 deletions ci/infra/vmware/terraform.tfvars.json.ci.example
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
],
"authorized_keys": [],
"ntp_servers": [
"0.novell.pool.ntp.org",
"1.novell.pool.ntp.org",
"2.novell.pool.ntp.org",
"3.novell.pool.ntp.org"
"0.suse.pool.ntp.org",
"1.suse.pool.ntp.org",
"2.suse.pool.ntp.org",
"3.suse.pool.ntp.org"
],
"cpi_enable": false
}

0 comments on commit f7ad64e

Please sign in to comment.