Bug 1240590

Summary: [Docs] [Director] Network isolation steps need to be updated
Product: Red Hat OpenStack Reporter: Ofer Blaut <oblaut>
Component: documentationAssignee: Dan Macpherson <dmacpher>
Status: CLOSED CURRENTRELEASE QA Contact: Ofer Blaut <oblaut>
Severity: high Docs Contact:
Priority: high    
Version: DirectorCC: adahms, dsneddon, mburns, oblaut, rhel-osp-director-maint, yeylon
Target Milestone: gaKeywords: Documentation
Target Release: Director   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-01-04 01:43:56 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:
Bug Depends On:    
Bug Blocks: 1241148    

Description Ofer Blaut 2015-07-07 09:58:57 UTC
Description of problem:

During the flow of creating network isolation 

There are  missing steps

1. creating nic-configs folder under /home/stack
2. copy  command should not use -r option ( since it create folder ) since it will fail on"ERROR: openstack Could not fetch contents for file:///home/stack/nic-configs/compute.yaml
" 


We should only copy the files inside bond-with-vlans or single-nic-vlans , otherwise 

"cp -r /usr/share/openstack-tripleo-heat-templates/network/config/bond-with-vlans ~/nic-configs"



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


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:

"cp -r /usr/share/openstack-tripleo-heat-templates/network/config/bond-with-vlans ~/nic-configs"

Expected results:


"cp /usr/share/openstack-tripleo-heat-templates/network/config/bond-with-vlans/* ~/nic-configs"



Additional info:

Comment 1 Dan Sneddon 2015-07-07 17:29:50 UTC
Acknowledged and will be corrected in the next revision of the docs.

Comment 2 Andrew Dahms 2015-07-13 01:38:33 UTC
Assigning to dmacpher for review.

Comment 3 Dan Macpherson 2015-07-29 16:49:45 UTC
The following section now use -r to copy the network templates:

Basic Scenario - 6.2.5.1. Creating Custom Interface Templates
Advanced Scenario - 6.3.6.1. Creating Custom Interface Templates

file.bne.redhat.com/~dmacpher/OpenStack/7.0/Director/

Comment 4 Ofer Blaut 2015-08-02 10:48:02 UTC
tested on both section
6.2.5.1. (VLAN)
6.3.7.1. (BOND)

Comment 5 Andrew Dahms 2016-01-04 01:43:56 UTC
This content is now live on the Customer Portal; closing.