From 7af6fdbf966b803b08191bd4b15203223fc75ecd Mon Sep 17 00:00:00 2001 From: Denis Egorenko Date: Wed, 20 Jul 2016 18:48:19 +0300 Subject: [PATCH] Add task hiera_default_route for default rote configuration Currently default route is set to br-fw-admin network - that's wrong. We need br-mgmt network, so this patch fix it. Change-Id: Ic9fcae3b4ba7d424166c3261654583115576ba02 Closes-bug: #1604870 --- deployment_tasks.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/deployment_tasks.yaml b/deployment_tasks.yaml index ccf1151..e6d97ec 100644 --- a/deployment_tasks.yaml +++ b/deployment_tasks.yaml @@ -8,6 +8,7 @@ - globals - tools - logging + - hiera_default_route - netconfig - hosts required_for: [deploy_end]