Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Supporting several connectors for the same OCCI extension simultaneously #177

Open
philippemerle opened this issue Oct 12, 2016 · 0 comments
Assignees

Comments

@philippemerle
Copy link
Member

Context:
One OCCI extension can be implemented by several connectors. For instance, the OCCI Infrastructure Extension is implemented by two connectors: one for PCA, another for VMware.

Problem:
One running Cloud Designer instance can not support several connectors for the same OCCI extension simultaneously.

Cause:
Each OCCI extension is mapped to one EMF package.
Each connector registers a factory for a given EMF package (i.e., OCCI extension).
In EMF, only one factory can be associated to an EMF package.
Then two connectors register their factory but only the last one is kept.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants