Bug 1362738 - [docs] intallation on OpenStack needs to set nodeName as OpenStack's instance name
Summary: [docs] intallation on OpenStack needs to set nodeName as OpenStack's instance...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Documentation
Version: 3.2.1
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: ---
Assignee: Vikram Goyal
QA Contact: Vikram Goyal
Vikram Goyal
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-08-03 04:20 UTC by Kenjiro Nakayama
Modified: 2021-03-11 14:38 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-11-25 01:08:05 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1321964 0 medium CLOSED Openstack cloud provider not initialized properly 2021-02-22 00:41:40 UTC

Internal Links: 1321964

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.


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