Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ Regardless, the Onboarding App greatly simplifies the onboarding process by allo

Device Onboarding is a Job that allows you to provide a few required pieces of information and onboard the device.

![job input](https://raw.githubusercontent.com/nautobot/nautobot-app-device-onboarding/develop/docs/images/sync_devices_inputs.png)
![job input](https://raw.githubusercontent.com/nautobot/nautobot-app-device-onboarding/develop/docs/images/s-sync_device_inputs_dark.png)


## Try it out!

Expand Down
1 change: 1 addition & 0 deletions changes/472.documentation
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Updated Device onboarding documentation to include 3.0 screenshots.
Binary file removed docs/images/platform_cisco_ios.png
Binary file not shown.
Binary file removed docs/images/platform_juniper_junos.png
Binary file not shown.
Binary file added docs/images/s-platform_cisco_ios_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/s-platform_cisco_ios_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/s-platform_juniper_junos_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/s-platform_juniper_junos_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/s-sync_device_inputs_dark.png
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. The images seem distorted. In google sheets you should not expand left/right or north/south, but instead should only expand from the corners, this ensures that the ratio of the image stays the same
  2. Copy the numbers of the circles from the example sheet, as the font looks different here.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated as requested, should be resolve, let me know if I missed anything.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/s-sync_device_inputs_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/images/sync_devices_inputs.png
Binary file not shown.
3 changes: 2 additions & 1 deletion docs/user/app_getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ Navigate to the Device Onboarding Job: Jobs > Perform Device Onboarding (origina

You can check out the [Use Cases](app_use_cases.md) section for more examples or try out the job inputs with at least the required fields.

![job input](../images/sync_devices_inputs.png)
![job input](../images/s-sync_device_inputs_light.png#only-light){ .on-glb }
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Create two images here and note the differences between them. e.g.

Manual Input:

<put image 1 of manual input here>

CSV Input:

<put image 2 of csv input here>

![job input](../images/s-sync_device_inputs_dark.png#only-dark){ .on-glb }

The Nautobot job will pass the job execution to the worker which will initiate an onboarding and will reach out to the device and attempt to onboard it.
7 changes: 5 additions & 2 deletions docs/user/app_use_cases.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,11 @@ For the platforms where SSH auto-detection does not work, the user will need to:

The Onboarding App will automatically create Platforms for vendor operating systems where platform auto-detection works. The picture below shows the details of auto-created Platforms for `cisco_ios` and `juniper_junos`.

![cisco_ios_platform](../images/platform_cisco_ios.png)
![juniper_junos_platform](../images/platform_juniper_junos.png)
![cisco_ios_platform](../images/s-platform_cisco_ios_light.png#only-light){ .on-glb }
![cisco_ios_platform](../images/s-platform_cisco_ios_dark.png#only-dark){ .on-glb }

![juniper_junos_platform](../images/s-platform_juniper_junos_light.png#only-light){ .on-glb }
![juniper_junos_platform](../images/s-platform_juniper_junos_dark.png#only-dark){ .on-glb }

### Passing Custom Nornir Connection Options

Expand Down
6 changes: 4 additions & 2 deletions docs/user/app_use_cases_original.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,11 @@ For the platforms where SSH auto-detection does not work, the user will need to:

The Onboarding App will automatically create Platforms for vendor operating systems where platform auto-detection works. The picture below shows the details of auto-created Platforms for `cisco_ios` and `juniper_junos`.

![cisco_ios_platform](../images/platform_cisco_ios.png)
![juniper_junos_platform](../images/platform_juniper_junos.png)
![cisco_ios_platform](../images/s-platform_cisco_ios_light.png#only-light){ .on-glb }
![cisco_ios_platform](../images/s-platform_cisco_ios_dark.png#only-dark){ .on-glb }

![juniper_junos_platform](../images/s-platform_juniper_junos_light.png#only-light){ .on-glb }
![juniper_junos_platform](../images/s-platform_juniper_junos_dark.png#only-dark){ .on-glb }

## Use-cases and common workflows

Expand Down
Loading