aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorJun (Nicolas) Hu <jh245g@att.com>2018-08-08 20:33:32 +0000
committerGerrit Code Review <gerrit@onap.org>2018-08-08 20:33:32 +0000
commitcf21a17719cd8f02b6ecd68abc2bced02d071af9 (patch)
tree5580e70dd12ccb7aea0c767ded112cb339209f65 /templates
parentc4f7e2198f26887fe849f5aa00bdfeaa814db074 (diff)
parentc3d9a46f357d3b083c99ffeeb23abf6fad8b111a (diff)
Merge "Refactor OOM robot changes into demo/testsuite"
Diffstat (limited to 'templates')
-rw-r--r--templates/configmap.yaml8
-rw-r--r--templates/deployment.yaml12
2 files changed, 0 insertions, 20 deletions
diff --git a/templates/configmap.yaml b/templates/configmap.yaml
index ab4a10b..e4096b0 100644
--- a/templates/configmap.yaml
+++ b/templates/configmap.yaml
@@ -23,14 +23,6 @@ data:
apiVersion: v1
kind: ConfigMap
metadata:
- name: {{ include "common.fullname" . }}-resources-configmap
- namespace: {{ include "common.namespace" . }}
-data:
-{{ tpl (.Files.Glob "resources/config/robot/resources/*").AsConfig . | indent 2 }}
----
-apiVersion: v1
-kind: ConfigMap
-metadata:
name: {{ include "common.fullname" . }}-lighttpd-authorization-configmap
namespace: {{ include "common.namespace" . }}
data:
diff --git a/templates/deployment.yaml b/templates/deployment.yaml
index e5cc1d3..1297760 100644
--- a/templates/deployment.yaml
+++ b/templates/deployment.yaml
@@ -69,15 +69,6 @@ spec:
readOnly: true
- name: robot-eteshare
mountPath: /share/config
- - name: robot-resources
- mountPath: /var/opt/OpenECOMP_ETE/robot/resources/policy_interface.robot
- subPath: policy_interface.robot
- - 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
@@ -110,9 +101,6 @@ spec:
configMap:
name: {{ include "common.fullname" . }}-eteshare-configmap
defaultMode: 0755
- - name: robot-resources
- configMap:
- name: {{ include "common.fullname" . }}-resources-configmap
- name: robot-lighttpd-authorization
configMap:
name: {{ include "common.fullname" . }}-lighttpd-authorization-configmap