Skip to content

Commit 329b30e

Browse files
committed
Add FAQ and README with default credentials information
1 parent 59884ba commit 329b30e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

FAQ.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
# }
1919
```
2020

21+
## How can I update the default credentials used to connect to a device ?
22+
23+
> By default, the plugin is using the credentials defined in the main `configuration.py` for Napalm (`NAPALM_USERNAME`/`NAPALM_PASSWORD`). You can update the default credentials in `configuration.py` or you can provide specific one for each onboarding task.
24+
2125
## Does this plugin support the discovery and the creation of all interfaces and IP Addresses ?
2226

2327
> **No**, The plugin will only discover and create the management interface and the management IP address. Importing all interfaces and IP addresses is a much larger problem that requires more preparation. This is out of scope of this project.

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ A new device can be onboarded via :
5353

5454
During a successful onboarding process, a new device will be created in NetBox with its management interface and its primary IP assigned. The management interface will be discovered on the device based on the IP address provided.
5555

56+
> By default, the plugin is using the credentials defined in the main `configuration.py` for Napalm (`NAPALM_USERNAME`/`NAPALM_PASSWORD`). It's possible to define specific credentials for each onboarding task.
57+
5658
### Consult the status of onboarding tasks
5759

5860
The status of the onboarding process for each device is maintained is a dedicated table in NetBox and can be retrived :

0 commit comments

Comments
 (0)