From 17fcc05459d126323db699db25dd6a60934ad1cf Mon Sep 17 00:00:00 2001 From: Michael Polenchuk Date: Wed, 3 Apr 2019 15:33:26 +0400 Subject: [noha] Deploy dhcp/metadata agents on computes Sometimes instance doesn't get ip address from dhcp server, which resides only on gateway node, so run additional dhcp/metadata agents on compute nodes to handle tenant networks in place. Change-Id: If1d74af665cf8db64b09f846fac7192f76abdb25 Signed-off-by: Michael Polenchuk --- mcp/reclass/classes/cluster/mcp-ovs-dpdk-noha/openstack/compute.yml.j2 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mcp/reclass/classes/cluster/mcp-ovs-dpdk-noha/openstack') diff --git a/mcp/reclass/classes/cluster/mcp-ovs-dpdk-noha/openstack/compute.yml.j2 b/mcp/reclass/classes/cluster/mcp-ovs-dpdk-noha/openstack/compute.yml.j2 index 25fc82624..63eb6e250 100644 --- a/mcp/reclass/classes/cluster/mcp-ovs-dpdk-noha/openstack/compute.yml.j2 +++ b/mcp/reclass/classes/cluster/mcp-ovs-dpdk-noha/openstack/compute.yml.j2 @@ -16,6 +16,8 @@ classes: parameters: neutron: compute: + dhcp_agent_enabled: true + metadata_agent_enabled: true backend: tenant_network_types: ${_param:neutron_tenant_network_types} linux: -- cgit 1.2.3-korg