Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

startup.tar file does not include all the correct files #76

Open
thomsonjames opened this issue Jul 27, 2017 · 2 comments
Open

startup.tar file does not include all the correct files #76

thomsonjames opened this issue Jul 27, 2017 · 2 comments
Assignees

Comments

@thomsonjames
Copy link

thomsonjames commented Jul 27, 2017

I believe the part of the startup.tar file is to include all the os-functions, but when you untar it
https://github.com/F5Networks/f5-openstack-image-prep/blob/master/lib/f5_image_prep/startup.tar

It is missing openstack-wait-handler.sh

tar -xvf startup.tar
x ./os-functions/
x ./os-functions/openstack-datasource.sh
x ./os-functions/openstack-license.sh
x ./os-functions/openstack-network.sh
x ./os-functions/openstack-password.sh
x ./os-functions/openstack-ssh.sh
x ./startup

Can someone add this?
Is this expected to be kept up to date?

@thomsonjames
Copy link
Author

It looks like the permissions are wrong on the file.

ls -al os-functions/
total 60
drwxr-xr-x 2 root root 4096 Jul 31 13:00 .
drwxr-xr-x 3 root root 4096 Jul 31 13:00 ..
-rwxr-xr-x 1 root root 13220 Jul 31 13:00 openstack-datasource.sh
-rwxr-xr-x 1 root root 4995 Jul 31 13:00 openstack-license.sh
-rwxr-xr-x 1 root root 13852 Jul 31 13:00 openstack-network.sh
-rwxr-xr-x 1 root root 3230 Jul 31 13:00 openstack-password.sh
-rwxr-xr-x 1 root root 2896 Jul 31 13:00 openstack-ssh.sh
-rw-r--r-- 1 root root 977 Jul 31 13:00 openstack-wait-handler.sh

Can someone change the permissions and add it to the startup.tar file?

@ssorenso
Copy link

Hello @jat190,

Thank you for providing us with this information, I will be looking into this.

I can certainly look to see what I can do.

Thanks,
ssorenso

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants