Comment 19 for bug 1481627

Revision history for this message
Dennis Dmitriev (ddmitriev) wrote :

Released on ISO #160:

[root@nailgun ~]# fuel node| grep 'controller'
3 | ready | slave-03_controller_ceph-osd | 1 | 10.109.0.5 | 64:c8:0d:de:55:23 | ceph-osd, controller | | True | 1
1 | ready | slave-02_controller_ceph-osd | 1 | 10.109.0.4 | 64:03:54:18:2f:d4 | ceph-osd, controller | | True | 1
2 | ready | slave-01_controller_ceph-osd | 1 | 10.109.0.3 | 64:8d:1c:9e:6b:44 | ceph-osd, controller | | True | 1

[root@nailgun ~]# for i in {1..3}; do ssh node-$i cat /etc/ntp.conf|grep server|grep -v "^#"; done
Warning: Permanently added 'node-1' (RSA) to the list of known hosts.
server 10.109.1.1 iburst minpoll 3
Warning: Permanently added 'node-2' (RSA) to the list of known hosts.
server 10.109.1.1 iburst minpoll 3
Warning: Permanently added 'node-3' (RSA) to the list of known hosts.
server 10.109.1.1 iburst minpoll 3

root@node-1:~# cat /etc/astute.yaml |grep ntp
external_ntp:
  ntp_list: 10.109.1.1