From 50c23cc7adb0c5aef4415b7bd38fecec29f4fb2a Mon Sep 17 00:00:00 2001 From: Instrumental Date: Wed, 31 Oct 2018 02:40:03 -0500 Subject: Move to 2.1.17 Also, fix inconsistent startup of AAF Cass Issue-ID: AAF-598 Change-Id: I9300812ec8d2869e92621473ebd5933c9345f283 Signed-off-by: Instrumental --- auth/helm/aaf/Chart.yaml | 2 +- auth/helm/aaf/templates/aaf-cass.yaml | 4 ++-- auth/helm/aaf/values.yaml | 5 +++-- 3 files changed, 6 insertions(+), 5 deletions(-) (limited to 'auth/helm') diff --git a/auth/helm/aaf/Chart.yaml b/auth/helm/aaf/Chart.yaml index 323a6e14..7f43534c 100644 --- a/auth/helm/aaf/Chart.yaml +++ b/auth/helm/aaf/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v1 appVersion: "1.0" description: AAF Helm Chart name: aaf -version: 2.1.4-SNAPSHOT +version: 2.1.7-SNAPSHOT diff --git a/auth/helm/aaf/templates/aaf-cass.yaml b/auth/helm/aaf/templates/aaf-cass.yaml index 7002bc09..e8d91e2c 100644 --- a/auth/helm/aaf/templates/aaf-cass.yaml +++ b/auth/helm/aaf/templates/aaf-cass.yaml @@ -38,7 +38,7 @@ spec: volumes: - name: {{ .Chart.Name }}-cass-vol persistentVolumeClaim: - claimName: {{ .Chart.Name }}-cass-pvc + claimName: {{ .Chart.Name }}-cass-pvc containers: ### ### AAF-CASS @@ -49,7 +49,7 @@ spec: # installing with cmd "onap" will not only initialize the DB, but add ONAP bootstrap data as well command: ["/bin/bash","/opt/app/aaf/cass_init/cmd.sh","onap"] volumeMounts: - - mountPath: "/data" + - mountPath: "/var/lib/cassandra" name: {{ .Chart.Name }}-cass-vol ports: - name: storage diff --git a/auth/helm/aaf/values.yaml b/auth/helm/aaf/values.yaml index 839d939a..83e0ae68 100644 --- a/auth/helm/aaf/values.yaml +++ b/auth/helm/aaf/values.yaml @@ -22,7 +22,8 @@ cadi: aaf_locate_as: "aaf-locate" persistence: - mountPath: "/mnt/data/aaf" + # Note: Minikube will persist to /data on your host machine + mountPath: "/data/aaf" config: volumeReclaimPolicy: Retain accessMode: ReadWriteOnce @@ -48,7 +49,7 @@ image: # When using Docker Repo, add, and include trailing "/" # repository: nexus3.onap.org:10003/ # repository: localhost:5000/ - version: 2.1.6-SNAPSHOT + version: 2.1.7-SNAPSHOT resources: {} # We usually recommend not to specify default resources and to leave this as a conscious -- cgit 1.2.3-korg