This repository contains example projects implementing automation of network management,
administration, configuration and orchestration workflows leveraging
Software Defined Networking (SDN) and Service Function Chaining (SFC).
The aim is to create a set of Ansible playbooks and modules which can be re-used for
Infrastructure as Code (IaC) approach to manage virtual and physical networks
(overlay and underlay) connecting bare metal servers, virtual machines and
containers (cloud native) running in core and edge data centers (DCs) together
with orchestration of networking devices (physical or virtual).
-
tenant_provisioning_with_sfc - Implements Ansible playbooks and module for provisioning and de-provisioning tenant's containers, VXLAN tunnel, SF (Service Function) and SFC. Check out blog at https://pantheon.tech/awx-ansible-lightyio/ for more details.
-
running_awx_workflows_via_cds - Implements Ansible playbooks and module for provisioning and de-provisioning a set of Docker containers with Ansible AWX, ONAP CDS, and a topology for running the tenant_provisioning_with_sfc project.