Bug 1272108

Summary: [DOC] External network should be documents in RDO manager installation
Product: [Community] RDO Reporter: Ofer Blaut <oblaut>
Component: DocumentationAssignee: Nobody <nobody>
Status: CLOSED CURRENTRELEASE QA Contact: RHOS Documentation Team <rhos-docs>
Severity: high Docs Contact:
Priority: unspecified    
Version: LibertyCC: chris.brown, srevivo
Target Milestone: ---Keywords: UserExperience
Target Release: Liberty   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-06-18 06:36:03 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 Ofer Blaut 2015-10-15 13:58:28 UTC
Description of problem:

When using RDO manager virt setup , there is no document on :

1. how to create external network for floating ip using default flat installation

source overcloudrc
 neutron net-create admin-ext --provider:network_type flat --providerhysical_network datacentre --router:external
 neutron subnet-create --name admin-ext-sub --disable-dhcp admin-ext 192.0.2.0/24 --allocation_pools list=true type=dict start=192.0.2.150,end=192.0.2.200 --gateway_ip=192.0.2.1


2. when using network isolation , there is no document how to create interface on the instack host to access the external network ( which is alreday documented )



1. Add interface in vlan 10 (external net) and assign it an IP from the
external net on the undercloud node:

$ ovs-vsctl add-port br-ctlplane vlan10 tag=10 -- set interface vlan10
   type=internal \
    ip l set dev vlan10 up; ip addr add 172.16.23.251/24 dev vlan10

2. Add masquerade rule for the external net subnet on undercloude node:

   $ iptables -A BOOTSTACK_MASQ -s 172.16.23.0/24 ! -d 172.16.23.0/24 -j
   MASQUERADE -t nat



Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Christopher Brown 2017-06-17 16:41:51 UTC
Creating an external network is now documented so this can be closed.