From c0be7823b49fc5b10801ea86a8da00e90b22cb57 Mon Sep 17 00:00:00 2001 From: Kiran Kamineni Date: Mon, 13 Aug 2018 15:37:40 -0700 Subject: Add sshsm hardware security support charts Add charts that support hardware security in AAF This includes two sub charts, abrmd and distcenter By default tpm requirement is disabled via the global.tpm flag. Issue-ID: AAF-409 Change-Id: Ia3f5948891638bc281ad4585818274fc71564bdd Signed-off-by: Kiran Kamineni --- kubernetes/aaf/charts/aaf-sshsm/requirements.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 kubernetes/aaf/charts/aaf-sshsm/requirements.yaml (limited to 'kubernetes/aaf/charts/aaf-sshsm/requirements.yaml') diff --git a/kubernetes/aaf/charts/aaf-sshsm/requirements.yaml b/kubernetes/aaf/charts/aaf-sshsm/requirements.yaml new file mode 100644 index 0000000000..3192c43776 --- /dev/null +++ b/kubernetes/aaf/charts/aaf-sshsm/requirements.yaml @@ -0,0 +1,18 @@ +# Copyright 2018 Intel Corporation, Inc +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +dependencies: + - name: common + version: ~3.0.0 + repository: '@local' -- cgit 1.2.3-korg