-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
68 additions
and
221 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 |
---|---|---|
@@ -1 +1,30 @@ | ||
# aria-auto-nwselect | ||
# IPAM-Aware Network Selection for Aria Automation | ||
|
||
## Motivation | ||
This plugin allows for more optimized network selection when using the Infoblox IPAM. It uses the | ||
_Network Configure_ event hook modify the list of selected networks, such that the network with | ||
the most available IP addresses is always picked. | ||
|
||
## Building from source | ||
|
||
### Prerequisites | ||
* Python 3.9+ | ||
* Pip 23.2+ | ||
* Maven 3.8+ | ||
|
||
### Steps | ||
```commandline | ||
cd <top of project directory> | ||
mvn clean package | ||
``` | ||
|
||
The ZIP package can be found in the `target` directory. | ||
|
||
## Installation | ||
1. In Aria Automation Assembler, go to Extensibility->Actions and click "Import action" | ||
2. Add a subscription to "Network Configure" and attach the action "Network Select". | ||
Make sure the "Block Execution" checkbox is checked. | ||
3. Add the following inputs to the action: | ||
1. ipamHost - IP address or hostname of the Infoblox host | ||
2. ipamUser - Name of Infoblox service account user | ||
3. ipamPassword - Encrypted action constant with Infoblox password. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
requests~=2.26.0 | ||
PyYAML~=6.0 | ||
certifi~=2021.10.8 | ||
idna~=3.3 | ||
PyYAML~=5.0 | ||
urllib3~=1.26.7 |
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.