From 081e9cc15ed926733873c5a91fb25c7eacbef933 Mon Sep 17 00:00:00 2001 From: Alexander Lutay Date: Mon, 21 Dec 2015 14:56:05 +0100 Subject: [PATCH] MT#16429 Disable ngcp-panel port check 443/1443 for web_ext IP At the momment results are not stable due to goss error. The issue reported to upsteam: https://github.com/aelsabbahy/goss/issues/27 > Failures: > Port: tcp:1443: ip: doesn't match, expect: [10.15.20.169] found: [127.0.0.1] > Port: tcp:443: ip: doesn't match, expect: [10.15.20.169] found: [127.0.0.1] > > Total Duration: 0.436s > Count: 259, Failed: 2 It should be re-enabled as soon as goss is fixed. Change-Id: Iae2db3a29dd77b99733a92ec017ad00012ab0a87 (cherry picked from commit f72490ba4a4cf9e62427f5d57631cc63fe36e910) --- pro/03_open_ports.json.tt2 | 8 -------- 1 file changed, 8 deletions(-) diff --git a/pro/03_open_ports.json.tt2 b/pro/03_open_ports.json.tt2 index be1d474..56d2eb2 100644 --- a/pro/03_open_ports.json.tt2 +++ b/pro/03_open_ports.json.tt2 @@ -60,18 +60,10 @@ "listening": true, "ip": "127.0.0.1" }, - "tcp:443": { - "listening": true, - "ip": "[% web_ext_ips.0 -%]" - }, "tcp:1443": { "listening": true, "ip": "127.0.0.1" }, - "tcp:1443": { - "listening": true, - "ip": "[% web_int_ips.0 -%]" - }, [% END -%] [% IF is_mgmt && pbx.enable == 'yes' -%] "tcp:1444": {