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

Overarching chart requirements #70

Merged
merged 3 commits into from
Apr 22, 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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ install:

script:
- ls -a
- docker run -it --rm --name ct --volume $(pwd):/charts quay.io/helmpack/chart-testing:v3.0.0-beta.1 sh -c "ct lint --charts charts/onos-config,charts/onos,charts/onos-topo,charts/onos-cli,charts/onos-gui,charts/device-simulator --debug --validate-maintainers=false"
- docker run -it --rm --name ct --volume $(pwd):/charts quay.io/helmpack/chart-testing:v3.0.0-beta.1 sh -c "ct lint --charts charts/onos-config,charts/onos-topo,charts/onos-cli,charts/onos-gui,charts/device-simulator --debug --validate-maintainers=false"
22 changes: 0 additions & 22 deletions onos/.helmignore

This file was deleted.

15 changes: 0 additions & 15 deletions onos/Chart.lock

This file was deleted.

29 changes: 0 additions & 29 deletions onos/Chart.yaml

This file was deleted.

Binary file removed onos/charts/onos-cli-0.0.1.tgz
Binary file not shown.
Binary file removed onos/charts/onos-config-0.0.1.tgz
Binary file not shown.
Binary file removed onos/charts/onos-gui-0.0.1.tgz
Binary file not shown.
Binary file removed onos/charts/onos-topo-0.0.1.tgz
Binary file not shown.
7 changes: 0 additions & 7 deletions onos/values.yaml

This file was deleted.

16 changes: 8 additions & 8 deletions sd-ran/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,33 +17,33 @@ dependencies:
version: 0.3.1
- name: onos-ric
condition: import.onos-ric.enabled
repository: file://../onos-ric
repository: https://charts.onosproject.org
version: 0.0.1
- name: onos-ric-ho
condition: import.onos-ric-ho.enabled
repository: file://../onos-ric-ho
repository: https://charts.onosproject.org
version: 0.0.1
- name: onos-ric-mlb
condition: import.onos-ric-mlb.enabled
repository: file://../onos-ric-mlb
repository: https://charts.onosproject.org
version: 0.0.1
- name: onos-topo
condition: import.onos-topo.enabled
repository: file://../onos-topo
repository: https://charts.onosproject.org
version: 0.0.1
- name: onos-config
condition: import.onos-config.enabled
repository: file://../onos-config
repository: https://charts.onosproject.org
version: 0.0.1
- name: onos-gui
condition: import.onos-gui.enabled
repository: file://../onos-gui
repository: https://charts.onosproject.org
version: 0.0.1
- name: ran-simulator
condition: import.ran-simulator.enabled
repository: file://../ran-simulator
repository: https://charts.onosproject.org
version: 0.0.1
- name: onos-cli
condition: import.onos-cli.enabled
repository: file://../onos-cli
repository: https://charts.onosproject.org
version: 0.0.1