Skip to content

Commit 63992bc

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Add a generic post-prereq phase"
2 parents 28205fe + aa82429 commit 63992bc

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

stack.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -538,6 +538,12 @@ source $TOP_DIR/tools/install_prereqs.sh
538538

539539
install_rpc_backend
540540

541+
# a place for distro-specific post-prereq workarounds
542+
if [[ -f $TOP_DIR/tools/${DISTRO}/post-prereq.sh ]]; then
543+
echo_summary "Running ${DISTRO} extra prereq tasks"
544+
source $TOP_DIR/tools/${DISTRO}/post-prereq.sh
545+
fi
546+
541547
if is_service_enabled $DATABASE_BACKENDS; then
542548
install_database
543549
fi

0 commit comments

Comments
 (0)