diff options
author | Aaron Hay <aaron.hay@att.com> | 2019-01-16 14:20:38 -0500 |
---|---|---|
committer | Aaron Hay <aaron.hay@att.com> | 2019-01-16 14:21:53 -0500 |
commit | 54c7c0f6152065f46b2883a4a3ed67f8384fb799 (patch) | |
tree | 12bb3fa762f20c315607e46cdd84b0687a201742 /kubernetes/appc/templates | |
parent | 462d2b227fbfad5fcb093eccb2bdd3efb7e60254 (diff) |
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 <aaron.hay@att.com>
Diffstat (limited to 'kubernetes/appc/templates')
-rw-r--r-- | kubernetes/appc/templates/statefulset.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
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 |