Skip to content

netascode/terraform-nso-service-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Cisco NSO Service Example

This example demonstrates how the NSO Terraform Provider can be used to maintain services. It is based on the mpls-vpn example which can be found in examples.ncs/service-provider/mpls-vpn/ under the root installation directory.

The configuration is derived from a set of yaml files in the data directory.

To point this to your own NSO instance, update the main.tf file accordingly.

provider "nso" {
  username = "admin"
  password = "admin"
  url      = "http://localhost:8080"
}

About

Managing Cisco NSO services using Terraform

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages