From af3208c743d2c2940a3a5c5721e1a1e04ef50f6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Douglas=20Mendiz=C3=A1bal?= Date: Tue, 30 Jul 2019 09:58:03 -0500 Subject: [PATCH] Ensure libnsl dependency is available libnsl is a dependency of the nfast client software, so it must also be mounted on the container for the nfast tools to work. Change-Id: Ic2fb37d6ff872840ec4fc506c6949327d2d9705c --- deployment/barbican/barbican-api-container-puppet.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deployment/barbican/barbican-api-container-puppet.yaml b/deployment/barbican/barbican-api-container-puppet.yaml index f8bb645588..2d9982905d 100644 --- a/deployment/barbican/barbican-api-container-puppet.yaml +++ b/deployment/barbican/barbican-api-container-puppet.yaml @@ -460,6 +460,7 @@ outputs: if: - thales_hsm_enabled - + - /lib64/libnsl.so.1:/lib64/libnsl.so.1 - /opt/nfast:/opt/nfast - null - @@ -668,6 +669,7 @@ outputs: if: - thales_hsm_enabled - + - /lib64/libnsl.so.1:/lib64/libnsl.so.1 - /opt/nfast:/opt/nfast - null - @@ -714,6 +716,7 @@ outputs: if: - thales_hsm_enabled - + - /lib64/libnsl.so.1:/lib64/libnsl.so.1 - /opt/nfast:/opt/nfast - null -