Bug 1240590 - [Docs] [Director] Network isolation steps need to be updated
Summary: [Docs] [Director] Network isolation steps need to be updated
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: documentation
Version: Director
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ga
: Director
Assignee: Dan Macpherson
QA Contact: Ofer Blaut
URL:
Whiteboard:
Depends On:
Blocks: 1241148
TreeView+ depends on / blocked
 
Reported: 2015-07-07 09:58 UTC by Ofer Blaut
Modified: 2016-01-04 01:43 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-01-04 01:43:56 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

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.


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