diff options
author | Mike Elliott <mike.elliott@amdocs.com> | 2018-05-07 23:39:24 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-05-07 23:39:24 +0000 |
commit | b00496655faf8abefa2a063e7a2a303131e844b5 (patch) | |
tree | 1e2c6b68de0ec9515e909180cf6c72203bc74483 /templates/deployment.yaml | |
parent | bad2085c21b762db36c305d4e799b607a668ffd0 (diff) | |
parent | 6b24b1c0091702725a7205abd1d2b5dde26ceca9 (diff) |
Merge "OOF Integration Changes"
Diffstat (limited to 'templates/deployment.yaml')
-rw-r--r-- | templates/deployment.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/deployment.yaml b/templates/deployment.yaml index 6379aa1..0b65809 100644 --- a/templates/deployment.yaml +++ b/templates/deployment.yaml @@ -75,6 +75,9 @@ spec: - name: robot-resources mountPath: /var/opt/OpenECOMP_ETE/robot/resources/sdngc_interface.robot subPath: sdngc_interface.robot + - name: robot-resources + mountPath: /var/opt/OpenECOMP_ETE/robot/resources/oof_interface.robot + subPath: oof_interface.robot - name: robot-lighttpd-authorization mountPath: /etc/lighttpd/authorization subPath: authorization |