forwarders description wrong

Bug #1684001 reported by Firl
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Designate-Bind Charm
Fix Released
Medium
Unassigned

Bug Description

In the "forwarders" property there is an example that doesn't work. The template apparently appends a semicolon.

"10.0.55.15;8.8.8.8" works while "10.0.55.15;8.8.8.8;" does not.

Apr 19 04:29:03 juju-b49a67-0-lxd-4 named[14584]: /etc/bind/named.conf.options:14: expected IP address near ';'
Apr 19 04:29:03 juju-b49a67-0-lxd-4 systemd[1]: bind9.service: Main process exited, code=exited, status=1/FAILURE
Apr 19 04:29:03 juju-b49a67-0-lxd-4 rndc[14634]: rndc: connect failed: 127.0.0.1#953: connection refused
Apr 19 04:29:03 juju-b49a67-0-lxd-4 systemd[1]: bind9.service: Control process exited, code=exited status=1
Apr 19 04:29:03 juju-b49a67-0-lxd-4 systemd[1]: bind9.service: Unit entered failed state.
Apr 19 04:29:03 juju-b49a67-0-lxd-4 systemd[1]: bind9.service: Failed with result 'exit-code'.
root@juju-b49a67-0-lxd-4:/var/log/juju# ps -ef ^C
root@juju-b49a67-0-lxd-4:/var/log/juju# cat /etc/init/bic^C
root@juju-b49a67-0-lxd-4:/var/log/juju# cat /etc/bind/named.conf.options
options {
        directory "/var/cache/bind";

        // If there is a firewall between you and nameservers you want
        // to talk to, you may need to fix the firewall to allow multiple
        // ports to talk. See http://www.kb.cert.org/vuls/id/800113

        // If your ISP provided one or more IP addresses for stable
        // nameservers, you probably want to use them as forwarders.
        // Uncomment the following block, and insert the addresses replacing
        // the all-0's placeholder.

        forwarders {
            10.0.55.15;8.8.8.8;;
        };
        //========================================================================

Ryan Beisner (1chb1n)
Changed in charm-designate-bind:
status: New → Confirmed
importance: Undecided → Medium
milestone: none → 17.08
Revision history for this message
Ryan Beisner (1chb1n) wrote :
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-designate-bind (master)

Reviewed: https://review.openstack.org/399244
Committed: https://git.openstack.org/cgit/openstack/charm-designate-bind/commit/?id=47e660164126042e97922e3c0431240d01f5e8de
Submitter: Jenkins
Branch: master

commit 47e660164126042e97922e3c0431240d01f5e8de
Author: Ryan Beisner <email address hidden>
Date: Thu Nov 17 15:15:23 2016 -0600

    Update config.yaml descriptions

    Closes-bug: #1684001

    Change-Id: Ib72bf14957d4b4e0626126a885b779ee341f2eb3

Changed in charm-designate-bind:
status: Confirmed → Fix Committed
James Page (james-page)
Changed in charm-designate-bind:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.