ee085dfd00
Since ubuntu-bionic is the next LTS version of Ubuntu, start work to ensure we can build DIBs for it. We'll also need to bring online AFS mirrors. Change-Id: I2e523eee4e99e5aea3d57d7ad224dbec39e2e4a5 Depends-On: https://review.openstack.org/485748 Depends-On: https://review.openstack.org/545611 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
31 lines
1.4 KiB
Plaintext
31 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_JESSIE_DIB=${NODEPOOL_PAUSE_DEBIAN_JESSIE_DIB:-true}
|
|
NODEPOOL_PAUSE_FEDORA_27_DIB=${NODEPOOL_PAUSE_FEDORA_27_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_TUMBLEWEED_DIB=${NODEPOOL_PAUSE_OPENSUSE_TUMBLEWEED_DIB:-true}
|
|
|
|
SHADE_REPO_URL=${SHADE_REPO_URL:-https://git.openstack.org/openstack-infra/shade}
|
|
SHADE_REPO_REF=${SHADE_REPO_REF:-master}
|
|
|
|
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
|