Dnsmasq forwards requests for default domain name domain.tld to upstream DNS server(s)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Fix Committed
|
Medium
|
Bartłomiej Piotrowski | ||
5.1.x |
Fix Committed
|
Medium
|
Bartłomiej Piotrowski | ||
6.0.x |
Fix Committed
|
Medium
|
Bartłomiej Piotrowski | ||
6.1.x |
Fix Committed
|
Medium
|
Bartłomiej Piotrowski |
Bug Description
# fuel --fuel-version
api: '1.0'
astute_sha: 16b252d93be6aaa
auth_required: true
build_id: 2015-01-13_20-49-45
build_number: '26'
feature_groups:
- mirantis
fuellib_sha: 7d78c8260805f8e
fuelmain_sha: 4935a7680cc18fb
nailgun_sha: 5f91157daa6798f
ostf_sha: 785fcc52ff59d24
production: docker
release: 6.0.1
release_versions:
2014.2-6.0:
VERSION:
api: '1.0'
astute_sha: 16b252d93be6aaa
build_id: 2015-01-13_20-49-45
build_number: '26'
feature_
- mirantis
fuellib_sha: 7d78c8260805f8e
fuelmain_sha: 4935a7680cc18fb
nailgun_sha: 5f91157daa6798f
ostf_sha: 785fcc52ff59d24
production: docker
release: 6.0.1
Logfile of dnsmasq contains:
Jan 14 22:16:40 dnsmasq[902]: query[A] node-28.domain.tld from 172.17.42.1
Jan 14 22:16:40 dnsmasq[902]: forwarded node-28.domain.tld to 8.8.8.8
Jan 14 22:16:40 dnsmasq[902]: reply node-28.domain.tld is NXDOMAIN-IPv4
Jan 14 22:16:40 dnsmasq[902]: query[A] node-28.
Jan 14 22:16:40 dnsmasq[902]: forwarded node-28.
Jan 14 22:16:40 dnsmasq[902]: reply node-28.
I guess that it's need to add domain "domain.tld" to dnsmasq.conf as non-forwarded like ".local":
…
server=/local/
server=/domain.tld/
…
Changed in fuel: | |
assignee: | nobody → Fuel Library Team (fuel-library) |
milestone: | none → 6.1 |
importance: | Undecided → Medium |
status: | New → Triaged |
tags: | added: low-hanging-fruit |
Changed in fuel: | |
assignee: | Fuel Library Team (fuel-library) → Bartlomiej Piotrowski (bpiotrowski) |
Changed in fuel: | |
status: | Triaged → In Progress |
https:/ /review. openstack. org/#/c/ 148561/