879d73ed78
Adding what is needed to have Fenix running in DevStack Default workflow dependent configuration needs to be documented Separately. Those might be ssh capability for Fenix service user and AODH configuration. Test case should also add those in future. story: 2005166 Task: #29900 Change-Id: Ifb6602b67f098bcffdc2c03c31fdf868ab61b653 Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
30 lines
752 B
Plaintext
30 lines
752 B
Plaintext
# Defaults
|
|
# --------
|
|
|
|
define_plugin fenix
|
|
|
|
#enable Fenix engine service
|
|
enable_service fenix-engine
|
|
|
|
#enable Fenix api service
|
|
enable_service fenix-api
|
|
|
|
FENIX_USER_NAME=${FENIX_USER_NAME:-fenix}
|
|
|
|
# Set up default repos
|
|
FENIX_REPO=${FENIX_REPO:-${GIT_BASE}/openstack/fenix.git}
|
|
FENIX_BRANCH=${FENIX_BRANCH:-master}
|
|
|
|
# Set up default directories
|
|
FENIX_DIR=$DEST/fenix
|
|
FENIX_CONF_DIR=${FENIX_CONF_DIR:-/etc/fenix}
|
|
FENIX_CONF_FILE=$FENIX_CONF_DIR/fenix.conf
|
|
FENIX_API_CONF_FILE=$FENIX_CONF_DIR/fenix-api.conf
|
|
FENIX_BIN_DIR=$(get_python_exec_prefix)
|
|
|
|
FENIX_SERVICE_HOST=${FENIX_SERVICE_HOST:-$SERVICE_HOST}
|
|
FENIX_SERVICE_PORT=${FENIX_SERVICE_PORT:-12347}
|
|
FENIX_SERVICE_PROTOCOL=${FENIX_SERVICE_PROTOCOL:-$SERVICE_PROTOCOL}
|
|
|
|
# Fenix specific configurations
|