diff --git a/_topic_map.yml b/_topic_map.yml index 6116b2dbf179..1249663d12c8 100644 --- a/_topic_map.yml +++ b/_topic_map.yml @@ -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: diff --git a/installing/installing_openstack/adding-rhel-compute-openstack.adoc b/installing/installing_openstack/adding-rhel-compute-openstack.adoc new file mode 100644 index 000000000000..e89e5e5d7ffd --- /dev/null +++ b/installing/installing_openstack/adding-rhel-compute-openstack.adoc @@ -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.