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

backend.engine contrail, use-case juniper packaging #2

Open
epcim opened this issue Feb 25, 2017 · 2 comments
Open

backend.engine contrail, use-case juniper packaging #2

epcim opened this issue Feb 25, 2017 · 2 comments
Assignees

Comments

@epcim
Copy link
Member

epcim commented Feb 25, 2017

backend.engine must recognize under value contrail also a vendor (juniper vs. opencontrail).

For deployments where Juniper contrail is deployed, service_plugins = neutron_plugin_contrail.plugins.opencontrail.loadbalancer is a wrong value.

One example: neutron/files/liberty/neutron-server.conf.Debian

{%- if server.backend.engine == "contrail" %}
service_plugins = neutron_plugin_contrail.plugins.opencontrail.loadbalancer.plugin.LoadBalancerPlugin
{%- elif server.backend.engine == "midonet" %}
service_plugins = lbaas,midonet.neutron.services.l3.l3_midonet.MidonetL3ServicePlugin,midonet.neutron.services.firewall.plugin.MidonetFirewallPlugin
{%- endif %}
@pupapaik
Copy link

What is correct value? This should be same.

@epcim
Copy link
Member Author

epcim commented Feb 27, 2017

@pupapaik commented on Feb 26, 2017, 10:07 PM GMT+1:

What is correct value? This should be same.

so please clarify, juniper contrail is using: neutron_plugin_contrail.plugins.opencontrail.loadbalancer.plugin.LoadBalancerPlugin ?

in addition:
map.jina spec. for pkg of neutron-lbaas-agent should be optional, as we have found it's deps. are not properly shipped within a juniper contrail repo.

Anyway I would rather have instalation of neutron-lbaas-agent optional in neutron formula, as we consider juniper to have broken dependencies, missing dependency, in the repository.

cloudlab-autobuild pushed a commit that referenced this issue Sep 28, 2018
Change-Id: I8b3772f3792c638603fc3ac616aa5663ef080dcb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants