
Replace Fedora 28 with Fedora 29 functional testing. Note this changes our Red Hat platforms to use NetworkManager for interface configuration, rather than legacy scripts. Fedora 29 has split the legacy scripts into a new package and it marked for future removal. NetworkManager is the default on Centos 7 and will also be on Centos 8, so it makes sense to use it there too. Depends-On: https://review.openstack.org/619120 Change-Id: I640838c68a05f3b22683c1e90279725a77678526
30 lines
1.4 KiB
Plaintext
30 lines
1.4 KiB
Plaintext
NODEPOOL_CONFIG=/etc/nodepool/nodepool.yaml
|
|
NODEPOOL_LOGGING=/etc/nodepool/logging.conf
|
|
NODEPOOL_SECURE=/etc/nodepool/secure.conf
|
|
NODEPOOL_DIB_BASE_PATH=/opt/dib
|
|
|
|
# Flags to control which images we build.
|
|
# NOTE(pabelanger): Be sure to also update tools/check_devstack_plugin.sh if you
|
|
# change the defaults.
|
|
NODEPOOL_PAUSE_CENTOS_7_DIB=${NODEPOOL_PAUSE_CENTOS_7_DIB:-true}
|
|
NODEPOOL_PAUSE_DEBIAN_STRETCH_DIB=${NODEPOOL_PAUSE_DEBIAN_STRETCH_DIB:-true}
|
|
NODEPOOL_PAUSE_FEDORA_29_DIB=${NODEPOOL_PAUSE_FEDORA_29_DIB:-true}
|
|
NODEPOOL_PAUSE_UBUNTU_BIONIC_DIB=${NODEPOOL_PAUSE_UBUNTU_BIONIC_DIB:-true}
|
|
NODEPOOL_PAUSE_UBUNTU_TRUSTY_DIB=${NODEPOOL_PAUSE_UBUNTU_TRUSTY_DIB:-true}
|
|
NODEPOOL_PAUSE_UBUNTU_XENIAL_DIB=${NODEPOOL_PAUSE_UBUNTU_XENIAL_DIB:-true}
|
|
NODEPOOL_PAUSE_OPENSUSE_423_DIB=${NODEPOOL_PAUSE_OPENSUSE_423_DIB:-true}
|
|
NODEPOOL_PAUSE_OPENSUSE_150_DIB=${NODEPOOL_PAUSE_OPENSUSE_150_DIB:-true}
|
|
NODEPOOL_PAUSE_OPENSUSE_TUMBLEWEED_DIB=${NODEPOOL_PAUSE_OPENSUSE_TUMBLEWEED_DIB:-true}
|
|
NODEPOOL_PAUSE_GENTOO_17_0_SYSTEMD_DIB=${NODEPOOL_PAUSE_GENTOO_17_0_SYSTEMD_DIB:-true}
|
|
|
|
DISKIMAGE_BUILDER_REPO_URL=${DISKIMAGE_BUILDER_REPO_URL:-https://git.openstack.org/openstack/diskimage-builder}
|
|
DISKIMAGE_BUILDER_REPO_REF=${DISKIMAGE_BUILDER_REPO_REF:-master}
|
|
|
|
GLEAN_REPO_URL=${GLEAN_REPO_URL:-https://git.openstack.org/openstack/glean}
|
|
GLEAN_REPO_REF=${GLEAN_REPO_REF:-master}
|
|
|
|
enable_service geard
|
|
enable_service statsd
|
|
enable_service nodepool-launcher
|
|
enable_service nodepool-builder
|