Bug 1432730

Summary: [Docs][RFE] Document the default_route custom property
Product: Red Hat Enterprise Virtualization Manager Reporter: Lucy Bopf <lbopf>
Component: DocumentationAssignee: Emma Heftman <eheftman>
Status: CLOSED CURRENTRELEASE QA Contact: Megan Lewis <melewis>
Severity: medium Docs Contact:
Priority: medium    
Version: 4.1.0CC: danken, eheftman, gklein, lsurette, mburman, melewis, rbalakri, srevivo, ykaul
Target Milestone: ovirt-4.1.1-1Keywords: FutureFeature
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-04-03 06:03:51 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: Docs RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1400366    
Bug Blocks:    

Description Lucy Bopf 2017-03-16 03:35:40 UTC
In RHV 4.1, users can now set the default route of a host.
 
RHV sets the management network as each host's default route. Some customers prefer the management network to be a local non-routed network, and that another network serves as a default route.

1. In the Manager, open a console and add the custom property.
# engine-config -s UserDefinedNetworkCustomProperties='default_route=^(true|false)$'
# servicectl restart ovirt-engine

2. On each host:
   2.1 Set the property to False on the management (ovirtmgmt|rhevm) network
   2.2 Set the property to True on the desired new default route network
   2.3 Set a next-hop IP address (Gateway) in the new default route network

3. Apply configurations

Two important notes that must be added to the docs:
* This configuration is PER HOST, and needs to be done on each host.
* If the gateway for the new default route network is not set, it will be IGNORED. Leaving the gateway blank will NOT set device based route (such as for proxy-arp scenarios).