File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -384,15 +384,19 @@ function minor_upgrade() {
384384
385385 # Upgrade Seed host packages
386386 run_kayobe seed host configure
387- run_kayobe seed host package update --packages " *"
387+ set -f
388+ run_kayobe seed host package update --packages ' *'
389+ set +f
388390 run_kayobe playbook run $KAYOBE_CONFIG_PATH /ansible/reboot.yml --limit seed
389391
390392 # Upgrade Seed containers
391393 run_kayobe seed service deploy
392394
393395 # Upgrade overcloud host packages
394396 run_kayobe overcloud host configure
395- run_kayobe overcloud host package update --packages " *"
397+ set -f
398+ run_kayobe overcloud host package update --packages ' *'
399+ set +f
396400 run_kayobe playbook run $KAYOBE_CONFIG_PATH /ansible/reboot.yml --limit overcloud
397401
398402 # Upgrade overcloud containers
You can’t perform that action at this time.
0 commit comments