Skip to content

Repository to hold the onos-config models related to Aether

License

Notifications You must be signed in to change notification settings

sureshmarikkannu/aether-models

 
 

Repository files navigation

aether-models

Repository to hold the onos-config models related to Aether

In order to load these models into onos-config:

  • Build the models Docker images:
make docker-build
  • [Optionally] Load the Docker images in your kind cluster:
KIND_CLUSTER_NAME=kind make kind-load
  • Deploy onos-config with these extra values:
modelPlugins:
  - name: aether-2x
    image: onosproject/aether-2.x:2.0.0
    port: 5152
  - name: aether-4x
    image: onosproject/aether-4.x:4.0.18
    port: 5153

About

Repository to hold the onos-config models related to Aether

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 72.6%
  • Makefile 16.1%
  • Shell 7.6%
  • Dockerfile 3.7%