Allow disabling the network plugin configuration#664
Allow disabling the network plugin configuration#664mmahut merged 1 commit intoopenshift:masterfrom tomassedovic:disable-network-plugin
Conversation
|
Can one of the admins verify this patch? |
|
Not sure using the |
|
Can this not be achieved by setting |
|
I thought so, but it just ended up setting the config back to the default
|
|
I admit I haven't tried setting the network plugin to an empty string in the conf files, but I couldn't figure out how to do that via openshift-ansible anyway. I've tried it again to make sure: using master (commit 8e776b0), and setting That resulted in Then I added I may be missing something here, but we need a way of making sure no network plugin code gets run when launching the node service (to integrate with external SDN solutions such as Neutron). Maybe it's just a bug/oversight somewhere in the fact-gathering process? I'll admit to not being too familiar with Ansible and this codebase. |
|
Sorry, I thought something else was already taking care of this. LGTM just rebase |
|
@tomassedovic care to rebase? :) |
|
Sorry. I'm sick, will do it tomorrow.
|
This is useful when we want to use a different networking solution without having any networking plugin code run when the services start up.
|
[merge] |
|
my powers are weak in this repo :-) @sdodson |
Allow disabling the network plugin configuration
|
@mmahut ❤️ |
|
Thanks! |
This is useful when we want to use a different networking solution
without having any networking plugin code run when the services start
up.