We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 368a487 + c1a31ac commit 331453fCopy full SHA for 331453f
etc/kayobe/environments/ci-aio/automated-setup.sh
@@ -84,6 +84,10 @@ kayobe overcloud host configure
84
85
kayobe overcloud service deploy
86
87
+if type apt; then
88
+ sudo cp /run/systemd/network/* /etc/systemd/network
89
+fi
90
+
91
export KAYOBE_CONFIG_SOURCE_PATH=$BASE_PATH/src/kayobe-config
92
export KAYOBE_VENV_PATH=$BASE_PATH/venvs/kayobe
93
pushd $BASE_PATH/src/kayobe
0 commit comments