Skip to content

Commit

Permalink
Add the helm chart for ONOS-TOST (#128)
Browse files Browse the repository at this point in the history
* Add the helm chart for ONOS-TOST
* Bump ONOS version and add the example of replicas
* Bump chart version
  • Loading branch information
hwchiu authored Jul 7, 2020
1 parent ed33bab commit a3895d5
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 0 deletions.
16 changes: 16 additions & 0 deletions onos-tost/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
apiVersion: v1
name: onos-tost
version: 0.1.2
kubeVersion: ">=1.10.0"
appVersion: 2.2.3
description: ONOS TOST
keywords:
- onos
- sdn
- networking
home: http://onosproject.org
icon: https://guide.opencord.org/logos/onos.svg
maintainers:
- name: ONOS Support
email: [email protected]
5 changes: 5 additions & 0 deletions onos-tost/requirements.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
dependencies:
- name: onos-classic
version: 0.1.1
repository: https://charts.onosproject.org
28 changes: 28 additions & 0 deletions onos-tost/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
onos-classic:
image:
repository: "onosproject/tost-onos"
tag: "1.0.0-b1"
replicas: 3
apps:
- org.onosproject.drivers
- org.onosproject.lldpprovider
- org.onosproject.route-service
- org.onosproject.hostprovider
- org.onosproject.protocols.grpc
- org.onosproject.protocols.gnmi
- org.onosproject.generaldeviceprovider
- org.onosproject.protocols.p4runtime
- org.onosproject.p4runtime
- org.onosproject.drivers.p4runtime
- org.onosproject.pipelines.basic
- org.onosproject.pipelines.fabric
- org.onosproject.mcast
- org.onosproject.portloadbalancer
- org.onosproject.segmentrouting
- org.onosproject.t3
- org.onosproject.gui2
- org.opencord.fabric-tofino
atomix:
replicas: 3
persistence:
storageClass: fast-disks

0 comments on commit a3895d5

Please sign in to comment.