Skip to content

Commit

Permalink
Removed the sd-ran charts (#118)
Browse files Browse the repository at this point in the history
made this "onos-umbrella" chart standalone
  • Loading branch information
SeanCondon authored Jun 19, 2020
1 parent fc3550f commit 4d24455
Show file tree
Hide file tree
Showing 112 changed files with 216 additions and 89,066 deletions.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ bumponosdeps: # @HELP update "onosproject" go dependencies and push patch to git
./../build-tools/bump-onos-deps ${VERSION}

clean: # @HELP clean up temporary files.
rm -rf sd-ran/charts sd-ran/Chart.lock
rm -rf onos-umbrella/charts onos-umbrella/Chart.lock

deps: # @HELP build dependencies for local charts.
helm dep build onos-umbrella

help:
@grep -E '^.*: *# *@HELP' $(MAKEFILE_LIST) \
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/gojp/goreportcard/blob/master/LICENSE)

This repository contains helm charts for the different µONOS services and
overarching helm charts for a set of microservices yielding a full control
overarching (umbrella) 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 `sd-ran` folder.
The overarching helm chart to deploy `micro-onos` is in the `onos-umbrella` folder.

The `micro-onos` documentation 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
Expand Down
4 changes: 2 additions & 2 deletions onos-cli/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: onos-cli
description: ONOS Command Line Interface
kubeVersion: ">=1.17.0"
type: application
version: 0.0.3
appVersion: v0.6.5
version: 0.0.4
appVersion: v0.6.7
keywords:
- onos
- sdn
Expand Down
4 changes: 1 addition & 3 deletions onos-cli/files/configs/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# Config files

Copied here from ran-simulator/pkg/config

Available in /home/onos at runtime. Needed
to populate onos-topo and onos-config through
a post-install action on startup of sd-ran.
a post-install action on startup of µONOS.

> TODO: automate the process of copying these
Loading

0 comments on commit 4d24455

Please sign in to comment.