Skip to content

Commit

Permalink
update links with new repo location
Browse files Browse the repository at this point in the history
  • Loading branch information
cicharka committed Mar 27, 2024
1 parent e369a97 commit 5eb125b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
```

[cisco.sdwan](https://sdwan-git.cisco.com/sdwan-tools/cisco.sdwan) combine [SDWAN Deployment](https://sdwan-git.cisco.com/sdwan-tools/cisco.sdwan_deployment) and
[Ansible Wrapper using catalystwan library](https://sdwan-git.cisco.com/sdwan-tools/cisco.catalystwan) collections inside one tool.
[ansible-collection-sdwan](https://github.com/cisco-open/ansible-collection-sdwan) combine [SDWAN Deployment](https://github.com/cisco-open/ansible-collection-sdwan-deployment) and
[Ansible Wrapper using catalystwan library](https://github.com/cisco-open/ansible-collection-catalystwan) collections inside one tool.

Let users to fully deploy, onboard and upgrade their SD-WAN topology.

Expand All @@ -35,14 +35,14 @@ Let users to fully deploy, onboard and upgrade their SD-WAN topology.

## Overview

[cisco.sdwan](https://sdwan-git.cisco.com/sdwan-tools/cisco.sdwan) integrates the roles and modules from both repositories to create an automation workflow for Cisco SD-WAN.
By leveraging these Ansible resources, [cisco.sdwan](https://sdwan-git.cisco.com/sdwan-tools/cisco.sdwan) empowers network administrators to:
[ansible-collection-sdwan](https://github.com/cisco-open/ansible-collection-sdwan) integrates the roles and modules from both repositories to create an automation workflow for Cisco SD-WAN.
By leveraging these Ansible resources, [ansible-collection-sdwan](https://github.com/cisco-open/ansible-collection-sdwan) empowers network administrators to:

- Automate Deployment: Roll out and provision Cisco SD-WAN controllers and edge devices with minimal manual intervention using [cisco.sdwan_deployment](https://sdwan-git.cisco.com/sdwan-tools/cisco.sdwan_deployment) roles.
- Onboarding of Controllers and Edge Devices: Simplify the process of integrating controllers and edge devices into the Cisco SD-WAN fabric, using automated deployment with PnP (Plug-and-Play), using [cisco.catalystwan](https://sdwan-git.cisco.com/sdwan-tools/cisco.catalystwan) modules and roles.
- Automate Deployment: Roll out and provision Cisco SD-WAN controllers and edge devices with minimal manual intervention using [SDWAN Deployment](https://github.com/cisco-open/ansible-collection-sdwan-deployment) roles.
- Onboarding of Controllers and Edge Devices: Simplify the process of integrating controllers and edge devices into the Cisco SD-WAN fabric, using automated deployment with PnP (Plug-and-Play), using [ansible-collection-catalystwan](https://github.com/cisco-open/ansible-collection-catalystwan) modules and roles.
- Workflow for Upgrades: Structured workflow that automates the upgrade process for controllers and edge devices.

[cisco.sdwan](https://sdwan-git.cisco.com/sdwan-tools/cisco.sdwan) illustrates the power of Ansible's modularity and the significant benefits of using roles, custom modules, and collections for automating network operations. It stands as an indispensable resource for organizations looking to implement Infrastructure as Code (IaC) within their network infrastructure and embrace a more agile and DevOps-oriented approach to network management.
[ansible-collection-sdwan](https://github.com/cisco-open/ansible-collection-sdwan) illustrates the power of Ansible's modularity and the significant benefits of using roles, custom modules, and collections for automating network operations. It stands as an indispensable resource for organizations looking to implement Infrastructure as Code (IaC) within their network infrastructure and embrace a more agile and DevOps-oriented approach to network management.

## Prerequisites

Expand Down
6 changes: 3 additions & 3 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ Thank you for investing your time in contributing to our project!

### Solve an issue

See [existing issues](https://sdwan-git.cisco.com/sdwan-tools/cisco.sdwan/issues) and feel free to work on any.
See [existing issues](https://github.com/cisco-open/ansible-collection-sdwan/issues) and feel free to work on any.

### Create a new issue

Firstly [search if an issue already exists](https://sdwan-git.cisco.com/sdwan-tools/cisco.sdwan/issues).
Firstly [search if an issue already exists](https://github.com/cisco-open/ansible-collection-sdwan/issues).

If issue related to your problem/feature request doesn't exist, create new issue.
There are 3 issue types:
Expand All @@ -21,7 +21,7 @@ There are 3 issue types:
- Feature Request
- Report a security vulnerability

Select one from [issue form](https://sdwan-git.cisco.com/sdwan-tools/cisco.sdwan/issues/new/choose).
Select one from [issue form](https://github.com/cisco-open/ansible-collection-sdwan/issues/new/choose).

### Create PR

Expand Down
4 changes: 2 additions & 2 deletions docs/SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

---

This document outlines security procedures and general policies for the [cisco.sdwan](https://sdwan-git.cisco.com/sdwan-tools/cisco.sdwan) project.
This document outlines security procedures and general policies for the [ansible-collection-sdwan](https://github.com/cisco-open/ansible-collection-sdwan) project.

- [Reporting a Bug](#reporting-a-bug)
- [Disclosure Policy](#disclosure-policy)
Expand All @@ -12,7 +12,7 @@ This document outlines security procedures and general policies for the [cisco.s

---

The [cisco.sdwan](https://sdwan-git.cisco.com/sdwan-tools/cisco.sdwan) team and community take all security bugs in [cisco.sdwan](https://sdwan-git.cisco.com/sdwan-tools/cisco.sdwan) seriously. Thank you for improving the security of [cisco.sdwan](https://sdwan-git.cisco.com/sdwan-tools/cisco.sdwan). We appreciate your efforts and responsible disclosure and will make every effort to acknowledge your contributions.
The [ansible-collection-sdwan](https://github.com/cisco-open/ansible-collection-sdwan) team and community take all security bugs in [ansible-collection-sdwan](https://github.com/cisco-open/ansible-collection-sdwan) seriously. Thank you for improving the security of [ansible-collection-sdwan](https://github.com/cisco-open/ansible-collection-sdwan). We appreciate your efforts and responsible disclosure and will make every effort to acknowledge your contributions.

Report security bugs by emailing [email protected].

Expand Down
4 changes: 2 additions & 2 deletions requirements.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
collections:
- name: amazon.aws
version: 6.5.0
- name: git@sdwan-git.cisco.com:sdwan-tools/cisco.catalystwan.git
- name: git@github.com:cisco-open/ansible-collection-catalystwan.git
type: git
version: main
- name: git@sdwan-git.cisco.com:sdwan-tools/cisco.sdwan_deployment.git
- name: git@github.com:cisco-open/ansible-collection-sdwan-deployment.git
type: git
version: main

0 comments on commit 5eb125b

Please sign in to comment.