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() {
384
384
385
385
# Upgrade Seed host packages
386
386
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
388
390
run_kayobe playbook run $KAYOBE_CONFIG_PATH /ansible/reboot.yml --limit seed
389
391
390
392
# Upgrade Seed containers
391
393
run_kayobe seed service deploy
392
394
393
395
# Upgrade overcloud host packages
394
396
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
396
400
run_kayobe playbook run $KAYOBE_CONFIG_PATH /ansible/reboot.yml --limit overcloud
397
401
398
402
# Upgrade overcloud containers
You can’t perform that action at this time.
0 commit comments