3023cc4d79
Now that osic-cloud1 is only using IPv6 public IPs, we can also add IPv6 support for unbound. Change-Id: I9da5a06fdbea04b322cddf6c7e6e829e47492d4c Signed-off-by: Paul Belanger <pabelanger@redhat.com>
18 lines
641 B
ReStructuredText
18 lines
641 B
ReStructuredText
=============
|
|
nodepool-base
|
|
=============
|
|
|
|
Tasks to deal with image metadata and other Nodepool cloud specific tweaks.
|
|
|
|
Environment variables:
|
|
|
|
`NODEPOOL_SCRIPTDIR` path to copy Nodepool scripts from. It is set
|
|
automatically by Nodepool. For local hacking override it to where your scripts
|
|
are. Default:
|
|
`$TMP_MOUNT_PATH/opt/git/openstack-infra/project-config/nodepool/scripts`.
|
|
|
|
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_V6`, default: `2001:4860:4860::8888`
|
|
`NODEPOOL_STATIC_NAMESERVER_V4`, default: `8.8.8.8`.
|