From a21d1e7015c3c09ac5970165f30eaf24dee7fdce Mon Sep 17 00:00:00 2001 From: Will Szumski <will@stackhpc.com> Date: Wed, 6 Jun 2018 13:15:23 +0100 Subject: [PATCH] kolla dnsmasq server should listen on inspection interface TrivialFix Change-Id: I8f6aeceb5262d1063d88e3dcb59a689edfe175e5 --- ansible/kolla-ansible.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/kolla-ansible.yml b/ansible/kolla-ansible.yml index 32df69ac..e495a934 100644 --- a/ansible/kolla-ansible.yml +++ b/ansible/kolla-ansible.yml @@ -63,7 +63,7 @@ kolla_storage_interface: "{{ storage_net_name | net_interface(controller_host) | replace('-', '_') }}" kolla_cluster_interface: "{{ storage_mgmt_net_name | net_interface(controller_host) | replace('-', '_') }}" kolla_provision_interface: "{{ provision_wl_net_name | net_interface(controller_host) | replace('-', '_') }}" - kolla_inspector_dnsmasq_interface: "{{ provision_wl_net_name | net_interface(controller_host) | replace('-', '_') }}" + kolla_inspector_dnsmasq_interface: "{{ inspection_net_name | net_interface(controller_host) | replace('-', '_') }}" kolla_dns_interface: "{{ public_net_name | net_interface(controller_host) | replace('-', '_') }}" - name: Validate controller Kolla Ansible network configuration -- GitLab