Skip to content

Commit

Permalink
Merge pull request #34 from ritza-co/fix-redirects
Browse files Browse the repository at this point in the history
Fix redirects
  • Loading branch information
sixhobbits authored Aug 3, 2023
2 parents 1f3b7bb + c3b1b55 commit 4bf46c3
Show file tree
Hide file tree
Showing 24 changed files with 140 additions and 113 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ Device42 adds the new AWS Role to the roles list; it will also appear in the Ava

2. We would need an account that uses just accountID and one that would be with the Require ExternalID option - Note no requirement for MFA option at this time

3. Policy to be added - use the example minimum policy needed for discovery from our docs site [here](auto-discovery/cloud-platforms-autodiscovery/index.md)
3. Policy to be added - use the example minimum policy needed for discovery from our docs site [here](auto-discovery/cloud-auto-discovery/index.md)

2. From the Sub (or separate)-account

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Next, we will create a role with limited permissions that will be applied to thi

Navigate to Access Control (IAM) >  Roles > Add > Add Custom Role. Give the custom role a name, an optional description, then select either Start from scratch or Start from JSON.

1. If using the Start from scratch option, you will need to manually select each permission needed for this application to access the desired resources. The permissions needed are available in Device42 documentation [here](auto-discovery/cloud-platforms-autodiscovery/index.md). Select Add permissions, search for and select the desired permission, check the relevant box and choose Add. Repeat this for any desired permissions.
1. If using the Start from scratch option, you will need to manually select each permission needed for this application to access the desired resources. The permissions needed are available in Device42 documentation [here](auto-discovery/cloud-auto-discovery/index.md). Select Add permissions, search for and select the desired permission, check the relevant box and choose Add. Repeat this for any desired permissions.
2. If using the Start from JSON option, copy and paste the below JSON data, pulling in the necessary permissions from the list in Discovery section, and save it as a .json file. Upload this file on the Basics page when creating the role, and the permissions will be automatically defined.

```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ The Device view and edit pages will now show _Cloud Instance Information_ at the

## Table of contents

- [AWS Autodiscovery](auto-discovery/cloud-platforms-autodiscovery/aws-autodiscovery.md)
- [Azure Autodiscovery](auto-discovery/cloud-platforms-autodiscovery/azure-autodiscovery.md)
- [Google Cloud Platform Autodiscovery](auto-discovery/cloud-platforms-autodiscovery/google-cloud-platform-autodiscovery.md)
- [Intune Autodiscovery](auto-discovery/cloud-platforms-autodiscovery/intune-autodiscovery.md)
- [Kubernetes Autodiscovery](auto-discovery/cloud-platforms-autodiscovery/kubernetes-autodiscovery.md)
- [Other Cloud Autodiscoveries](auto-discovery/cloud-platforms-autodiscovery/other-cloud-autodiscoveries.md)
- [AWS Autodiscovery](auto-discovery/cloud-auto-discovery/aws-autodiscovery.md)
- [Azure Autodiscovery](auto-discovery/cloud-auto-discovery/azure-autodiscovery.md)
- [Google Cloud Platform Autodiscovery](auto-discovery/cloud-auto-discovery/google-cloud-platform-autodiscovery.md)
- [Intune Autodiscovery](auto-discovery/cloud-auto-discovery/intune-autodiscovery.md)
- [Kubernetes Autodiscovery](auto-discovery/cloud-auto-discovery/kubernetes-autodiscovery.md)
- [Other Cloud Autodiscoveries](auto-discovery/cloud-auto-discovery/other-cloud-autodiscoveries.md)
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sidebar_position: 6

### Kubernetes Discovery for AWS, Google Cloud, and MS Azure

Kubernetes Discovery is available as an option for [Amazon AWS](auto-discovery/cloud-platforms-autodiscovery/index.md), [Google Cloud](auto-discovery/cloud-platforms-autodiscovery/index.md), and [Microsoft Azure](auto-discovery/cloud-platforms-autodiscovery/index.md) cloud autodiscovery jobs. Scroll down the Add Cloud Discovery page to select the _Kubernetes Discovery_ option.
Kubernetes Discovery is available as an option for [Amazon AWS](auto-discovery/cloud-auto-discovery/index.md), [Google Cloud](auto-discovery/cloud-auto-discovery/index.md), and [Microsoft Azure](auto-discovery/cloud-auto-discovery/index.md) cloud autodiscovery jobs. Scroll down the Add Cloud Discovery page to select the _Kubernetes Discovery_ option.

![](/assets/images/discovery_cloud_platforms_autodiscovery_kubernetes-autodiscovery1.png)

Expand Down
4 changes: 4 additions & 0 deletions docs/auto-discovery/enrichai-data/_category_.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
position: 100
label: 'Enrich AI Data'
collapsible: true
collapsed: true
File renamed without changes.
File renamed without changes.
28 changes: 14 additions & 14 deletions docs/auto-discovery/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ HP & IBM Blade System (or Blade Center) chassis and blade details can be discove

## Cloud Platform Discovery

Connect to Amazon AWS, Alibaba Cloud, Microsoft Azure, Digital Ocean, Google Cloud, Linode, and Openstack from the cloud discovery under _Discovery > Cloud_. Cloud discovery details can be found here: [Cloud Platforms Autodiscovery](./cloud-platforms-autodiscovery/index.md)
Connect to Amazon AWS, Alibaba Cloud, Microsoft Azure, Digital Ocean, Google Cloud, Linode, and Openstack from the cloud discovery under _Discovery > Cloud_. Cloud discovery details can be found here: [Cloud Platforms Autodiscovery](./cloud-auto-discovery/index.md)

## DNS Autodiscovery

Expand Down Expand Up @@ -136,19 +136,19 @@ Discussed in depth: [discovery/virtual-machine-auto-discovery.md](auto-discovery
- [Blade Systems Autodiscovery](auto-discovery/blade-systems-auto-discovery.md)
- [Certificate Autodiscovery](auto-discovery/certificate-auto-discovery.md)
- [Cisco UCS Cluster / ACI Fabric Autodiscovery](auto-discovery/cisco-ucs-auto-discovery.md)
- [Cloud Platforms Autodiscovery](auto-discovery/cloud-platforms-autodiscovery/index.md)
- [AWS Autodiscovery](auto-discovery/cloud-platforms-autodiscovery/aws-autodiscovery.md)
- [Azure Autodiscovery](auto-discovery/cloud-platforms-autodiscovery/azure-autodiscovery.md)
- [Google Cloud Platform Autodiscovery](auto-discovery/cloud-platforms-autodiscovery/google-cloud-platform-autodiscovery.md)
- [Intune Autodiscovery](auto-discovery/cloud-platforms-autodiscovery/intune-autodiscovery.md)
- [Kubernetes Autodiscovery](auto-discovery/cloud-platforms-autodiscovery/kubernetes-autodiscovery.md)
- [Other Cloud Autodiscoveries](auto-discovery/cloud-platforms-autodiscovery/other-cloud-autodiscoveries.md)
- [AWS Autodiscovery](auto-discovery/cloud-platforms-autodiscovery/aws-autodiscovery.md)
- [Azure Autodiscovery](auto-discovery/cloud-platforms-autodiscovery/azure-autodiscovery.md)
- [Google Cloud Platform Autodiscovery](auto-discovery/cloud-platforms-autodiscovery/google-cloud-platform-autodiscovery.md)
- [Intune Autodiscovery](auto-discovery/cloud-platforms-autodiscovery/intune-autodiscovery.md)
- [Kubernetes Autodiscovery](auto-discovery/cloud-platforms-autodiscovery/kubernetes-autodiscovery.md)
- [Other Cloud Autodiscoveries](auto-discovery/cloud-platforms-autodiscovery/other-cloud-autodiscoveries.md)
- [Cloud Platforms Autodiscovery](auto-discovery/cloud-auto-discovery/index.md)
- [AWS Autodiscovery](auto-discovery/cloud-auto-discovery/aws-autodiscovery.md)
- [Azure Autodiscovery](auto-discovery/cloud-auto-discovery/azure-autodiscovery.md)
- [Google Cloud Platform Autodiscovery](auto-discovery/cloud-auto-discovery/google-cloud-platform-autodiscovery.md)
- [Intune Autodiscovery](auto-discovery/cloud-auto-discovery/intune-autodiscovery.md)
- [Kubernetes Autodiscovery](auto-discovery/cloud-auto-discovery/kubernetes-autodiscovery.md)
- [Other Cloud Autodiscoveries](auto-discovery/cloud-auto-discovery/other-cloud-autodiscoveries.md)
- [AWS Autodiscovery](auto-discovery/cloud-auto-discovery/aws-autodiscovery.md)
- [Azure Autodiscovery](auto-discovery/cloud-auto-discovery/azure-autodiscovery.md)
- [Google Cloud Platform Autodiscovery](auto-discovery/cloud-auto-discovery/google-cloud-platform-autodiscovery.md)
- [Intune Autodiscovery](auto-discovery/cloud-auto-discovery/intune-autodiscovery.md)
- [Kubernetes Autodiscovery](auto-discovery/cloud-auto-discovery/kubernetes-autodiscovery.md)
- [Other Cloud Autodiscoveries](auto-discovery/cloud-auto-discovery/other-cloud-autodiscoveries.md)
- [Database Discovery](auto-discovery/database-discovery/index.md)
- [Cloud Databases](auto-discovery/database-discovery/cloud-databases.md)
- [On-Prem Databases](auto-discovery/database-discovery/on-premise-databases.md)
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Type = asset type is required. Patch panel models must be created manually, this
3. Click Import, the following message will appear _"Importing File Please Wait..."_ Upon completion, results of the import will be displayed
4. the imported data can be viewed here: Devices | Assets | Assets

\*Note: [Creating Patch Panel Models](https://docs.device42.com/patch-panels/creating-patch-panels-from-scratch-in-device42-an-example/#section-2)
\*Note: [Creating Patch Panel Models](infrastructure-management/connectivity/patch-panels/creating-patch-panels-from-scratch-in-device42-an-example.md)

## Adding Assets to Racks

Expand Down
5 changes: 2 additions & 3 deletions docs/infrastructure-management/connectivity/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@ You can manage structured cabling. In this section, would discuss following topi
- [Cables](infrastructure-management/connectivity/cables.md)
- [Circuits](infrastructure-management/connectivity/circuits.md)
- [Creating Wall Jacks](infrastructure-management/connectivity/creating-wall-jacks.md)
- [Patch panels and cable management](infrastructure-management/connectivity/patch-panel-cable-management-definitions-and-legends-2.md)
- [Creating patch panels from scratch in Device42: an example](infrastructure-management/connectivity/creating-patch-panels-from-scratch-in-device42-an-example.md)
- [Patch panel cable management definitions and legends](infrastructure-management/connectivity/patch-panel-cable-management-definitions-and-legends.md)
- [Patch panels and cable management](infrastructure-management/connectivity/patch-panels/patch-panel-cable-management-definitions-and-legends-2.md)
- [Creating patch panels from scratch in Device42: an example](infrastructure-management/connectivity/patch-panels/creating-patch-panels-from-scratch-in-device42-an-example.md)

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
position: 7
label: 'Patch Panels'
collapsible: true
collapsed: true
15 changes: 15 additions & 0 deletions docs/infrastructure-management/connectivity/patch-panels/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: "Patch Panels"
created: 2013-03-06
authors:
- d42docadmin
---

You can manage structured cabling. In this section, would discuss following topics:



## Table of contents

- [Patch panels and cable management](infrastructure-management/connectivity/patch-panels/patch-panel-cable-management-definitions-and-legends-2.md)
- [Creating patch panels from scratch in Device42: an example](infrastructure-management/connectivity/patch-panels/creating-patch-panels-from-scratch-in-device42-an-example.md)
2 changes: 1 addition & 1 deletion docs/infrastructure-management/devices/device-other-tab.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ If this device has associated PDU ports, the ports would be shown here.

Any files you have uploaded and/or associated with this device will be shown here.

See also - managing [patch panels](infrastructure-management/connectivity/patch-panel-cable-management-definitions-and-legends-2.md) and [switch ports](infrastructure-management/ipam/switch-ports.md) in Device42
See also - managing [patch panels](infrastructure-management/connectivity/patch-panels/patch-panel-cable-management-definitions-and-legends-2.md) and [switch ports](infrastructure-management/ipam/switch-ports.md) in Device42
11 changes: 2 additions & 9 deletions docs/infrastructure-management/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,8 @@
- [Cables](infrastructure-management/connectivity/cables.md)
- [Circuits](infrastructure-management/connectivity/circuits.md)
- [Creating Wall Jacks](infrastructure-management/connectivity/creating-wall-jacks.md)
- [Patch panels and cable management](infrastructure-management/connectivity/patch-panel-cable-management-definitions-and-legends-2.md)
- [Creating patch panels from scratch in Device42: an example](infrastructure-management/connectivity/creating-patch-panels-from-scratch-in-device42-an-example.md)
- [Patch panel cable management definitions and legends](infrastructure-management/connectivity/patch-panel-cable-management-definitions-and-legends.md)
- [Cables](infrastructure-management/connectivity/cables.md)
- [Circuits](infrastructure-management/connectivity/circuits.md)
- [Creating Wall Jacks](infrastructure-management/connectivity/creating-wall-jacks.md)
- [Patch panels and cable management](infrastructure-management/connectivity/patch-panel-cable-management-definitions-and-legends-2.md)
- [Creating patch panels from scratch in Device42: an example](infrastructure-management/connectivity/creating-patch-panels-from-scratch-in-device42-an-example.md)
- [Patch panel cable management definitions and legends](infrastructure-management/connectivity/patch-panel-cable-management-definitions-and-legends.md)
- [Patch panels and cable management](infrastructure-management/connectivity/patch-panels/patch-panel-cable-management-definitions-and-legends-2.md)
- [Creating patch panels from scratch in Device42: an example](infrastructure-management/connectivity/patch-panels/creating-patch-panels-from-scratch-in-device42-an-example.md)
- [Power Units](infrastructure-management/power-units/index.md)
- [Adding ATSs](infrastructure-management/power-units/adding-atss.md)
- [Adding PDUs](infrastructure-management/power-units/adding-pdus.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/infrastructure-management/ipam/ip-addresses.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Click on an IP address to view its page.

The view IP page shows the details for an IP and you can see the history of changes for that IP from the _History (Audit Logs)_ button (similar to all other view pages in the application). If you have appropriate permissions, you will see the _Edit_ button to edit. All DNS records that use this IP are shown in the view page as well.

**Note**: Entries in the _Configuration Resource_ and _Configuration Resource Item_ fields make sense only in the context of a Kubernetes cloud discovery job ([cloud platforms autodiscovery](auto-discovery/cloud-platforms-autodiscovery/index.md)) and are filled in automatically. These field should not be populated for a regular IP address.
**Note**: Entries in the _Configuration Resource_ and _Configuration Resource Item_ fields make sense only in the context of a Kubernetes cloud discovery job ([cloud platforms autodiscovery](auto-discovery/cloud-auto-discovery/index.md)) and are filled in automatically. These field should not be populated for a regular IP address.

In the example above, the _Configuration Resource_ link will take you to the K8s cluster that is currently holding that IP, and _Configuation Resource Item_ contains the name and type of resource. In this case, the name is **Tiller-….jkfpl** and the resource type is a **p****od**.

Expand Down
Loading

0 comments on commit 4bf46c3

Please sign in to comment.