Accelerator verification

When installation completes, check to confirm whether you can access the console.

Issue the following command to retrieve the kubeadmin password for the OpenShift cluster:

ssh virtuser@<helper_ip_address> echo "your kubeadmin password is: \$(cat /kubeadmin-password)" 

Access the OpenShift web-console: https://console-openshift-console.apps.. and DNS set up. Add the following wildcard entry to your DNS server to access the OpenShift web console and apps_:

<helper_node_floating_ip> *.apps.<cluster_name>.<base_domain>

For testing purposes, add these entries to your /etc/hosts to access the OpenShift web console:

<helper_node_floating_ip> console-openshift-console.apps.<cluster_name>.<base_domain>
<helper_node_floating_ip> oauth-openshift.apps.<cluster_name>.<base_domain>

Add the following entry to your DNS server or /etc/hosts to access the OpenShift APIs:

<helper_node_floating_ip> api.<cluster_name>.<base_domain>