Metallion
Metallion
With centos 7 support and the new Jenkins 2 CI, there have been some concerns about how to use the directory structure. Therefore it's a good time to decide a...
### Problem OpenVNet currently only supports CentOS 6 but CentOS 7 has been out for a while already. We should support it. ### Solution - Build the RPMs for CentOS...
### Problem In https://github.com/axsh/openvnet/pull/406 we removed the FPM Cookery recipes for OpenVNet's RPM packages with plain RPM spec files. The OpenVNet third party repository is still using FPM cookery though....
Split from https://github.com/axsh/openvnet/issues/424. Currently static_address translation creates both TCP and UDP flows when port translation is set. This should be changed to require a separate static_address entry for the two...
Take this transaction in lease policies. https://github.com/axsh/openvnet/blob/master/vnet/lib/vnet/node_api/lease_policy.rb#L41-L69 If this transaction fails, all changes to the database are rolled back but any events that have been sent to vna will not...
### Problem https://github.com/axsh/openvnet/pull/311 fixed an issue where IP addresses assigned in a Network without being in the correct subnet. It has implemented that check in the Model classes which is...
Currently the installation shows how to set up the most simple OpenVNet installation possible. This is a great entry point but we need to build on it with more guides...
### Problem The current [installation guide](http://openvnet.org/installation/) sets up OpenVNet for two interfaces in a single virtual network. This is great as a first introduction to OpenVNet but doesn't show off...
### Problem In the past we have patched the `sequel/paranoia` plugin to allow for unique constraints. Our patch is in [this file over here](https://github.com/axsh/openvnet/blob/develop/vnet/lib/sequel/plugins/paranoia_is_deleted.rb). Looking at the plugin today, it...
### Problem Currently all code is contained in one single body but we are maintaining 3 different processes. Vnmgr will use code that Vna never touches and vise versa. The...