nodepool/devstack/settings
Ian Wienand 9325e4fc78 Enable a fake statsd server for devstack testing
Enable a fake statsd listener and export the variables to make
nodepool report stats.  This ensures we're covering the path of having
this enabled during testing.

Change-Id: I43d6b5d6fa26df489a025f580c7edaeac2bbad4a
2016-02-15 13:40:45 +11:00

17 lines
583 B
Plaintext

NODEPOOL_CONFIG=/etc/nodepool/nodepool.yaml
NODEPOOL_LOGGING=/etc/nodepool/logging.conf
NODEPOOL_SECURE=/etc/nodepool/secure.conf
NODEPOOL_IMAGE_URL=https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img
NODEPOOL_IMAGE=$(basename "$NODEPOOL_IMAGE_URL" ".img")
NODEPOOL_DIB_BASE_PATH=/opt/dib
IMAGE_URLS+=",$NODEPOOL_IMAGE_URL"
SHADE_REPO_URL=${SHADE_REPO_URL:-https://git.openstack.org/openstack-infra/shade}
SHADE_REPO_REF=${SHADE_REPO_REF:-master}
enable_service geard
enable_service statsd
enable_service nodepool
enable_service nodepool-builder