Bug 1673611

Summary: OSP14 Hackfest: OVN migration doc - addition to deploy script needs /home/stack vs $HOME if people are editing manually
Product: Red Hat OpenStack Reporter: Joe Antkowiak <joea>
Component: documentationAssignee: RHOS Documentation Team <rhos-docs>
Status: CLOSED DUPLICATE QA Contact: RHOS Documentation Team <rhos-docs>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 14.0 (Rocky)   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-02-07 15:55:00 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 Joe Antkowiak 2019-02-07 15:47:13 UTC
Description of problem:


https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/14/html-single/networking_with_open_virtual_network/#preparing_for_the_migration

Step 4 under prepare for the migration adds a -e $HOME/ovn-extras.yaml to the deploy script.  If people edit their deploy script and add this literally, the following happens later in the migration steps:

$ ovn_migration.sh setup-mtu-t1 
ovn-extras.yaml file is missing in /home/stack/deploy-ovn.sh. Please add it as " -e /home/stack/ovn-extras.yaml"



The ovn_migration.sh script is looking for /home/stack/ vs $HOME, so the steps should probably say /home/stack vs $HOME



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

OSP14

Comment 1 Joe Antkowiak 2019-02-07 15:55:00 UTC

*** This bug has been marked as a duplicate of bug 1672782 ***