From 54c7c0f6152065f46b2883a4a3ed67f8384fb799 Mon Sep 17 00:00:00 2001 From: Aaron Hay Date: Wed, 16 Jan 2019 14:20:38 -0500 Subject: Feature install odl-netconf-clustered-topology Install the odl-netconf-clustered-topology feature for clustered environments. Change-Id: Ic369fcbb962c9494dd6e165e38829cc55915689c Issue-ID: APPC-1242 Signed-off-by: Aaron Hay --- kubernetes/appc/templates/statefulset.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'kubernetes/appc/templates') diff --git a/kubernetes/appc/templates/statefulset.yaml b/kubernetes/appc/templates/statefulset.yaml index 6b0373fbc8..6677516990 100644 --- a/kubernetes/appc/templates/statefulset.yaml +++ b/kubernetes/appc/templates/statefulset.yaml @@ -116,6 +116,9 @@ spec: - mountPath: /opt/onap/appc/bin/installAppcDb.sh name: onap-appc-bin subPath: installAppcDb.sh + - mountPath: /opt/onap/appc/bin/installFeatures.sh + name: onap-appc-bin + subPath: installFeatures.sh - mountPath: /opt/onap/appc/bin/health_check.sh name: onap-appc-bin subPath: health_check.sh -- cgit 1.2.3-korg