Skip to content

Commit

Permalink
Merge pull request #1015 from stackhpc/fix-aio-networking
Browse files Browse the repository at this point in the history
Fix AIO connectivity loss in automated script
  • Loading branch information
markgoddard authored Apr 3, 2024
2 parents 368a487 + c1a31ac commit 331453f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions etc/kayobe/environments/ci-aio/automated-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ kayobe overcloud host configure

kayobe overcloud service deploy

if type apt; then
sudo cp /run/systemd/network/* /etc/systemd/network
fi

export KAYOBE_CONFIG_SOURCE_PATH=$BASE_PATH/src/kayobe-config
export KAYOBE_VENV_PATH=$BASE_PATH/venvs/kayobe
pushd $BASE_PATH/src/kayobe
Expand Down

0 comments on commit 331453f

Please sign in to comment.