summaryrefslogtreecommitdiffstats
path: root/server/ipxe/registration.ipxe
Commit message (Collapse)AuthorAgeFilesLines
* [ipxe] This was uncommited on productive ...Jannik Schönartz2021-03-161-1/+1
|
* [server/embedded-script] Move the bas wallpaper to a later point in the processJannik Schönartz2020-08-131-0/+4
|
* [registration] Add even more labels and spacesJannik Schönartz2019-05-161-0/+2
|
* [registration] Add categories to the registration ipxe menuJannik Schönartz2019-05-161-0/+3
|
* [registration] Little clean up of the registration ipxe menuJannik Schönartz2019-05-161-15/+0Star
|
* [server] Small bug fixes on the production serverJannik Schönartz2019-04-151-0/+4
|
* [server/external-backends] Fix dhcp registration stuffJannik Schönartz2019-04-081-5/+3Star
|
* [server/backends] Add infoblox ipxe ip selection stuffJannik Schönartz2019-04-081-0/+1
|
* [server/registration] Performance improvements & add automatic registration ↵Jannik Schönartz2019-03-311-6/+15
| | | | | | | | | with custom name Manual registration now sends the client as json idoit: Add server bug fixes shell: Fix building pcbios ipxe version eslint fixes
* [external-backends/idoit] Add server rack segmentation & add multiple ip supportJannik Schönartz2019-03-251-1/+1
|
* [server/registration] Add client with json instead of parameters (ipxe)Jannik Schönartz2019-03-181-5/+3Star
|
* [server/ipxe] Fix codemirror only loading on click bug & add the fixes for ↵Jannik Schönartz2019-02-271-0/+8
| | | | the tamas demo to the git
* Rename registrations in registration.Jannik Schönartz2018-12-111-4/+4
|
* [registration/idoit] TPM upload functionality + improve hw specsJannik Schönartz2018-12-111-1/+1
| | | | | | Improved IdoIT hw specs capture. Including multiple ram slots. Set purpose of the automatic registration to Pool PC. Added upload files to idoit for uploading the tpm and ssl key.
* [ipxe] Switch to bas.intra domain and fix permission denied callJannik Schönartz2018-11-211-3/+3
| | | | | Swtiched to the new bas.intra.uni-freiburg.de domain Builing undionly.kpxe was producing permission denied errors. -> build all works.
* [registration/dhcp] Implement dhcp as external-backendJannik Schönartz2018-08-281-13/+21
| | | | | | | | Registration -> Registrations to match API guidelines. Fixed shell script to only build undionly.kpxe. Added infoblock external-backend. Removed dhcp from config.json Fixed ipxe scripts to match the registrations.
* [tftp] Remove tftpJannik Schönartz2018-08-201-9/+3Star
| | | | | Remove tftp server because an external tftp is used. Adding client from registrationscript is now working.
* [firstregistration] First start of the new client registrationJannik Schönartz2018-08-171-0/+52
Router now also can use non auth methods. (Used for the registration calls) Added ipxe scripts for the registration Added backend methods for dynamic ipxe scripts and first try of a dhcp api call