Bug 1399790

Summary: neutron-tunnel-types missing from openstack overcloud deploy command.
Product: Red Hat OpenStack Reporter: Warren <wusui>
Component: documentationAssignee: Dan Macpherson <dmacpher>
Status: CLOSED CURRENTRELEASE QA Contact: RHOS Documentation Team <rhos-docs>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 9.0 (Mitaka)CC: dmacpher, srevivo, wusui
Target Milestone: ---Keywords: Documentation
Target Release: ---Flags: wusui: needinfo+
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-01-21 22:27:51 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 Warren 2016-11-29 18:17:25 UTC
Description of problem:

In section 2.9 of https://access.redhat.com/documentation/en/red-hat-openstack-platform/9/paged/red-hat-ceph-storage-for-the-overcloud/chapter-2-creating-an-overcloud-with-ceph-storage-nodes

the line that reads: 

openstack overcloud deploy --templates -e /home/stack/templates/storage-environment.yaml --control-scale 3 --compute-scale 3 --ceph-storage-scale 3 --control-flavor control --compute-flavor compute --ceph-storage-flavor ceph-storage --neutron-network-type vxlan --ntp-server pool.ntp.org

should be:

openstack overcloud deploy --templates -e /home/stack/templates/storage-environment.yaml --control-scale 3 --compute-scale 3 --ceph-storage-scale 3 --control-flavor control --compute-flavor compute --ceph-storage-flavor ceph-storage --neutron-network-type vxlan --neutron-tunnel-types vxlan --ntp-server pool.ntp.org

Comment 1 Dan Macpherson 2017-09-25 04:27:14 UTC
Going through my backlog. This has been implemented:

https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/9/html/red_hat_ceph_storage_for_the_overcloud/creation#Creating_the_Overcloud

Note that this option is deprecated for OSP10+.

Warren, can you take a quick look at the content and check that everything looks okay?

Comment 2 Warren 2018-01-15 18:05:22 UTC
Looks good.

Comment 3 Dan Macpherson 2018-01-21 22:27:51 UTC
Thanks, Warren!