
Convert the tuskar support to external plugin. This should allow installation via: enable_plugin tuskar https://github.com/openstack/tuskar Once this is merged. It will allow the tuskar support to evolve out of tree from devstack. Note: python-tuskarclient needs to be separately converted, external plugins don't support more than one git tree per plugin. Change-Id: I67dc8420582a40e18de7d5e00094bccc1184a7f9
16 lines
464 B
Plaintext
16 lines
464 B
Plaintext
# tuskar plugin settings
|
|
|
|
TUSKAR_DIR=$DEST/tuskar
|
|
TUSKARCLIENT_DIR=$DEST/python-tuskarclient
|
|
TUSKAR_AUTH_CACHE_DIR=${TUSKAR_AUTH_CACHE_DIR:-/var/cache/tuskar}
|
|
TUSKAR_STANDALONE=$(trueorfalse False TUSKAR_STANDALONE)
|
|
TUSKAR_CONF_DIR=/etc/tuskar
|
|
TUSKAR_CONF=$TUSKAR_CONF_DIR/tuskar.conf
|
|
TUSKAR_API_HOST=${TUSKAR_API_HOST:-$HOST_IP}
|
|
TUSKAR_API_PORT=${TUSKAR_API_PORT:-8585}
|
|
|
|
# Tell Tempest this project is present
|
|
TEMPEST_SERVICES+=,tuskar
|
|
|
|
enable_service tuskar-api
|