summaryrefslogtreecommitdiffstats
path: root/server/lib/external-backends/backends/infoblox-backend.js
Commit message (Collapse)AuthorAgeFilesLines
* [server/external-backends] Add error logging of object deletion in the ↵Jannik Schönartz2021-03-091-3/+9
| | | | external backends
* [webapp/external-backends] Remove step 3 from stepper & eslint fixesJannik Schönartz2020-05-081-7/+7
|
* [server/external-backends] Add timeout to infoblox, skip not connected ↵Jannik Schönartz2020-05-071-6/+17
| | | | backends in getDhcp and add better check forthe iDoIT response
* [server/registration] Add domain selection to the semi-automatic registrationJannik Schönartz2020-04-171-2/+17
|
* [server/external-backends] Infoblox: Instead of only getting the next 20 ↵Jannik Schönartz2020-04-081-5/+15
| | | | free IPs, GET THEM ALL!
* [server/infoblox] Fix unreachable code bug / fix eslintJannik Schönartz2019-12-011-5/+4Star
|
* [server/external-backends/infoblox] Add infoblox fix for a client ↵Jannik Schönartz2019-11-271-2/+9
| | | | registration in a network where the bas has no permission
* [server/external-backends] Add hostname and domain to the network object for ↵Jannik Schönartz2019-04-191-1/+1
| | | | the backends
* [server/external-backends/infoblox] Fix update domainJannik Schönartz2019-04-181-2/+2
|
* [server/registration] If domain gets updated without a hostname, use ↵Jannik Schönartz2019-04-171-3/+2Star
| | | | clientname as hostname
* [server/external-backends] Fix for the update client mehtod (unnecessary ↵Jannik Schönartz2019-04-171-0/+1
| | | | idoit calls)
* [server/external-backends] Add dhcp update method & object mapping from ↵Jannik Schönartz2019-04-161-5/+61
| | | | existing entries
* [server/registration] Bugfix: DHCP mapping was not correctly created if the ↵Jannik Schönartz2019-04-141-1/+1
| | | | dhcp record already existed.
* [server/registration] Set hostname as client name for clients with a fixed ipJannik Schönartz2019-04-141-3/+6
|
* [server/external-backends] Add delete method for the infoblox backend & add ↵Jannik Schönartz2019-04-141-4/+53
| | | | infoblox client mappings method
* [server/external-backends] Fix dhcp registration stuffJannik Schönartz2019-04-081-11/+29
|
* [server/backends] Add infoblox ipxe ip selection stuffJannik Schönartz2019-04-081-25/+93
|
* [external-backeds] Big idoit rework, to match the updated apiJannik Schönartz2019-03-151-8/+8
|
* [external-backends] Add getClient methods for all backendsJannik Schönartz2018-08-291-3/+26
| | | | | | | Delete dummy and another backends. Extend template-dummy for testing stuff. Add getClient method for dhcp and idoit backends. Fixed appendicon for selections.
* [registration/dhcp] Implement dhcp as external-backendJannik Schönartz2018-08-281-0/+95
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.