efbb9b8961
Change I316e9587b6e290cd421b47f506c91dbebe0975c0 had a rather embarrasing oversight in that it copied the /usr/bindep-env/bin/pip invocation for upgrading pip to all the other venv's. i.e. we were upgrading hte bindep-env pip over and over, and not actually the pip in the working venv. The os-testr install on older platforms has now broken because it still tries to install with the ancient inbuilt pip -- local testing has confirmed that it works with the updated pip. Change-Id: I22c549b5f9b9e3882fcd2340946d2850b0b2f86b |
||
---|---|---|
.. | ||
cleanup.d | ||
environment.d | ||
finalise.d | ||
glean@.service.d | ||
install.d | ||
post-install.d | ||
pre-install.d | ||
root.d | ||
element-deps | ||
package-installs.yaml | ||
README.rst |
nodepool-base
Tasks to deal with image metadata and other Nodepool cloud specific tweaks.
Name resolution
The image should have the unbound DNS resolver package installed, the
nodepool-base
element then configures it to forward DNS
queries to:
NODEPOOL_STATIC_NAMESERVER_V4
, default:1.0.0.1
NODEPOOL_STATIC_NAMESERVER_V4_FALLBACK
, default:8.8.8.8
.
If NODEPOOL_STATIC_NAMESERVER_POPULATE_IPV6
is set to
1
then the following two servers will be configured as
forwarders too
NODEPOOL_STATIC_NAMESERVER_V6
, default:2606:4700:4700::1111
NODEPOOL_STATIC_NAMESERVER_V6_FALLBACK
, default:2001:4860:4860::8888
Note externally setting either of these values implies
NODEPOOL_STATIC_NAMESERVER_POPULATE_IPV6=1