Bug 1302253 - BackEnd is not updated when new records created- tracker bug
Summary: BackEnd is not updated when new records created- tracker bug
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-designate
Version: 8.0 (Liberty)
Hardware: Unspecified
OS: Unspecified
low
high
Target Milestone: ---
: ---
Assignee: Assaf Muller
QA Contact: Ofer Blaut
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-01-27 10:11 UTC by Alexander Stafeyev
Modified: 2017-01-16 20:26 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-01-16 20:26:52 UTC
Target Upstream Version:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Launchpad 1525019 0 None None None 2016-01-27 10:13:01 UTC

Description Alexander Stafeyev 2016-01-27 10:11:54 UTC
Description of problem:
Created new record - BIND backend is not updated 

Log: 

2016-01-26 13:04:41.360 16477 WARNING designate.mdns.notify [req-1d4b5b0b-ec10-4e28-9a67-8425ceeb07cb - - - - -] Got lower serial for 'example2.com.' to '172.16.20.12:53'. Expected:'1453830531'. Got:'1453829115'.Retries left='4'




Version-Release number of selected component (if applicable):
Liberty
[root@overcloud-controller-0 ~]# rpm -qa| grep desig
openstack-designate-sink-1.0.0-0.2.0b3.el7ost.noarch
openstack-designate-api-1.0.0-0.2.0b3.el7ost.noarch
openstack-designate-mdns-1.0.0-0.2.0b3.el7ost.noarch
openstack-designate-pool-manager-1.0.0-0.2.0b3.el7ost.noarch
openstack-designate-common-1.0.0-0.2.0b3.el7ost.noarch
openstack-designate-agent-1.0.0-0.2.0b3.el7ost.noarch
python-designate-1.0.0-0.2.0b3.el7ost.noarch
python-designateclient-1.5.0-1.el7ost.noarch
openstack-designate-central-1.0.0-0.2.0b3.el7ost.noarch


How reproducible:
100% 

Steps to Reproduce:
1.Install designate 

2.Create server , domain, record . (  designate server-create --name $(hostname).,  designate domain-create --name example1.com. --email root ,  designate record-create --name server1.example1.com. --type A --data 1.2.3.4 domainid )

3. execute dig request for the record ( dig +short -p 53 @localhostIP or dnshostIP server1.example1.com A ) 

4. See logs and BIND DB
Actual results:
Dig reply fails 

Expected results:
Dig reply should be successful 

Additional info:

Comment 3 Assaf Muller 2017-01-16 20:26:52 UTC
Designate is unsupported at this level, closing this bug.


Note You need to log in before you can comment on or make changes to this bug.