Skip to content
Snippets Groups Projects
Commit ca18d929 authored by Ravi Tripathi's avatar Ravi Tripathi
Browse files

Merge branch 'fix-home-not-mount' into 'main'

Mount home dir if not already mounted

See merge request rc/packer-openstack-hpc-image!45
parents 19e5a790 4c608507
No related branches found
No related tags found
No related merge requests found
......@@ -133,6 +133,7 @@ test:
chown shibd:shibd /run/shibboleth
pip3 install s3cmd
s3cmd get --force -r --access_key=$AWS_ACCESS_KEY_ID --secret_key=$AWS_SECRET_ACCESS_KEY --host=$AWS_HOST --host-bucket=$AWS_HOST s3://knightly-key/ /etc/ssh/
mount | grep home || mount /home
OEOF
- >
export NEW_INSTANCE_ID=$(openstack server create
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment