Skip to content

Commit

Permalink
onos-cli: move mounted dir to /home/onos/config (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanCondon authored Jun 24, 2020
1 parent f2ecd29 commit 29044e7
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 44 deletions.
8 changes: 2 additions & 6 deletions device-simulator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,5 @@ keywords:
- sdn
home: https://onosproject.org
maintainers:
- name: kuujo
email: [email protected]
- name: Andrea Campanella
email: [email protected]
- name: Sean Condon
email: [email protected]
- name: ONOS Support
email: [email protected]
4 changes: 2 additions & 2 deletions onos-classic/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ keywords:
home: http://onosproject.org
icon: https://guide.opencord.org/logos/onos.svg
maintainers:
- name: Jordan Halterman
email: jordan@opennetworking.org
- name: ONOS Support
email: support@opennetworking.org
8 changes: 3 additions & 5 deletions onos-cli/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@ name: onos-cli
description: ONOS Command Line Interface
kubeVersion: ">=1.17.0"
type: application
version: 0.0.4
version: 0.0.5
appVersion: v0.6.7
keywords:
- onos
- sdn
home: https://onosproject.org
maintainers:
- name: Andrea Campanella
email: [email protected]
- name: kuujo
email: [email protected]
- name: ONOS Support
email: [email protected]
2 changes: 1 addition & 1 deletion onos-cli/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
stdin : true
volumeMounts:
- name: config
mountPath: /home/onos
mountPath: /home/onos/config
resources:
{{- toYaml .Values.resources | nindent 12 }}
livenessProbe:
Expand Down
8 changes: 2 additions & 6 deletions onos-config/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,5 @@ keywords:
- sdn
home: https://onosproject.org
maintainers:
- name: tomikazi
email: [email protected]
- name: kuujo
email: [email protected]
- name: Andrea Campanella
email: [email protected]
- name: ONOS Support
email: [email protected]
6 changes: 2 additions & 4 deletions onos-gui/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,5 @@ keywords:
- sdn
home: https://onosproject.org
maintainers:
- name: Sean Condon
email: [email protected]
- name: Andrea Campanella
email: [email protected]
- name: ONOS Support
email: [email protected]
6 changes: 2 additions & 4 deletions onos-topo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,5 @@ keywords:
- sdn
home: https://onosproject.org
maintainers:
- name: Andrea Campanella
email: [email protected]
- name: kuujo
email: [email protected]
- name: ONOS Support
email: [email protected]
6 changes: 2 additions & 4 deletions onos-umbrella/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ keywords:
- sdn
home: https://onosproject.org
maintainers:
- name: Woojoong Kim
email: [email protected]
- name: Jordan Halterman
email: [email protected]
- name: ONOS Support
email: [email protected]
dependencies:
- name: atomix-controller
condition: import.atomix-controller.enabled
Expand Down
8 changes: 2 additions & 6 deletions onos-ztp/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,5 @@ keywords:
- sdn
home: https://onosproject.org
maintainers:
- name: Andrea Campanella
email: [email protected]
- name: kuujo
email: [email protected]
- name: Adib
email: [email protected]
- name: ONOS Support
email: [email protected]
4 changes: 2 additions & 2 deletions stratum-simulator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ keywords:
- sdn
home: https://onosproject.org
maintainers:
- name: Adib Rastegarnia
email: adib@opennetworking.org
- name: ONOS Support
email: support@opennetworking.org
6 changes: 2 additions & 4 deletions tlaplus-monitor/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,5 @@ keywords:
- verification
home: https://onosproject.org
maintainers:
- name: kuujo
email: [email protected]
- name: Adib Rastegarnia
email: [email protected]
- name: ONOS Support
email: [email protected]

0 comments on commit 29044e7

Please sign in to comment.