Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kolla Ansible
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Very Demiurge Very Mindful
Kolla Ansible
Commits
b00fdc3a
Commit
b00fdc3a
authored
7 years ago
by
Zuul
Committed by
Gerrit Code Review
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Change listen for mdns"
parents
a9b8a392
c2d150d6
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ansible/roles/designate/templates/pools.yaml.j2
+4
-4
4 additions, 4 deletions
ansible/roles/designate/templates/pools.yaml.j2
releasenotes/notes/add-designate-bind-mdns-123e79587bb06072.yaml
+3
-0
3 additions, 0 deletions
...notes/notes/add-designate-bind-mdns-123e79587bb06072.yaml
with
7 additions
and
4 deletions
ansible/roles/designate/templates/pools.yaml.j2
+
4
−
4
View file @
b00fdc3a
...
@@ -25,8 +25,8 @@
...
@@ -25,8 +25,8 @@
description: BIND9 Server {{ hostvars[bind_host]['ansible_' + hostvars[bind_host]['api_interface']]['ipv4']['address'] }}
description: BIND9 Server {{ hostvars[bind_host]['ansible_' + hostvars[bind_host]['api_interface']]['ipv4']['address'] }}
masters:
masters:
{% for mdns_host in groups['designate-mdns'] %}
{% for mdns_host in groups['designate-mdns'] %}
- host: {{ hostvars[mdns_host]['ansible_' + hostvars[mdns_host]['
api
_interface']]['ipv4']['address'] }}
- host: {{ hostvars[mdns_host]['ansible_' + hostvars[mdns_host]['
dns
_interface']]['ipv4']['address'] }}
port:
5354
port:
{{ designate_mdns_port }}
{% endfor %}
{% endfor %}
options:
options:
host: {{ hostvars[bind_host]['ansible_' + hostvars[bind_host]['api_interface']]['ipv4']['address'] }}
host: {{ hostvars[bind_host]['ansible_' + hostvars[bind_host]['api_interface']]['ipv4']['address'] }}
...
@@ -41,8 +41,8 @@
...
@@ -41,8 +41,8 @@
description: BIND9 Server {{ bind_host }}
description: BIND9 Server {{ bind_host }}
masters:
masters:
{% for mdns_host in groups['designate-mdns'] %}
{% for mdns_host in groups['designate-mdns'] %}
- host: {{ hostvars[mdns_host]['ansible_' + hostvars[mdns_host]['
api
_interface']]['ipv4']['address'] }}
- host: {{ hostvars[mdns_host]['ansible_' + hostvars[mdns_host]['
dns
_interface']]['ipv4']['address'] }}
port:
5354
port:
{{ designate_mdns_port }}
{% endfor %}
{% endfor %}
options:
options:
host: {{ bind_host }}
host: {{ bind_host }}
...
...
This diff is collapsed.
Click to expand it.
releasenotes/notes/add-designate-bind-mdns-123e79587bb06072.yaml
0 → 100644
+
3
−
0
View file @
b00fdc3a
---
fixes
:
-
Change the service listening port of MDNS by dns_interface.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment