Skip to content

Commit

Permalink
Dhcp fixed address and Next Available fixed address Support for Unive…
Browse files Browse the repository at this point in the history
…rsalDDI Ansible (#11)

* initial comment

* modified for next_available_fixed_address

* addressed PR comments

* removed delete call test case

* added GET call by filter query

* addressed PR comments

* addressed PR comments

* added Delete(idempotent) test case

* changed parameter NA to address
  • Loading branch information
ybhalchim authored Feb 19, 2025
1 parent 5364b7c commit 1090ede
Show file tree
Hide file tree
Showing 7 changed files with 1,864 additions and 0 deletions.
6 changes: 6 additions & 0 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ action_groups:
- dns
- keys
- infra
- dhcp

dns:
- dns_view
- dns_view_info
Expand Down Expand Up @@ -58,3 +60,7 @@ action_groups:
- infra_host_info
- infra_service
- infra_service_info

dhcp:
- dhcp_fixed_address
- dhcp_fixed_address_info
Loading

0 comments on commit 1090ede

Please sign in to comment.