project-config/nodepool/elements/nodepool-base
Ian Wienand e5aa03b98a Use DIB_GRUB_TIMEOUT to set boot timeout
We currently re-run all the grub setup in 99-fix-grub-timeout which
shouldn't really be necessary (actually a little problematic; although
this is dib's fault, see Ibaaa81124098f3c6febe48e455d3e1cd0a5f1761)

Use the new timeout flag to set this in the bootloader element
directly.

I think it is also an advantage that if you build a testing image with
./tools/build_image.sh this is configurable now ... having to fiddle
the bootloader for debugging is something that happens more than you'd
like.

This is supported since dib 1.26.0

Change-Id: Iafc660a9a8c072af6bf1fd5e51c419abccef4d54
2016-12-22 14:15:04 +11:00
..
environment.d Add IPv6 DNS support 2016-08-15 12:58:28 -04:00
extra-data.d Don't require NODEPOOL_SCRIPTDIR to be set 2015-05-10 12:41:53 -04:00
finalise.d Use DIB_GRUB_TIMEOUT to set boot timeout 2016-12-22 14:15:04 +11:00
install.d Remove 99-install-zuul from nodepool-base element 2016-11-09 10:48:14 +11:00
element-deps Initial commit of zuul-worker DIB element 2016-05-14 12:28:41 -04:00
README.rst Add IPv6 DNS support 2016-08-15 12:58:28 -04:00

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.