Bug 1270815 - ExternalInterfaceDefaultRoute defined twice in rhelosp7 Director_Installation_and_Usage Guide
Summary: ExternalInterfaceDefaultRoute defined twice in rhelosp7 Director_Installation...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: documentation
Version: 7.0 (Kilo)
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: y2
: 7.0 (Kilo)
Assignee: Dan Macpherson
QA Contact: RHOS Documentation Team
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-10-12 12:49 UTC by Andrew Blum
Modified: 2015-11-20 05:45 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-11-20 05:45:51 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.