JIRA: -
OSA doesn't install chrony on compute nodes. This patch is
proposed to install chrony on compute nodes.
Change-Id: If2564f331e47beb97ef7e98e42cb4f848c28ba7f
Signed-off-by: Yifei Xue <xueyifei@huawei.com>
---
+- name: stop ntp service
+ service: name=ntp state=stopped enabled=no
+
+- name: remove ntp
+ apt:
+ name: "ntp"
+ state: absent
+
+- name: install chrony
+ apt:
+ name: "chrony"
+ state: present
+
+- name: restart chrony
+ service: name=chrony state=restarted
+
- name: remove bridge ubuntu
template:
src: compute.j2