Bug 1374120 - The containerized compute node section instructions are incorrect
Summary: The containerized compute node section instructions are incorrect
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: documentation
Version: 9.0 (Mitaka)
Hardware: All
OS: Linux
unspecified
low
Target Milestone: ---
: 10.0 (Newton)
Assignee: Dan Macpherson
QA Contact: RHOS Documentation Team
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-09-08 02:37 UTC by Kiran Thyagaraja
Modified: 2016-10-05 06:14 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-09-23 15:15:49 UTC
Target Upstream Version:


Attachments (Terms of Use)

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.


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