mirror of
https://github.com/jbowdre/SWIPAMforvRA8.git
synced 2024-11-14 13:02:19 +00:00
documentation housekeeping
This commit is contained in:
parent
8fae3b4e02
commit
80638898f3
4 changed files with 10 additions and 1 deletions
|
@ -9,4 +9,4 @@ This expects several custom properties to exist in Solarwinds for each IPAM-mana
|
|||
- `Site_ID`: 3-character identifier
|
||||
- `vRA_Range`: boolean; true if you want the subnet to be used by vRA
|
||||
|
||||
Or you can edit `src/main/python/get_ip_ranges/source.python` to remove/change this requirement.
|
||||
Or you can edit `src/main/python/get_ip_ranges/source.py` to remove/change this requirement.
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
"""
|
||||
Modified by John Bowdre to support Solarwinds IPAM
|
||||
Initial release: 11/10/2020
|
||||
|
||||
Copyright (c) 2020 VMware, Inc.
|
||||
|
||||
This product is licensed to you under the Apache License, Version 2.0 (the "License").
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
"""
|
||||
Modified by John Bowdre to support Solarwinds IPAM
|
||||
Initial release: 11/10/2020
|
||||
|
||||
Copyright (c) 2020 VMware, Inc.
|
||||
|
||||
This product is licensed to you under the Apache License, Version 2.0 (the "License").
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
"""
|
||||
Modified by John Bowdre to support Solarwinds IPAM
|
||||
Initial release: 11/10/2020
|
||||
|
||||
Copyright (c) 2020 VMware, Inc.
|
||||
|
||||
This product is licensed to you under the Apache License, Version 2.0 (the "License").
|
||||
|
|
Loading…
Reference in a new issue