Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions _topic_map.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,8 @@ Topics:
# File: installing-openstack-load-balancing
- Name: Uninstalling a cluster on OpenStack
File: uninstalling-cluster-openstack
- Name: Adding RHEL compute machines to a cluster on OpenStack
File: adding-rhel-compute-openstack
- Name: Installing on vSphere
Dir: installing_vsphere
Topics:
Expand Down
16 changes: 16 additions & 0 deletions installing/installing_openstack/adding-rhel-compute-openstack.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[id="adding-hrel-compute-openstack"]
= Adding a RHEL compute node to OpenShift cluster
include::modules/common-attributes.adoc[]
:context: adding-rhel-compute-openstak

toc::[]

The following are additional requirements for xref:../../machine_management/adding-rhel-compute.adoc[Adding RHEL compute machines to an {product-title} cluster],
when the cluster has been deployed on {rh-openstack-first}:

* The RHEL compute nodes being added and the host that executes the playbooks, need to be able to access the cluster api
endpoints using dns resolvable hostnames.

* Security groups must be configured such that RHEL compute nodes and the host executing the playbooks are allowed to
access the cluster api endpoints. This can be tested by trying to access the api tcp port being used by the cluster
from an user account on the hosts. The default tcp port for api access to the cluster is 6443.