Bug 1270815

Summary: ExternalInterfaceDefaultRoute defined twice in rhelosp7 Director_Installation_and_Usage Guide
Product: Red Hat OpenStack Reporter: Andrew Blum <ablum>
Component: documentationAssignee: Dan Macpherson <dmacpher>
Status: CLOSED CURRENTRELEASE QA Contact: RHOS Documentation Team <rhos-docs>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 7.0 (Kilo)CC: dmacpher, yeylon
Target Milestone: y2Keywords: Documentation
Target Release: 7.0 (Kilo)   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-11-20 05:45:51 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Andrew Blum 2015-10-12 12:49:29 UTC
Description of problem:


In 6.2.5.2. Creating a Basic Overcloud Network Environment Template, /home/stack/templates/network-environment.yaml references ExternalInterfaceDefaultRoute.  Should only need to define it once.

parameter_defaults:
  ExternalNetCidr: 10.1.1.0/24
  ExternalAllocationPools: [{'start': '10.1.1.2', 'end': '10.1.1.50'}]
  ExternalNetworkVlanID: 100
  ExternalInterfaceDefaultRoute: 10.1.1.1
  # Set to the router gateway on the external network
  ExternalInterfaceDefaultRoute: 10.1.1.1