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

ONOS chart #1

Merged
merged 6 commits into from
Dec 14, 2019
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea/
3 changes: 3 additions & 0 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
We expect all ONF employees, member companies, and participants to abide by our [Code of Conduct](https://www.opennetworking.org/wp-content/themes/onf/img/onf-code-of-conduct.pdf).

If you are being harassed, notice that someone else is being harassed, or have any other concerns involving someone’s welfare, please notify a member of the ONF team or email [conduct@opennetworking.org](conduct@opennetworking.org).
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# ONOS Helm charts

This repository contains helm charts for the different µONOS services and overarching helm charts for a set of microservices yielding a full control plane deployment.
Each folder contains the helm chart of that specific project. e.g. `onos-config` folder contains the `onos-config` helm chart.

The overarching helm chart to deploy `micro-onos` is in the `onos` folder.

The `micro-onos` project provides [step by step documentation](https://docs.onosproject.org/developers/deploy_with_helm/) on how to deploy a whole `micro-onos` with Helm.
You can also deploy each sevice separately by following the the `How to deploy with Helm` documentation contained
in each service. For example [this](https://docs.onosproject.org/onos-config/docs/deployment/) is the `onos-config` one.


22 changes: 22 additions & 0 deletions onos/.helmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
15 changes: 15 additions & 0 deletions onos/Chart.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
dependencies:
- name: onos-config
repository: file://../onos-config
version: 0.0.1
- name: onos-cli
repository: file://../onos-cli
version: 0.0.1
- name: onos-topo
repository: file://../onos-topo
version: 0.0.1
- name: onos-gui
repository: file://../onos-gui
version: 0.0.1
digest: sha256:08e730485c568917d1194c0aa999da46726c3f227f4681b09db59fda257f424f
generated: "2019-12-12T16:05:17.467084-08:00"
29 changes: 29 additions & 0 deletions onos/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
apiVersion: v2
name: onos
description: A Helm chart to install the complete set of onos services.
version: 0.1.0
appVersion: 0.1.0
keywords:
- onos
- sdn
home: https://onosproject.org
maintainers:
- name: Andrea Campanella
email: andrea@opennetworking.org
- name: tomikazi
email: tom@opennetworking.org
- name: kuujo
email: jordan@opennetworking.org
dependencies:
- name: onos-cli
version: 0.0.1
repository: file://../onos-cli
- name: onos-topo
version: 0.0.1
repository: file://../onos-topo
- name: onos-config
version: 0.0.1
repository: file://../onos-config
- name: onos-gui
version: 0.0.1
repository: file://../onos-gui
Binary file added onos/charts/onos-cli-0.0.1.tgz
Binary file not shown.
Binary file added onos/charts/onos-config-0.0.1.tgz
Binary file not shown.
Binary file added onos/charts/onos-gui-0.0.1.tgz
Binary file not shown.
Binary file added onos/charts/onos-topo-0.0.1.tgz
Binary file not shown.
7 changes: 7 additions & 0 deletions onos/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# values.yaml allows you to override the values.yaml of the services deployed through this chart.
# If no values are provided here all the default ones present in the .tgz of the chart are used.

# Example on how to override the value of the ingress in onos-config values.yaml
#onos-config:
# ingress:
# enabled: false