project-config/nodepool/elements/nodepool-base/environment.d/75-nodepool-base-env
Clark Boylan 3fe3e40aa7 Actually use opendns
Turns out that we set these vars via an evironment.d file in the DIB
element which was overriding the finalise script's values to continue to
use google dns as primary resolver. Update the environment.d file to use
opendns by default with fallback being google dns.

Change-Id: I87809d8917fdd5ca7319241934a006480b736bd3
2017-06-16 10:28:00 -07:00

5 lines
378 B
Plaintext

export NODEPOOL_STATIC_NAMESERVER_V6=${NODEPOOL_STATIC_NAMESERVER_V6:-2620:0:ccc::2}
export NODEPOOL_STATIC_NAMESERVER_V4=${NODEPOOL_STATIC_NAMESERVER_V4:-208.67.222.222}
export NODEPOOL_STATIC_NAMESERVER_V6_FALLBACK=${NODEPOOL_STATIC_NAMESERVER_V6_FALLBACK:-2001:4860:4860::8888}
export NODEPOOL_STATIC_NAMESERVER_V4_FALLBACK=${NODEPOOL_STATIC_NAMESERVER_V4_FALLBACK:-8.8.8.8}