-
Bug
-
Resolution: Done
-
Medium
-
None
-
Casablanca Release
-
None
Currently, when trying to deploy ONAP, the following error is seen:
./onap -f onap/values.yaml --name dev --namespace onapError: release dev failed: Service "dmaap-dr-prov" is invalid: spec.ports[1].nodePort: Invalid value: 30269: provided port is already allocatedubuntu@testmaster:~/sep17/oom/kubernetes$
However, the port 69 has been assigned to dmaap, and it would seem that contrib chart is exposing the same port
Workaround is to disable the contrib as 'false' in onap/values.yml.