Metallion
Metallion
A configuration check like this in many places feels really dirty. Isn't there a better way to do this?
The `kvm.smoke.lb` test had a DNS issue while the others couldn't find a revision to build. Let's try running the CI again.
As mentioned in person, instead of the collector, this should be done directly in the webapi. It should be added here: https://github.com/axsh/wakame-vdc/blob/develop/dcmgr/lib/sinatra/vnet_webapi.rb
Upon further investigation, it became clear that it is just the deprecated code that has been deleted in the most recent develop but the documentation has not been updated. The...
In my opinion the `integration_test/bootstrap` directory from https://github.com/axsh/openvnet/pull/502 should be moved to `CI/ci_cluster_build/packer_virtualbox`
Since this is focused on running rspec and doesn't actually install open vswitch, this should be a development guide. I'm setting the priority to low as I think usage guides...
# New solution After more discussion, we have worked out problems with the last solution and decided to do it this way instead. The Interfaces Security Groups relationship might be...
1) Decide deprecation strategy for the current filter_manager. Config option to disable it for example. 2) Implement the new filter_manager (single arbitrary rules that open a tcp/udp port or icmp...
I mostly agree with the above but have a few comments. - Why is there a database relation between filter and isolation? Filter is a single rule that accepts traffic...
It is similar to https://github.com/axsh/openvnet/issues/263. That one implemented a check in the model classes. The thing is we should have a check in the WebAPI too. If a user sends...