Bug 1259991
Summary: | [Docs] [Director] Install guide shows "dhcp: true" in disabled network example | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | jliberma <jliberma> |
Component: | documentation | Assignee: | Dan Macpherson <dmacpher> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 7.0 (Kilo) | CC: | adahms, dmacpher, dsneddon, jliberma, mburns, rhel-osp-director-maint, yeylon |
Target Milestone: | y1 | Keywords: | 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-10-14 02:27:05 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
jliberma@redhat.com
2015-09-04 05:23:25 UTC
Adding dsneddon to confirm and moving to the documentation component Jacob is correct, the docs should read "use_dhcp: false" for that stanza. Assigning to Dan for review. I think it might be poor wording on my behalf. What I was trying to say in that section was to remove sections for unused nics and using that segment of the network interface template as an example of what to remove. Whether dhcp is enabled or not doesn't really matter because the recommendation is to remove those sections. I'll try and reword this section to convey my meaning a bit better. I'll also include some info for just disabling dhcp too. sounds good mate i wasnt sure the example conveyed your intent Hi Jacob, I've updated the warning in the Basic and Advanced scenarios to the following: == Important == Unused interfaces can cause unwanted default routes and network loops. For example, your template might contain a network interface (nic4) that does not use any IP assignments for OpenStack services but still uses DHCP and/or a default route. To avoid network conflicts, remove any used interfaces from ovs_bridge devices and disable the DHCP and default route settings: - type: interface name: nic4 use_dhcp: false defroute: false (Example in Basic Scenario: https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux_OpenStack_Platform/7/html/Director_Installation_and_Usage/sect-Scenario_2_Using_the_CLI_to_Create_a_Basic_Overcloud.html#sect-Isolating_the_External_Network) What do you think? Does this clarify the message a little better? That looks great, thanks Dan. |