-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IPAM Host Support for Bloxone Ansible v2 (#52)
* generated resources for ipam_host and added examples * written integration tests for ipam_host * deprecate b1_ipam_host and b1_ipam_host_gather * fixed sanity issues and added empty line at the end * removed instances of inherit * fixed documentation and added empty line at the end of file * refactored integration tests * addressed review comments * fixed sanity issues * modified examples * fixed sanity issues * addressed review comments * added new line at the end * modified examples * modified examples * added code for cleanup * addressed review comments * added new line * addressed review comments * addressed review comments --------- Co-authored-by: Ashish Mathew <[email protected]>
- Loading branch information
1 parent
050d975
commit c7fccd1
Showing
16 changed files
with
1,026 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
deprecated_features: | ||
- b1_ipam_host - is deprecated in favor of 'ipam_host'. | ||
- b1_ipam_host_gather - is deprecated in favor of 'ipam_host_info'. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.