Skip to content

Commit

Permalink
Partial-Bug: #1524478, Server-manager UI ports are moving to http_por…
Browse files Browse the repository at this point in the history
…t:9080 and https_port:9143

Change-Id: I7fa01923d438bc991d9537839e34334ab637f724
  • Loading branch information
miriyalar committed Feb 23, 2016
1 parent 9f95103 commit ac8a174
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/debian/contrail-web-server-manager/debian/postinst
Expand Up @@ -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

Expand Down

0 comments on commit ac8a174

Please sign in to comment.