Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the helm chart for ONOS-TOST #128

Merged
merged 3 commits into from Jul 7, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
16 changes: 16 additions & 0 deletions onos-tost/Chart.yaml
@@ -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: support@opennetworking.org
5 changes: 5 additions & 0 deletions onos-tost/requirements.yaml
@@ -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
@@ -0,0 +1,28 @@
onos-classic:
hwchiu marked this conversation as resolved.
Show resolved Hide resolved
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