Release
Got permission to open‐source.
This commit is contained in:
parent
c8bed47825
commit
6a915b2f65
2 changed files with 11 additions and 2 deletions
5
LICENSE
Normal file
5
LICENSE
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
© University of Ljubljana, Faculty of Computer and Information Science
|
||||
|
||||
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
|
@ -1,6 +1,10 @@
|
|||
# FRI servers
|
||||
|
||||
These Ansible roles set up servers running various Linux distributions to participate in BGP routing. Device and IP address data are pulled from NetBox. A separate VRF `mgmt` is configured for a L2 management interface.
|
||||
|
||||
# Setup
|
||||
This project is licensed under [0BSD](https://spdx.org/licenses/0BSD.html).
|
||||
|
||||
## Setup
|
||||
|
||||
Each physical server should have the following information recorded in NetBox:
|
||||
|
||||
|
|
@ -14,7 +18,7 @@ MAC addresses are used to rename interfaces in the host OS. Prefix for the manag
|
|||
|
||||
For Windows hosts the platform must be defined in NetBox to configure connection parameters.
|
||||
|
||||
# Run
|
||||
## Run
|
||||
|
||||
Create a read-only token in NetBox. Define required variables:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue