- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2022 04:59 AM
I was wondering if anybody is managing SDWAN with infrastructure as code and also doing CI/CD on top of that. I would like to know if it is possible. I would like to know what tools are being used, etc.
Solved! Go to Solution.
- Labels:
-
General
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2022 09:25 AM
@apfeil i know a few doing this, see this repo https://github.com/CiscoDevNet/sdwan-devops/blob/master/README.md you do not need to use CML (although great if you want to test this in the sandbox first!), it uses GitLab and Jenkins in the pipeline.
HTH
Connect with me https://bigevilbeard.github.io

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2022 09:25 AM
@apfeil i know a few doing this, see this repo https://github.com/CiscoDevNet/sdwan-devops/blob/master/README.md you do not need to use CML (although great if you want to test this in the sandbox first!), it uses GitLab and Jenkins in the pipeline.
HTH
Connect with me https://bigevilbeard.github.io
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2023 08:44 AM
It is definitely possible @apfeil
IaaC generally provides you an automated way to initiate instructions to your infrastructure directly or to controller.
Using a good technology stack like GitLab, Ansible, Python can help you achieve this. I have tried the same using EVE-NG Simulator and it works perfectly
