1. add skyline-functional-devstack which inherits from devstack 2. add skyline-functional-devstack into check and gate job 3. add playbook to integrate with devstack for zuul 4. change the port from 8080 to 9999 because the 8080 is used for s3api 5. rename functional-py38 as unittest-py38 6. add install extra tools ready for skyline-console's e2e test Change-Id: I7f4b549bec6573661e62dd2bd9a3355253afd47d
21 lines
708 B
Plaintext
21 lines
708 B
Plaintext
# Devstack settings
|
|
|
|
# We have to add Skyline to enabled services for run_process to work
|
|
# "skyline" should be always enabled
|
|
# To run all services in one screen as a one process need to write:
|
|
# enable_service skyline
|
|
|
|
enable_service skyline
|
|
|
|
SKYLINE_REPO=${MISTRAL_REPO:-https://opendev.org/skyline/skyline-apiserver.git}
|
|
SKYLINE_BRANCH=${MISTRAL_BRANCH:-master}
|
|
|
|
# Set up default directories
|
|
SKYLINE_DIR=${DEST}/skyline-apiserver
|
|
SKYLINE_CONF_DIR=${SKYLINE_CONF_DIR:-/etc/skyline}
|
|
SKYLINE_CONF_FILE=${SKYLINE_CONF_DIR}/skyline.yaml
|
|
SKYLINE_LOG_DIR=/var/log/skyline
|
|
SKYLINE_ERROR_LOG_FILE=${SKYLINE_LOG_DIR}/error.log
|
|
SKYLINE_ACCESS_LOG_FILE=${SKYLINE_LOG_DIR}/access.log
|
|
SKYLINE_RUN_DIR=/var/lib/skyline
|