Skip to content

Commit

Permalink
Merge "Partial-Bug: #1524478, Server-manager UI ports are moving to h…
Browse files Browse the repository at this point in the history
…ttp_port:9080 and https_port:9143" into R3.0
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Feb 24, 2016
2 parents 093bf1f + ac8a174 commit 16fb912
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/debian/contrail-web-server-manager/debian/postinst
Original file line number Diff line number Diff line change
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 16fb912

Please sign in to comment.