Hey Paulo,

I was indeed able to fix it. The problem with my deployment was that I was 
directly changing the *testing flag of contrib in the onap/values.yaml to 
"true" instead of toggling addTestingComponents flag to true at the start of 
the file. For this reason, when the OOM deployment populated the cmpv2 server 
from the script 
oom/kubernetes/platform/components/oom-cert-service/templates/secret.yaml using:
{{ if .Values.global.addTestingComponents }}
{{ (.Files.Glob "resources/test/cmpServers.json").AsSecrets }}
{{ else }}
{{ (.Files.Glob "resources/default/cmpServers.json").AsSecrets }}
{{ end }}

it selected 
oom/kubernetes/platform/components/oom-cert-service/resources/default/cmpServers.json
 instead of the /test/cmpServers.json

Ultimately, toggling the addTestingComponents flag to true in the 
onap/values.yaml solved this issue. Hope it works for you.


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#23359): https://lists.onap.org/g/onap-discuss/message/23359
Mute This Topic: https://lists.onap.org/mt/83863581/21656
Mute #sdnc:https://lists.onap.org/g/onap-discuss/mutehashtag/sdnc
Mute #honolulu:https://lists.onap.org/g/onap-discuss/mutehashtag/honolulu
Group Owner: [email protected]
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to