{"id":20588678,"url":"https://github.com/ciscodevnet/sdwan-devops","last_synced_at":"2025-08-10T00:04:56.393Z","repository":{"id":36021879,"uuid":"197055843","full_name":"CiscoDevNet/sdwan-devops","owner":"CiscoDevNet","description":"SD-WAN DevOps Tools","archived":false,"fork":false,"pushed_at":"2024-12-02T11:31:31.000Z","size":8271,"stargazers_count":90,"open_issues_count":5,"forks_count":49,"subscribers_count":33,"default_branch":"main","last_synced_at":"2025-05-22T17:35:00.354Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Jinja","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CiscoDevNet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-07-15T18:59:53.000Z","updated_at":"2025-05-01T01:23:58.000Z","dependencies_parsed_at":"2023-12-20T20:25:48.141Z","dependency_job_id":"b4e02de6-c641-4c86-9736-435d9ba3a206","html_url":"https://github.com/CiscoDevNet/sdwan-devops","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/CiscoDevNet/sdwan-devops","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CiscoDevNet%2Fsdwan-devops","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CiscoDevNet%2Fsdwan-devops/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CiscoDevNet%2Fsdwan-devops/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CiscoDevNet%2Fsdwan-devops/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CiscoDevNet","download_url":"https://codeload.github.com/CiscoDevNet/sdwan-devops/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CiscoDevNet%2Fsdwan-devops/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269654977,"owners_count":24454351,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-09T02:00:10.424Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-16T07:25:51.636Z","updated_at":"2025-08-10T00:04:56.353Z","avatar_url":"https://github.com/CiscoDevNet.png","language":"Jinja","readme":"# SDWAN DevOps\n\nThis repo contains a set of tools to automate workflows and build CI/CD pipelines for Cisco SDWAN.\n\n\u003e Note: The tools in this repo only work from a Unix environment with Docker (e.g. Linux, MacOS, etc.) due to issues with Ansible and file permissions mapping between Windows and the Linux container used in play.sh. WSL2 may fix this issue and we will revisit when WSL2 is released.\n\nAll operations are run out of the sdwan-devops directory: `cd sdwan-devops`\n\nThe folder `sdwan-edge` allows the deployment of C8000v in AWS, Azure, GCP. Openstack and VMware.\n\nThe folder `sdwan-terraform` allows the deployment of SDWAN Controllers in AWS, Azure and VMware.\n\nA video demonstration of the use of this repository is available on [Vidcast](https://app.vidcast.io/share/1e934c26-ece4-4167-a986-4db17f125423).\n\n## Clone repository\n\nClone the sdwan-devops repo using the main branch (default: origin/main):\n\n```shell\ngit clone --single-branch --recursive https://github.com/ciscodevnet/sdwan-devops.git\n```\n\nMake sure you use `--recursive` to also clone folders sdwan-edge and terraform-sdwan.\n\n## Openssl version3\n\nIf you are on a Mac: we need openssl version3, while on mac this is LibreSSL.\n\nUpgrade openssl:\n\n```shell\nbrew install openssl@3\n```\n\n## Software Dependencies\n\nAll software dependencies have been rolled into a Docker container. Ansible playbooks are launched via the container using the play.sh shell script.\n\nAll you need is a valid installation of docker on your system.\n\n\u003e Note: The Dockerfile included in this repo is used to automatically build the sdwan-devops container image and publish it to the GitHub Container Registry. For a detailed list of the dependencies required to run the playbooks, refer to the Dockerfile.\n\n## Running playbooks via the Docker container\n\nTo run playbooks in this repo, use the play.sh shell script as shown below:\n\n- `./play.sh \u003cplaybook\u003e \u003coptions\u003e`\n\nThis will start the docker container published in the GitHub Container Registry, run the playbooks inside the container and remove it once finished.\n\n## Deploying Controllers on AWS\n\nThe sdwan-devops can be used to instantiates controllers on AWS.\n\n[Deploying Controllers on AWS](docs/deploying_controllers_cloud.md)\n\n- Deploy vBond, vSmart and vManage controllers in a VPC\n- Provides bootstrap configuration\n\n## Deploying C8000v\n\nC8000v can be deployed in a transit VPC/VNET in AWS, Azure and GCP, and can also be deployed on VMware and Openstack.\n\n[Deploying C8000v](docs/deploying_edges_cloud.md)\n\n- Generates bootstrap configuration (cloud-init format)\n- Creates transit VPC if required\n- Deploy C8000v\n\n## Simulation\n\nSimulation can be used for developing new deployments as well as testing changes to current deployments.  Simulation capabilities are provided by CML^2 or VMware.  The [Ansible CML^2 Modules](https://github.com/ciscodevnet/ansible-virl) are used to automate deployments in CML^2.  The [Terraform Modules](https://github.com/CiscoDevNet/terraform-sdwan) are used to automate deployments in VMware.\n\n[Simulation](docs/simulation.md)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fciscodevnet%2Fsdwan-devops","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fciscodevnet%2Fsdwan-devops","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fciscodevnet%2Fsdwan-devops/lists"}