Bug 1362738

Summary: [docs] intallation on OpenStack needs to set nodeName as OpenStack's instance name
Product: OpenShift Container Platform Reporter: Kenjiro Nakayama <knakayam>
Component: DocumentationAssignee: Vikram Goyal <vigoyal>
Status: CLOSED NOTABUG QA Contact: Vikram Goyal <vigoyal>
Severity: medium Docs Contact: Vikram Goyal <vigoyal>
Priority: unspecified    
Version: 3.2.1CC: akostadi, aos-bugs, jokerman, mmccomas
Target Milestone: ---   
Target Release: ---   
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: 2016-11-25 01:08:05 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 Kenjiro Nakayama 2016-08-03 04:20:49 UTC
* Section Number and Name:
---
Configuring for OpenStack
https://docs.openshift.com/enterprise/3.2/install_config/configuring_openstack.html#install-config-configuring-openstack

* Describe the issue:
---
When OpenShift is installed on OpenStack, nodeName has to be set OpenStack's instance name.
Please refer to https://bugzilla.redhat.com/show_bug.cgi?id=1321964#c7 (Seth's )

  nodeName: <OpenStack's Instance Name>

* Suggestions for improvement:
---
Please mention above restriction on the documentation.

* Additional info
---
To set in ansible installer, following setting is necessary.

[masters]
master-1 openshift_hostname=<OPENSTACK INSTANCE NAME>

[nodes]
master-1 openshift_node_labels="{'region': 'infra', 'zone': 'foo'}" openshift_hostname=<OPENSTACK INSTANCE NAME>

Comment 1 Kenjiro Nakayama 2016-08-14 00:04:40 UTC
This bug has already fixed as :

  - Configuring Nodes
  https://docs.openshift.com/enterprise/3.2/install_config/configuring_openstack.html#openstack-configuring-nodes
  "Name of the OpenStack instance where the node runs (i.e., name of the virtual machine)"

I think this ticket can be closed.

Comment 2 Aleksandar Kostadinov 2016-12-06 12:12:02 UTC
Just for a reference to help searching, bug 1367201 is a RFE to decouple node and machine name.