Configurable Host HTTP/HTTPS Port Binding
Update pxeboot-update script to accept parameter for installer base URL Add a common function to parse the port number from inst.repo Update pxeboot and kickstart URLs to support a configurable HTTP port Story: 2004642 Task: 28593 Depends-On: https://review.openstack.org/#/c/634237/ Change-Id: Ibd66e89e49794ca57b938eb43d227860eda6674a Signed-off-by: Tao Liu <tao.liu@windriver.com>
This commit is contained in:
@@ -41,6 +41,10 @@ fi
|
||||
# overwritten when config_controller is run.
|
||||
echo management_interface=$mgmt_dev >> /etc/platform/platform.conf
|
||||
|
||||
# persist the default http port number to platform configuration. This
|
||||
# will get overwritten when config_controller is run.
|
||||
echo http_port=8080 >> /etc/platform/platform.conf
|
||||
|
||||
# Build networking scripts
|
||||
cat << EOF > /etc/sysconfig/network-scripts/ifcfg-lo
|
||||
DEVICE=lo
|
||||
|
||||
Reference in New Issue
Block a user