File tree Expand file tree Collapse file tree
environments/common/inventory/group_vars/all Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ jobs:
227227 . environments/.stackhpc/activate
228228 ansible all -m wait_for_connection
229229 ansible-playbook ansible/adhoc/generate-passwords.yml
230- ansible-playbook -v ansible/site.yml
230+ ansible-playbook -vv ansible/site.yml
231231 ansible-playbook -v ansible/ci/check_slurm.yml
232232
233233 - name : Reimage compute nodes to image in current branch using slurm
Original file line number Diff line number Diff line change @@ -105,6 +105,9 @@ ohpc_default_extra_repos:
105105# configure slurm database pre-upgrade backups:
106106openhpc_slurm_accounting_storage_service : mysql
107107openhpc_slurm_accounting_storage_backup_cmd : >-
108+ echo $HOSTNAME &&
109+ which openstack &&
110+ echo $PATH &&
108111 openstack volume snapshot create
109112 --volume {{ openhpc_cluster_name }}-state
110113 --force
You can’t perform that action at this time.
0 commit comments