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 19:29:00 +0000 |
commit | df9cfd75a1897bd9d890de238d98db72b55d2669 (patch) | |
tree | ae7b54b7df0615b7eca800fb0e4532f28b4a8e42 /kubernetes/appc/templates/statefulset.yaml | |
parent | c33faf88ebf61c58538569c05ba30bd348f3688b (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/statefulset.yaml')
-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 |