Fixes for nodepool with zookeeper
Now that feature/zuulv3 branch was merged into master, we need to include some fixes. Update bindep.txt for fedora. Change-Id: I06640d487149a555da5165b80826ebc689937bf5 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
b006d7a09f
commit
fdb7b6d23c
@ -1,8 +1,9 @@
|
||||
# This is a cross-platform list tracking distribution packages needed by tests;
|
||||
# see http://docs.openstack.org/infra/bindep/ for additional information.
|
||||
|
||||
libffi-dev [platform:dpkg]
|
||||
libffi-devel [platform:rpm]
|
||||
libffi-dev [platform:dpkg]
|
||||
libselinux-python [platform:rpm]
|
||||
libssl-dev [platform:dpkg]
|
||||
openssl-devel [platform:rpm]
|
||||
python2-dnf [platform:fedora]
|
||||
|
@ -7,7 +7,7 @@
|
||||
PREFIX=/usr/local
|
||||
|
||||
# Options to pass to nodepoold.
|
||||
ARGS="-l /etc/nodepool/logging.conf --no-builder --no-deletes --no-launches"
|
||||
ARGS="-l /etc/nodepool/logging.conf --no-builder --no-launches"
|
||||
|
||||
# The user used to nodepool service.
|
||||
RUNASUSER=nodepool
|
||||
|
@ -7,7 +7,7 @@
|
||||
PREFIX=/usr/local
|
||||
|
||||
# Options to pass to nodepool-deleter.
|
||||
ARGS="-l /etc/nodepool/deleter-logging.conf --no-builder --no-images --no-launches --no-webapp"
|
||||
ARGS="-l /etc/nodepool/deleter-logging.conf --no-builder --no-launches --no-webapp"
|
||||
|
||||
# The user used to nodepool-deleter service.
|
||||
RUNASUSER=nodepool
|
||||
|
@ -7,7 +7,7 @@
|
||||
PREFIX=/usr/local
|
||||
|
||||
# Options to pass to nodepool-launcher.
|
||||
ARGS="-l /etc/nodepool/launcher-logging.conf --no-builder --no-deletes --no-images --no-webapp"
|
||||
ARGS="-l /etc/nodepool/launcher-logging.conf --no-builder --no-deletes --no-webapp"
|
||||
|
||||
# The user used to nodepool-launcher service.
|
||||
RUNASUSER=nodepool
|
||||
|
@ -7,6 +7,6 @@
|
||||
PREFIX=/usr
|
||||
|
||||
# Options to pass to nodepoold.
|
||||
ARGS="-l /etc/nodepool/logging.conf --no-builder --no-deletes --no-launches"
|
||||
ARGS="-l /etc/nodepool/logging.conf --no-builder --no-launches"
|
||||
|
||||
DIB_IMAGE_CACHE=/opt/nodepool/cache
|
||||
|
@ -7,6 +7,6 @@
|
||||
PREFIX=/usr
|
||||
|
||||
# Options to pass to nodepool-deleter.
|
||||
ARGS="-l /etc/nodepool/deleter-logging.conf --no-builder --no-images --no-launches --no-webapp"
|
||||
ARGS="-l /etc/nodepool/deleter-logging.conf --no-builder --no-launches --no-webapp"
|
||||
|
||||
DIB_IMAGE_CACHE=/opt/nodepool/cache
|
||||
|
@ -7,6 +7,6 @@
|
||||
PREFIX=/usr
|
||||
|
||||
# Options to pass to nodepool-launcher.
|
||||
ARGS="-l /etc/nodepool/launcher-logging.conf --no-builder --no-deletes --no-images --no-webapp"
|
||||
ARGS="-l /etc/nodepool/launcher-logging.conf --no-builder --no-deletes --no-webapp"
|
||||
|
||||
DIB_IMAGE_CACHE=/opt/nodepool/cache
|
||||
|
@ -5,6 +5,10 @@ elements-dir: /etc/nodepool/elements
|
||||
images-dir: /opt/nodepool/images
|
||||
script-dir: /etc/nodepool/scripts
|
||||
|
||||
zookeeper-servers:
|
||||
- host: localhost
|
||||
port: 2181
|
||||
|
||||
gearman-servers: []
|
||||
|
||||
zmq-publishers: []
|
||||
|
Loading…
x
Reference in New Issue
Block a user