diff options
author | Peter Mikus <pmikus@cisco.com> | 2018-11-07 08:24:23 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2018-11-08 07:21:14 +0000 |
commit | 2ef9fa5ba9b3f99ccfa984574ef31e56e325b068 (patch) | |
tree | 09ffa6b38e635f60ccd28a3bc6ebee3b5604645a /resources/templates/kubernetes/pods/contiv-vnf.yaml | |
parent | bb32c95f445c8481b991b0b3d48e1fbfa352f3c7 (diff) |
FIX: Ligato tests
- Freeze stable sfc_controller version
- Remove kafka connection
- Add debug level outputs
- Use mater branch instead of dev
Change-Id: Icde06a741cae6393fe482a493eb214d015f145bf
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'resources/templates/kubernetes/pods/contiv-vnf.yaml')
-rw-r--r-- | resources/templates/kubernetes/pods/contiv-vnf.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/resources/templates/kubernetes/pods/contiv-vnf.yaml b/resources/templates/kubernetes/pods/contiv-vnf.yaml index 5ef89b5716..ee3f447e6a 100644 --- a/resources/templates/kubernetes/pods/contiv-vnf.yaml +++ b/resources/templates/kubernetes/pods/contiv-vnf.yaml @@ -26,6 +26,8 @@ spec: env: - name: MICROSERVICE_LABEL value: $$VNF$$ + - name: INITIAL_LOGLVL + value: debug volumeMounts: - name: vpp-config mountPath: /etc/vpp @@ -42,4 +44,4 @@ spec: name: vnf-agent-cfg - name: memif-sockets hostPath: - path: /tmp
\ No newline at end of file + path: /tmp |