indigo-dc/orchestrator

OCCI only seems to be partially supported

alahiff opened this issue · 2 comments

Some parts of the code seem to support OCCI, but other parts do not. For example in getIaasAuthHeader in src/main/java/it/reply/orchestrator/service/deployment/providers/factory/ImClientFactory.java OCCI is missing, which leads to errors like:

java.lang.IllegalArgumentException: Unsupported provider type
at it.reply.orchestrator.service.deployment.providers.factory.ImClientFactory.getIaasAuthHeader(ImClientFactory.java:239)

At the ESOC-Hub tech talk last week Enol mentioned that OCCI is being deprecated, as Marica had told me a few weeks ago. It may be good to completely remove OCCI in order to avoid any confusion.

OCCI is no longer supported.