StarlingX GPLv3 licensed upstream packaging
Go to file
Don Penney 6ee64f7f4e Fix anaconda host IP caching to handle port number in URL
A hook was added to run before Anaconda installer to lookup the IP
address of the boot server and write it to /etc/hosts, in order to avoid
DNS queries during the installation. However, the regex to grab the
server from the kickstart URL did not handle the case where a port was
specified, ie http://bootserver:8080/..., and the hook would hang trying
to ping an invalid name.

This update extends the regex in the hook to ignore the port number, if
present.

Change-Id: I4e7e2c17ccee3b6f0fa3e31d5606cb9caa53372e
Story: 2002856
Task: 22805
Signed-off-by: Jack Ding <jack.ding@windriver.com>
2018-07-19 14:29:58 -04:00
anaconda/centos Fix anaconda host IP caching to handle port number in URL 2018-07-19 14:29:58 -04:00
crontabs/centos StarlingX open source release updates 2018-05-31 07:36:13 -07:00
dnsmasq StarlingX open source release updates 2018-05-31 07:36:13 -07:00
grub2/centos Uprev grub2 package to 0.64 2018-06-27 11:24:03 -04:00
parted StarlingX open source release updates 2018-05-31 07:36:13 -07:00
python-keyring StarlingX open source release updates 2018-05-31 07:36:13 -07:00
python-psycopg2/centos StarlingX open source release updates 2018-05-31 07:36:13 -07:00
rsync StarlingX open source release updates 2018-05-31 07:36:13 -07:00
seabios/centos StarlingX open source release updates 2018-05-31 07:36:13 -07:00
sysvinit/sysvinit StarlingX open source release updates 2018-05-31 07:36:13 -07:00
.gitignore Add default test framework 2018-06-12 15:33:56 -05:00
.gitreview Add .gitreview 2018-05-31 07:36:13 -07:00
.zuul.yaml Add default test framework 2018-06-12 15:33:56 -05:00
LICENSE StarlingX open source release updates 2018-05-31 07:36:13 -07:00
README.rst StarlingX open source release updates 2018-05-31 07:36:13 -07:00
centos_pkg_dirs Split centos-pkg-dirs along git boundaries. 2018-06-20 16:26:21 -04:00
centos_pkg_dirs_installer Split centos-pkg-dirs along git boundaries. 2018-06-20 16:26:21 -04:00
mwa-gplv3.map StarlingX open source release updates 2018-05-31 07:36:13 -07:00
test-requirements.txt Add default test framework 2018-06-12 15:33:56 -05:00
tox.ini Add default test framework 2018-06-12 15:33:56 -05:00

README.rst

stx-gplv3

StarlingX GPL v3 Licensed Packages