File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ jobs:
197197 run : |
198198 source venvs/kayobe/bin/activate &&
199199 source src/kayobe-config/kayobe-env --environment ci-doca-builder &&
200- kayobe seed host configure --skip-tags network,docker
200+ kayobe seed host configure --skip-tags network,docker.docker-registry
201201 env :
202202 KAYOBE_VAULT_PASSWORD : ${{ secrets.KAYOBE_VAULT_PASSWORD }}
203203
Original file line number Diff line number Diff line change @@ -89,11 +89,12 @@ to be reset before rebooting.
8989
9090 kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/reset-bls-entires.yml -e reset_bls_host=mlnx
9191
92- The hosts can now be rebooted to use the latest kernel:
92+ The hosts can now be rebooted to use the latest kernel, a rolling reboot may be applicable
93+ here to reduce distruptions. See the `package updates documentation <package-updates> `.
9394
9495.. code-block :: console
9596
96- kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/reboot.yml
97+ kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/reboot.yml --limit mlnx
9798
9899 install-doca
99100------------
You can’t perform that action at this time.
0 commit comments