Replace ntp with chrony
Chrony is the new default timesync service, but we still were installing ntp by default. Let's replace the ntp package install with an explicit chrony install. Change-Id: Ib6494c6d2745d3573365eca9aae76d677654fbd2 Related-Blueprint: tripleo-chrony
This commit is contained in:
parent
a83cb97af6
commit
844cbee5a0
@ -1 +1 @@
|
|||||||
ntp_package
|
chrony_package
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"default": {
|
"default": {
|
||||||
"ntp_package": "ntp"
|
"chrony_package": "chrony"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -2,7 +2,7 @@ dpdk_package
|
|||||||
driverctl_package
|
driverctl_package
|
||||||
libvirt_package
|
libvirt_package
|
||||||
nfs_package
|
nfs_package
|
||||||
ntp_package
|
chrony_package
|
||||||
pacemaker_remote_package
|
pacemaker_remote_package
|
||||||
sasl_scram_package
|
sasl_scram_package
|
||||||
tuned_profiles_cpu_partitioning_package
|
tuned_profiles_cpu_partitioning_package
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
"driverctl_package": "driverctl",
|
"driverctl_package": "driverctl",
|
||||||
"libvirt_package": "libvirt",
|
"libvirt_package": "libvirt",
|
||||||
"nfs_package": "nfs-utils",
|
"nfs_package": "nfs-utils",
|
||||||
"ntp_package": "ntp",
|
"chrony_package": "chrony",
|
||||||
"pacemaker_remote_package": "pacemaker-remote",
|
"pacemaker_remote_package": "pacemaker-remote",
|
||||||
"sasl_scram_package": "cyrus-sasl-scram",
|
"sasl_scram_package": "cyrus-sasl-scram",
|
||||||
"tuned_profiles_cpu_partitioning_package": "tuned-profiles-cpu-partitioning"
|
"tuned_profiles_cpu_partitioning_package": "tuned-profiles-cpu-partitioning"
|
||||||
|
@ -5,7 +5,7 @@ ipa_admintools_package
|
|||||||
ipa_client_package
|
ipa_client_package
|
||||||
ipxe_bootimgs_package
|
ipxe_bootimgs_package
|
||||||
nfs_package
|
nfs_package
|
||||||
ntp_package
|
chrony_package
|
||||||
pacemaker_package
|
pacemaker_package
|
||||||
pcs_package
|
pcs_package
|
||||||
python_openstackclient_package
|
python_openstackclient_package
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
"ipa_client_package": "ipa-client",
|
"ipa_client_package": "ipa-client",
|
||||||
"ipxe_bootimgs_package": "ipxe-bootimgs",
|
"ipxe_bootimgs_package": "ipxe-bootimgs",
|
||||||
"nfs_package": "nfs-utils",
|
"nfs_package": "nfs-utils",
|
||||||
"ntp_package": "ntp",
|
"chrony_package": "chrony",
|
||||||
"python_openstackclient_package": "python-openstackclient",
|
"python_openstackclient_package": "python-openstackclient",
|
||||||
"pacemaker_package": "pacemaker",
|
"pacemaker_package": "pacemaker",
|
||||||
"pcs_package": "pcs"
|
"pcs_package": "pcs"
|
||||||
|
Loading…
Reference in New Issue
Block a user