Jump to: navigation, search

Difference between revisions of "Quantum/FWaaS/FWaaS-DVR"

< Quantum‎ | FWaaS
(FWaaS DVR Setup)
(Replaced content with "[https://wiki.openstack.org/wiki/Neutron/FWaaS/FWaaS-DVR This page has been moved, click here to access the new page.]")
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
=== FWaaS DVR  ===
+
[https://wiki.openstack.org/wiki/Neutron/FWaaS/FWaaS-DVR This page has been moved, click here to access the new page.]
 
 
=== FWaaS DVR Migration ===
 
centralized to distributed there will be a check inside plugin to throw an exception if a firewall has been configured
 
this requires helper to know if there is a firewall configured
 
 
 
Mix of centralized and distributed routers and migrating to a different types, although this might work
 
the behavior is not yet known and our initial target is tackle the limited transitions
 
from centralized to distributed
 
 
 
distributed to centralized there needs to a check inside plugin to throw an exception if a firewall has been configured
 
this requires helper to know if there is a firewall configured, although this case is not the likely one to be addressed.
 
 
 
=== FWaaS DVR Setup ===
 
single node setup requires following changes to localrc
 
Q_PLUGIN=ml2
 
Q_ML2_TENANT_NETWORK_TYPE=vxlan
 
Q_DVR_MODE=dvr_snat
 
 
 
sample name space created:
 
qdhcp-de6d0488-b95f-48b6-93e9-5ab7c0c96e1d
 
qdhcp-13465298-a563-4c1c-88f6-4c1abc26dbac
 
snat-0391ee86-08ea-4186-ac00-6f550554e4e7
 
qrouter-0391ee86-08ea-4186-ac00-6f550554e4e7
 

Latest revision as of 18:47, 22 August 2014

This page has been moved, click here to access the new page.