Skip to content

Commit

Permalink
Merge pull request #109 from scollier/fix-port-1
Browse files Browse the repository at this point in the history
fixing port
  • Loading branch information
scollier authored Sep 26, 2017
2 parents d8475cd + 0bfc40f commit 0a209c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labs/lab4/lab4.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ As mentioned previously, there are two endpoints in which CloudForms retrieves m

Since CloudForms is deployed within OpenShift, we can leverage the internal service associated with API called _kubernetes_ in the default project. Internal service names can be referenced across projects in the form _<service_name>.<namespace>_

Enter **kubernetes.default** in the _hostname_ field and **443** in the _port_ field.
Enter **kubernetes.default** in the _hostname_ field and **8443** in the _port_ field.

The token field refers to the OAuth token used to authenticate CloudForms to the OpenShift API. The _management-infra_ project is a preconfigured project as part of the OpenShift installation. A service account called management-admin is available that has access to the requisite resources needed by CloudForms. Each service account has an OAuth token associated with its account.

Expand Down

0 comments on commit 0a209c4

Please sign in to comment.