Task03
Trigger CD Pipeline

Trigger CD Pipeline

Step 1 - Go to the PR

Open the PR (Merge requests) page:

  1. Click Merge requests on side menu
  2. Then click PR we just created: initial setup


Step 2 - Merge the PR

On the PR detail page:

  1. Click Merge


Once the code is merged, a new pipeline (the CD pipeline) is triggered:

Step 3 - Wait until pipeline has finished

You might see an exclamation mark (!) on the init_workspace job. This is expected as the prod workspace was created already during lab initialization.

Step 4 - Verify on NDFC

In your browser, open another instance of the browser or another tab. Copy the url of Nexus Dashboard:

  • ND URL: https://10.15.0.14/appcenter/cisco/ndfc/ui/lan-fabric/fabrics
  • Username: admin
  • Password: cisco.123

Open the fabric page and open fabric-prod, and verify the VRF and network are provisioned:


  • Introduction
  • NDFC and Terraform
  • Envrionment and Topology
  • Task01 Interface Module
  • Task02 Overlay Module
  • Task03 CI/CD Pipeline
  • Bonus: Policy Module
  • Thanks