6e97a37744
This adds a rhel type and gives some pointers on needed environment variables for base image, registration, needed subscriptions. no-resolvconf is also updated to work on rhel-type systems Depends-On: Icb0e20b01479fea345e01309fc4bf3f7f639900c Change-Id: Ic452feaf32fe7699ebd072f21dd630a2ac93bb5f |
||
---|---|---|
.. | ||
finalise.d | ||
README.rst |
This element clears out /etc/resolv.conf and prevents dhclient from populating it with data from DHCP. This means that DNS resolution will not work from the amphora. This is OK because all outbound connections from the amphora will be based using raw IP addresses.
This has the real benefit of speeding up host boot and configutation times. This is especially helpful when running tempest tests in a devstack environment where DNS resolution from the amphora usually doesn't work anyway: This means that the amphora never waits for DNS timeouts to occur.