DCAE-Acumos integration
Goal: TO be able to pull acumos published model from DCAE MOD design GUI , store them in DACE nexus repo as docker image and then deploy those models as docker container(microservices) Refer this doc https://wiki.onap.org/display/DW/Acumos+Adapter+Installation Note: We have used strategy to accept all untrusted CA certificate in dcae-acumos-adapter side. 1. In which ever machine, you have downloaded/pulled acumos-dcae adapter helm charts create an overrides.yaml in <acumos-dcae-loca>/platform/adapter/acumos-deployment/ overrides.yaml add new attribute "certverify: False" as show below also add the acumos private-key,acumos certificate and acumos ca certificate. Example snippet of override.yaml certverify: False dockerUser: <docker_user> dockerPass: <docker_pass> dockerTargetRegistry: <dockerregop:port> acumosCert: | -----BEGIN PRIVATE KEY----- MIIJQwIBADANBgkqhkiG9w0BAQEFAASCCS0wggkpAgEAAoICAQCw1YbQ6TdQhV+U ...