diff options
author | Jack Lucas <jflucas@research.att.com> | 2020-03-03 11:37:39 -0500 |
---|---|---|
committer | Jack Lucas <jflucas@research.att.com> | 2020-03-03 11:37:39 -0500 |
commit | cf5ff7813441f6b42bc8d34600613a6a288f3054 (patch) | |
tree | 7572031b58ec90db30967f0b93221e1fba8aea5a /cm-container/scripts | |
parent | 5d6e4cc6647ff7458d9ab9407048136a2cedcc2f (diff) |
Update type files for R6
Configures resolver to R6 path to type files
Picks up k8splugin change to provide CA certs in JKS format
Issue-ID: DCAEGEN2-1938
Signed-off-by: Jack Lucas <jflucas@research.att.com>
Change-Id: I7519d8be52254ef0ac41eb02d6a66f4a80d79501
Diffstat (limited to 'cm-container/scripts')
-rwxr-xr-x | cm-container/scripts/get-type-files.sh | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/cm-container/scripts/get-type-files.sh b/cm-container/scripts/get-type-files.sh index 067f45c..3b25bbb 100755 --- a/cm-container/scripts/get-type-files.sh +++ b/cm-container/scripts/get-type-files.sh @@ -2,7 +2,7 @@ # ============LICENSE_START======================================================= # org.onap.dcae # ================================================================================ -# Copyright (c) 2018-2019 AT&T Intellectual Property. All rights reserved. +# Copyright (c) 2018-2020 AT&T Intellectual Property. All rights reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -28,11 +28,11 @@ EXTRA_RULES=/opt/manager/extra-resolver-rules DCAETYPEFILES=\ "\ -/dcaepolicyplugin/2.3.0/dcaepolicyplugin_types.yaml \ -/relationshipplugin/1.0.0/relationshipplugin_types.yaml \ -/k8splugin/1.4.13/k8splugin_types.yaml \ -/k8splugin/1.6.0/k8splugin_types.yaml \ -clamppolicyplugin/1.0.0/clamppolicyplugin_types.yaml \ +/dcaepolicyplugin/2.4.0/dcaepolicyplugin_types.yaml \ +/relationshipplugin/1.1.0/relationshipplugin_types.yaml \ +/k8splugin/1.7.2/k8splugin_types.yaml \ +/k8splugin/2.0.0/k8splugin_types.yaml \ +clamppolicyplugin/1.1.0/clamppolicyplugin_types.yaml \ " @@ -40,7 +40,7 @@ CCSDKTYPEFILES=\ "\ /type_files/pgaas/1.1.0/pgaas_types.yaml \ /type_files/sshkeyshare/sshkey_types.yaml \ -/type_files/helm/4.0.0/helm-type.yaml \ +/type_files/helm/4.0.2/helm-type.yaml \ /type_files/dmaap/dmaap.yaml \ " |