aboutsummaryrefslogtreecommitdiffstats
path: root/netbox-client/provider/src/main
AgeCommit message (Collapse)AuthorFilesLines
2018-11-08Remove netbox.propeties as provided by OOMAlexis de Talhouët1-19/+0
Change-Id: I1e1a36a955c5b5ba4ba28d086141c6d3e7b0c7c0 Issue-ID: CCSDK-655 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2018-09-17Add cloud param name as ip_address_typeAlexis de Talhouët1-3/+4
Change-Id: I4ccaa9233a71c3bd2cbef27c7e1ab5152041876d Issue-ID: CCSDK-579 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2018-09-05Add missing agr and iterate on rowAlexis de Talhouët1-2/+6
Change-Id: I65c34d1a059c12ec2c0fd7e76f0119571e175846 Issue-ID: CCSDK-341 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2018-08-29Added support for external_key and resource_nameAlexis de Talhouët2-25/+56
Change-Id: Ic44f24c3228e6ffcabb23b3866aaab01cb2f552b Issue-ID: CCSDK-341 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2018-08-27Add SvcLogicContext interaction with netbox-clientAlexis de Talhouët7-260/+172
And return proper QueryStatus as exepected by the DG. Change-Id: I6af3971a2c6a8b6eda949f7b63cd30fe361dfbc4 Issue-ID: CCSDK-462 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2018-08-24Add DB update support for IPAM interactionAlexis de Talhouët3-14/+65
For assign and unassign scenario, we need to interact with the SDNC DB in order to cache the IP Address information used for a given ServiceInstance / VfModule. Change-Id: Id349338216d12d2dc9efd76cd672b5cc9fdc6192 Issue-ID: CCSDK-462 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2018-08-23Added netbox client to assign/unassign ipAlexis de Talhouët11-0/+676
Change-Id: Ied317c7f251936ced116b6a3ea81789c82095df6 Issue-ID: CCSDK-462 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>