Skip to content

Commit 9179111

Browse files
authored
Merge pull request #1017 from stackhpc/fix-fix-aio
Fix the fix for the AIO deploy script
2 parents 331453f + faaabbb commit 9179111

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

etc/kayobe/environments/ci-aio/automated-setup.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ fi
7272
sudo ip l set dummy1 up
7373
sudo ip l set dummy1 master breth1
7474

75+
if type apt; then
76+
sudo cp /run/systemd/network/* /etc/systemd/network
77+
fi
78+
7579
export KAYOBE_VAULT_PASSWORD=$(cat $BASE_PATH/vault-pw)
7680
pushd $BASE_PATH/src/kayobe-config
7781
source kayobe-env --environment ci-aio
@@ -84,10 +88,6 @@ kayobe overcloud host configure
8488

8589
kayobe overcloud service deploy
8690

87-
if type apt; then
88-
sudo cp /run/systemd/network/* /etc/systemd/network
89-
fi
90-
9191
export KAYOBE_CONFIG_SOURCE_PATH=$BASE_PATH/src/kayobe-config
9292
export KAYOBE_VENV_PATH=$BASE_PATH/venvs/kayobe
9393
pushd $BASE_PATH/src/kayobe

0 commit comments

Comments
 (0)