NTPD on slave nodes listen to wrong interfaces
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Fix Released
|
Critical
|
Alex Schultz | ||
6.1.x |
Fix Committed
|
Critical
|
Alexey Stupnikov |
Bug Description
NTPD cannot connect to external peers from controllers and from other slaves to controllers.
On controllers, NTPD listen to only 'vr-mgmt' interface where address vip__management
#### /etc/ntp.conf:
interface listen < vip__management
On other slaves, NTPD listen to only 'lo' interface:
#### /etc/ntp.conf:
interface listen lo
Looks like NTPD tries to establish connection to peers using the same interfaces that configured in 'interface listen ...'.
Thus, NTPD cannot reach to admin network using interface vr-mgmt , and other slaves cannot reach management network using 'lo' interface.
On controllers, the following interfaces should be configured in /etc/ntp.conf:
interface listen vr-ns
interface listen vr-mgmt
On other slaves:
interface listen br-mgmt
Changed in fuel: | |
status: | New → Confirmed |
Changed in fuel: | |
status: | Confirmed → In Progress |
Changed in fuel: | |
assignee: | Dmitry Ilyin (idv1985) → Alex Schultz (alex-schultz) |
https:/ /review. openstack. org/#/c/ 197676/