From c4d2a6954463cae305ad37879c2e9d5383ecc8ec Mon Sep 17 00:00:00 2001 From: Prasad Miriyala Date: Tue, 23 Feb 2016 15:09:41 -0800 Subject: [PATCH] Partial-Bug: #1524478, Server-manager UI ports are moving to http_port:9080 and https_port:9143 Change-Id: I7fa01923d438bc991d9537839e34334ab637f724 --- common/debian/contrail-web-server-manager/debian/postinst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/debian/contrail-web-server-manager/debian/postinst b/common/debian/contrail-web-server-manager/debian/postinst index f8b91b5ca..799d0446d 100644 --- a/common/debian/contrail-web-server-manager/debian/postinst +++ b/common/debian/contrail-web-server-manager/debian/postinst @@ -119,8 +119,8 @@ sed -i "s|module.exports =.*|module.exports = config;|g" $WEBUI_CONF_FILE sed -i "s/config.featurePkg.webController.enable = .*/config.featurePkg.webController.enable = false;/g" $WEBUI_CONF_FILE sed -i "s/config.featurePkg.webStorage.enable = .*/config.featurePkg.webStorage.enable = false;/g" $WEBUI_CONF_FILE -sed -i "s/config.http_port = .*/config.http_port = '8145';/g" $WEBUI_CONF_FILE -sed -i "s/config.https_port = .*/config.https_port = '8143';/g" $WEBUI_CONF_FILE +sed -i "s/config.http_port = .*/config.http_port = '9080';/g" $WEBUI_CONF_FILE +sed -i "s/config.https_port = .*/config.https_port = '9143';/g" $WEBUI_CONF_FILE sed -i "s/config.jobServer.server_port = .*/config.jobServer.server_port = '3004';/g" $WEBUI_CONF_FILE sed -i "s/config.kue.ui_port = .*/config.kue.ui_port = '3006'/g" $WEBUI_CONF_FILE