Bug 1651346 - extracting images references to osp 13
Summary: extracting images references to osp 13
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: documentation
Version: 14.0 (Rocky)
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: RHOS Documentation Team
QA Contact: RHOS Documentation Team
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-11-19 18:42 UTC by mlammon
Modified: 2019-01-24 21:49 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-01-24 21:49:42 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description mlammon 2018-11-19 18:42:02 UTC
Description of problem:

This live openstack 14 beta documentation has old osp 13 reference extracting images
In the section 4.4.1 "Single architecture overcloud "
Step 3 "Extract the images archives to the images directory on the stack user’s home"

has :
for i in /usr/share/rhosp-director-images/overcloud-full-latest-13.0.tar /usr/share/rhosp-director-images/ironic-python-agent-latest-13.0.tar; do tar -xvf $i; done

should be :
for i in /usr/share/rhosp-director-images/overcloud-full-latest-14.0.tar /usr/share/rhosp-director-images/ironic-python-agent-latest-14.0.tar; do tar -xvf $i; done

Comment 2 mlammon 2018-11-19 19:19:14 UTC
Just realized another one in section 4.4.2 Multiple architecture overclouds (step 3) as well.

for arch in x86_64 ppc64le ; do for i in /usr/share/rhosp-director-images/overcloud-full-latest13.0-${arch}.tar /usr/share/rhosp-director-images/ironic-python-agent-latest-13.0-${arch}.tar; do tar -C $arch -xf $i ; done ; done


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