Skip to content
Snippets Groups Projects
Commit 1369897c authored by Marta Vila Fernandes's avatar Marta Vila Fernandes :game_die:
Browse files

Merge branch 'tftpcurl' into 'master'

Provide a curl tftp client example

See merge request !137
parents 3f514fa9 dd44829a
No related branches found
No related tags found
1 merge request!137Provide a curl tftp client example
Pipeline #11897347 passed
......@@ -38,6 +38,8 @@ nmap aims.cern.ch -sU -p 69
# Check autoregistration part works fine. If this works, registered images should work as well, but if needed adapt paths.
# UEFI bootloader
tftp -4 -vvv -m binary aimstest02.cern.ch -c get /hwreg/loader/uefi/bootx64.efi.0
# Random (large) image with curl, blksize is requested always by clients up the servers maximum.
curl --tftp-blksize 1024 tftp://aimstest02.cern.ch/aims/boot/OPENSTACK-IRONIC-ROCKY-CC76-TEST/initrd --output /tmp/foo
# BIOS bootloader (HTTPS)
tftp -4 -vvv -m binary aims.cern.ch -c get /hwreg/loader/bios/lpxelinux.0
# BIOS hwreg image (HTTP)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment