Skip to content

Commit

Permalink
update paths post transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
przsus committed Dec 9, 2024
1 parent b6bd6b7 commit b77a9e6
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
```

[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.
[ansible-collection-sdwan](https://github.com/cisco-en-programmability/ansible-collection-sdwan) combine [SDWAN Deployment](https://github.com/cisco-en-programmability/ansible-collection-sdwan-deployment) and
[Ansible Wrapper using catalystwan library](https://github.com/cisco-en-programmability/ansible-collection-catalystwan) collections inside one tool.

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

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

## Overview

[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:
[ansible-collection-sdwan](https://github.com/cisco-en-programmability/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-en-programmability/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 [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.
- Automate Deployment: Roll out and provision Cisco SD-WAN controllers and edge devices with minimal manual intervention using [SDWAN Deployment](https://github.com/cisco-en-programmability/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-en-programmability/ansible-collection-catalystwan) modules and roles.
- Workflow for Upgrades: Structured workflow that automates the upgrade process for controllers and edge devices. See [example playbook for upgrades](./playbooks/software_upgrades_with_remote_server.yml)
- Workflows for backup and restore:
- Backup Device configuration (includes Device Templates, Policies, Feature Templates). See [backup device configuration](./playbooks/backup_restore/backup_device_configuration.yml)
- Restore Device configuration (includes Device Templates, Policies, Feature Templates). See [restore device configuration](./playbooks/backup_restore/restore_device_configuration.yml)
- Backup running config (cli templates). See [backup running config](./playbooks/backup_restore/backup_running_config.yml)
- Restore running config (cli templates). See [restore running config](./playbooks/backup_restore/restore_running_config.yml)

[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.
[ansible-collection-sdwan](https://github.com/cisco-en-programmability/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.

## Requirements

Expand Down Expand Up @@ -104,7 +104,7 @@ Current version of the full workflow for bringup SD-WAN assumes that users are f
You can install collection by first cloning this repository:

```bash
git clone git@github.com:cisco-open/ansible-collection-sdwan.git
git clone git@github.com:cisco-en-programmability/ansible-collection-sdwan.git
```

Then setting your python environment.
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://github.com/cisco-open/ansible-collection-sdwan/issues) and feel free to work on any.
See [existing issues](https://github.com/cisco-en-programmability/ansible-collection-sdwan/issues) and feel free to work on any.

### Create a new issue

Firstly [search if an issue already exists](https://github.com/cisco-open/ansible-collection-sdwan/issues).
Firstly [search if an issue already exists](https://github.com/cisco-en-programmability/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://github.com/cisco-open/ansible-collection-sdwan/issues/new/choose).
Select one from [issue form](https://github.com/cisco-en-programmability/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 [ansible-collection-sdwan](https://github.com/cisco-open/ansible-collection-sdwan) project.
This document outlines security procedures and general policies for the [ansible-collection-sdwan](https://github.com/cisco-en-programmability/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 [ansible

---

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.
The [ansible-collection-sdwan](https://github.com/cisco-en-programmability/ansible-collection-sdwan) team and community take all security bugs in [ansible-collection-sdwan](https://github.com/cisco-en-programmability/ansible-collection-sdwan) seriously. Thank you for improving the security of [ansible-collection-sdwan](https://github.com/cisco-en-programmability/ansible-collection-sdwan). We appreciate your efforts and responsible disclosure and will make every effort to acknowledge your contributions.

Report security bugs by emailing [ssalemar@cisco.com][Shivram Salem Arunachalam], [acichon@cisco.com][Arkadiusz Cichon] or [sprzemys@cisco.com][Przemyslaw Susko].

Expand Down
8 changes: 4 additions & 4 deletions galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ authors:
- Arkadiusz Cichon <acichon@cisco.com>
description: Ansible collection to provide full workflows for deployment, upgrades and configuration

repository: https://github.com/cisco-open/ansible-collection-sdwan
documentation: https://github.com/cisco-open/ansible-collection-sdwan/blob/main/README.md
homepage: https://github.com/cisco-open/ansible-collection-sdwan
issues: https://github.com/cisco-open/ansible-collection-sdwan/issues
repository: https://github.com/cisco-en-programmability/ansible-collection-sdwan
documentation: https://github.com/cisco-en-programmability/ansible-collection-sdwan/blob/main/README.md
homepage: https://github.com/cisco-en-programmability/ansible-collection-sdwan
issues: https://github.com/cisco-en-programmability/ansible-collection-sdwan/issues

license:
- "GPL-3.0-only"
Expand Down
4 changes: 2 additions & 2 deletions meta/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ collections:
version: 6.5.0
- name: azure.azcollection
version: 1.19.0
- name: git@github.com:cisco-open/ansible-collection-catalystwan.git
- name: git@github.com:cisco-en-programmability/ansible-collection-catalystwan.git
type: git
version: main
- name: git@github.com:cisco-open/ansible-collection-sdwan-deployment.git
- name: git@github.com:cisco-en-programmability/ansible-collection-sdwan-deployment.git
type: git
version: main

0 comments on commit b77a9e6

Please sign in to comment.