From 6320cb4dace4da1ad24d0e09a786ef65c18ea0ca Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Sat, 3 Mar 2018 19:32:58 +0100 Subject: [IDF] zte-pod1: Remove br-mgmt All recent Fuel deploy attempts on zte-pod1 failed due to br-mgmt not being present (or up), although it is defined in IDF. Since this bridge is optional in the Fuel deployment process and mostly useful for manual debugging, let's remove it from idf.fuel. Change-Id: I130ec61427237f979f6a6212ca8c291ba203ef39 Signed-off-by: Alexandru Avadanii --- labs/zte/idf-pod1.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labs/zte/idf-pod1.yaml b/labs/zte/idf-pod1.yaml index 9118ae6a..a7428fd9 100644 --- a/labs/zte/idf-pod1.yaml +++ b/labs/zte/idf-pod1.yaml @@ -47,7 +47,7 @@ idf: jumphost: bridges: admin: 'br6' - mgmt: 'br-mgmt' + mgmt: ~ private: ~ public: 'br-external' network: -- cgit 1.2.3-korg