{"id":44556143,"url":"https://github.com/app-net-interface/awi-grpc-catalyst-sdwan","last_synced_at":"2026-02-13T21:43:11.395Z","repository":{"id":232649877,"uuid":"758182457","full_name":"app-net-interface/awi-grpc-catalyst-sdwan","owner":"app-net-interface","description":"Cisco Catalyst SDWAN controller plugin for AWI. ","archived":false,"fork":false,"pushed_at":"2024-05-23T08:25:22.000Z","size":119,"stargazers_count":2,"open_issues_count":3,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-05-23T09:35:02.448Z","etag":null,"topics":["catalyst-8k","catalyst-network","catalyst-sdwan","netdevops"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/app-net-interface.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"code-of-conduct.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-15T19:34:12.000Z","updated_at":"2024-04-24T03:33:52.000Z","dependencies_parsed_at":"2024-04-10T21:05:35.167Z","dependency_job_id":"2e4b3934-6d7f-4d41-878a-ab4a5c6981d8","html_url":"https://github.com/app-net-interface/awi-grpc-catalyst-sdwan","commit_stats":null,"previous_names":["app-net-interface/awi-grpc-catalyst-sdwan"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/app-net-interface/awi-grpc-catalyst-sdwan","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-net-interface%2Fawi-grpc-catalyst-sdwan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-net-interface%2Fawi-grpc-catalyst-sdwan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-net-interface%2Fawi-grpc-catalyst-sdwan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-net-interface%2Fawi-grpc-catalyst-sdwan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/app-net-interface","download_url":"https://codeload.github.com/app-net-interface/awi-grpc-catalyst-sdwan/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-net-interface%2Fawi-grpc-catalyst-sdwan/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29419007,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T06:24:03.484Z","status":"ssl_error","status_checked_at":"2026-02-13T06:23:12.830Z","response_time":78,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["catalyst-8k","catalyst-network","catalyst-sdwan","netdevops"],"created_at":"2026-02-13T21:43:10.287Z","updated_at":"2026-02-13T21:43:11.387Z","avatar_url":"https://github.com/app-net-interface.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# awi-grpc-catalyst-sdwan\n\nThis is the AWI GRPC plugin for Cisco catalyst SDWAN. This plugin can run independently on your laptop or run within your Kubernetes cluster as part of AWI Operator.\n\n## Running\n\nCheck out the code and from your CLI pass Catalyst SDWAN auth parameters in command line, or as environment variables.\n\nVMANAGE_USERNAME=\u003cyour_username\u003e VMANAGE_PASSWORD=\u003cyour_password\u003e make run\n\nUse config.yaml in the root directory for configuration .\n\n### Configuration\n\nBelow is the sample configuration in YAML:\n\n```yaml\ncontrollers:\n  sdwan:\n    controller_connection_retries: 200 # How many times to try before giving up\n    name: cisco-sdwan.                 # Controller name\n    retries_interval: 5s               # Retry frequency\n    secure_connection: false           # Set it to false for self signed certificates.\n    url: https://\u003c\u003ccatalyst-sdwan-controller-host-name\u003e\u003e:\u003cport\u003e/ # SDWAN controller URL\n    vendor: cisco\nglobals:\n  #hostname: 127.0.0.1                 # if empty listen on all available IP addresses\n  port: 50051                          # GRPC port number\n  controller_connection_retries: 100\n  db_name: awi.db                      # Local database port for storing state.\n  #log_file: awi.log                   # Log file name\n  log_level: DEBUG                     # Log level\n  retries_interval: 2s\n  secure_connection: false\n  #kube_config_file: kubeconfig\n```\n\n## Docker instructions\n\n### Building and pushing image\n\nTo build your image:\n\n```sh\nmake docker-build IMG=\u003cyour-repo\u003e/\u003cname\u003e\n```\n\nTo push it to your repository:\n\n```sh\nmake docker-push IMG=\u003cyour-repo\u003e/\u003cname\u003e\n```\n\n\u003e ℹ️ Info: You can also do both steps at once with\n\u003e `make docker-build docker-push IMG=\u003cyour-repo\u003e/\u003cname\u003e`\n\n### Running docker image\n\nThe awi-grpc-catalyst-sdwan accepts following files:\n\n* /root/config/config.yaml - the configuration file\n* /root/.aws/credentials - the credentials for AWS\n* /app/gcp-key/gcp-key.json - the credentials for GCP\n* /root/.kube/config - configuration and credentials for k8s cluster\n\nIn order tp configure and gain access for different providers for awi-grpc-catalyst-sdwan\none need to mount these files while starting container.\n\nTo configure VMANAGE Credentials, specify the following environment variables for the container:\n\n* VMANAGE_USERNAME\n* VMANAGE_PASSWORD\n\n## Contributing\n\nThank you for interest in contributing! Please refer to our\n[contributing guide](CONTRIBUTING.md).\n\n## License\n\nawi-grpc-catalyst-sdwan is released under the Apache 2.0 license. See\n[LICENSE](./LICENSE).\n\nawi-grpc-catalyst-sdwan is also made possible thanks to\n[third party open source projects](NOTICE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapp-net-interface%2Fawi-grpc-catalyst-sdwan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapp-net-interface%2Fawi-grpc-catalyst-sdwan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapp-net-interface%2Fawi-grpc-catalyst-sdwan/lists"}