
We need to run a gearman server and specify it in our config if we want to support features which require it. Change-Id: Ibb4d59aca2301438a30d2409e38c01b1c9a3564a
9 lines
287 B
Plaintext
9 lines
287 B
Plaintext
NODEPOOL_CONFIG=/etc/nodepool/nodepool.yaml
|
|
NODEPOOL_IMAGE_URL=https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img
|
|
NODEPOOL_IMAGE=$(basename "$NODEPOOL_IMAGE_URL" ".img")
|
|
|
|
IMAGE_URLS+=",$NODEPOOL_IMAGE_URL"
|
|
|
|
enable_service geard
|
|
enable_service nodepool
|