Bug 1374120

Summary: The containerized compute node section instructions are incorrect
Product: Red Hat OpenStack Reporter: Kiran Thyagaraja <kiran>
Component: documentationAssignee: Dan Macpherson <dmacpher>
Status: CLOSED CURRENTRELEASE QA Contact: RHOS Documentation Team <rhos-docs>
Severity: low Docs Contact:
Priority: unspecified    
Version: 9.0 (Mitaka)CC: dmacpher, kiran, sreichar, srevivo
Target Milestone: ---Keywords: Documentation
Target Release: 10.0 (Newton)   
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: 2016-09-23 15:15:49 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:

Description Kiran Thyagaraja 2016-09-08 02:37:33 UTC
Description of problem:
In the OSP 9 Mitaka installation guide, specifically in the "CONFIGURING CONTAINERIZED COMPUTE NODES" section, instructions to fetch docker images are incorrect.

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

How reproducible:
Always

Steps to Reproduce:
1. Go to: https://access.redhat.com/documentation/en/red-hat-openstack-platform/9/single/director-installation-and-usage/#sect-Configuring_Containerized_Compute_Nodes
2. Go to the "Using a Local Registry" section
3.

Actual results:
Incorrect commands:
$ sudo docker pull registry.access.redhat.com/openstack-nova-compute:latest
$ sudo docker pull registry.access.redhat.com/openstack-data:latest
$ sudo docker pull registry.access.redhat.com/openstack-nova-libvirt:latest
$ sudo docker pull registry.access.redhat.com/openstack-neutron-openvswitch-agent:latest
$ sudo docker pull registry.access.redhat.com/openstack-openvswitch-vswitchd:latest
$ sudo docker pull registry.access.redhat.com/openstack-openvswitch-db-server:latest
$ sudo docker pull registry.access.redhat.com/openstack-heat-docker-agents:latest

Expected results:
Correct commands:
$ sudo docker pull registry.access.redhat.com/rhosp9_tech_preview/openstack-nova-compute:latest
$ sudo docker pull registry.access.redhat.com/rhosp9_tech_preview/openstack-data:latest
$ sudo docker pull registry.access.redhat.com/rhosp9_tech_preview/openstack-nova-libvirt:latest
$ sudo docker pull registry.access.redhat.com/rhosp9_tech_preview/openstack-neutron-openvswitch-agent:latest
$ sudo docker pull registry.access.redhat.com/rhosp9_tech_preview/openstack-openvswitch-vswitchd:latest
$ sudo docker pull registry.access.redhat.com/rhosp9_tech_preview/openstack-openvswitch-db-server:latest
$ sudo docker pull registry.access.redhat.com/rhosp9_tech_preview/openstack-heat-docker-agents:latest

Additional info:

Comment 2 Dan Macpherson 2016-09-23 07:31:15 UTC
Tested and confirmed the URL. Corrected the error in the text:

https://access.redhat.com/documentation/en/red-hat-openstack-platform/9/single/director-installation-and-usage/#sect-Using_a_Local_Registry

Kiran, how does it look now?

Comment 3 Kiran Thyagaraja 2016-09-23 10:11:54 UTC
Dan, Thanks for making the correction. It looks good now.

Comment 4 Dan Macpherson 2016-09-23 15:15:49 UTC
No problem. Thanks for reporting it.

Closing this BZ.