Skip to content

Commit

Permalink
aether-roc-umbrella: Release 0.0.29 (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanCondon authored Mar 2, 2021
1 parent 8598fe0 commit 42b88c4
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 77 deletions.
10 changes: 5 additions & 5 deletions aether-roc-umbrella/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: aether-roc-umbrella
description: Aether ROC Umbrella chart to deploy all Aether ROC
kubeVersion: ">=1.17.0"
type: application
version: 0.0.28
version: 0.0.29
appVersion: v0.0.0
keywords:
- aether
Expand All @@ -29,10 +29,10 @@ dependencies:
condition: import.onos-gui.enabled
repository: https://charts.onosproject.org
version: 1.0.2
- name: onos-sdran-cli
condition: import.onos-sdran-cli.enabled
repository: "@sdran"
version: 1.0.0
- name: onos-cli
condition: import.onos-cli.enabled
repository: https://charts.onosproject.org
version: 1.0.3
- name: aether-roc-api
condition: import.aether-roc-api.enabled
repository: "@sdran"
Expand Down
Empty file.
4 changes: 2 additions & 2 deletions aether-roc-umbrella/files/configs/set.group-menlo-admins.gnmi
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
prefix: <
target: 'internal'
target: 'rbac'
elem: <
name: 'rbac'
>
elem: <
name: 'group'
key:<
key:'groupid'
value:'menlo-admins'
value:'thirdGroup'
>
>
>
Expand Down
4 changes: 2 additions & 2 deletions aether-roc-umbrella/files/configs/set.group-menlo-guest.gnmi
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
prefix: <
target: 'internal'
target: 'rbac'
elem: <
name: 'rbac'
>
elem: <
name: 'group'
key:<
key:'groupid'
value:'menlo-guest'
value:'secondGroup'
>
>
>
Expand Down
4 changes: 2 additions & 2 deletions aether-roc-umbrella/files/configs/set.group-menlo-ops.gnmi
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
prefix: <
target: 'internal'
target: 'rbac'
elem: <
name: 'rbac'
>
elem: <
name: 'group'
key:<
key:'groupid'
value:'menlo-ops'
value:'testGroup'
>
>
>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
prefix: <
target: 'internal'
target: 'rbac'
elem: <
name: 'rbac'
>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
prefix: <
target: 'internal'
target: 'rbac'
elem: <
name: 'rbac'
>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
prefix: <
target: 'internal'
target: 'rbac'
elem: <
name: 'rbac'
>
Expand Down
55 changes: 0 additions & 55 deletions aether-roc-umbrella/templates/post-install-config-job.yaml

This file was deleted.

11 changes: 5 additions & 6 deletions aether-roc-umbrella/templates/post-install-topo-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,15 @@ spec:
restartPolicy: Never
containers:
{{- if index .Values "import" "onos-topo" "enabled" }}
{{- if index .Values "onos-sdran-cli" "postInstall" "topo"}}
{{- if index .Values "onos-cli" "postInstall" "topo"}}
- name: post-install-topo-new-job
image: {{ index .Values "onos-sdran-cli" "image" "repository" }}:{{ index .Values "onos-sdran-cli" "image" "tag" }}
imagePullPolicy: {{ index .Values "onos-sdran-cli" "image" "pullPolicy" }}
command: ["/usr/local/bin/sdran"]
image: {{ index .Values "onos-cli" "image" "repository" }}:{{ index .Values "onos-cli" "image" "tag" }}
imagePullPolicy: {{ index .Values "onos-cli" "image" "pullPolicy" }}
command: ["/usr/local/bin/onos"]
args:
- "topo"
- "load"
- "yamlentities"
- {{ index .Values "onos-sdran-cli" "postInstall" "topo" }}
- {{ index .Values "onos-cli" "postInstall" "topo" }}
volumeMounts:
- name: config
mountPath: /home/onos
Expand Down
4 changes: 2 additions & 2 deletions aether-roc-umbrella/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import:
enabled: true
onos-gui:
enabled: true
onos-sdran-cli:
onos-cli:
enabled: true
aether-roc-api:
enabled: true
Expand Down Expand Up @@ -73,7 +73,7 @@ onos-config:
onos-gui: {}

# ONOS-CLI
onos-sdran-cli:
onos-cli:
postInstall:
placeholder: true
topo: spgw-1-topo-entities.yaml
Expand Down

0 comments on commit 42b88c4

Please sign in to comment.