-
Notifications
You must be signed in to change notification settings - Fork 0
CloudForms on OCP
Samuel Tauil edited this page Jan 30, 2018
·
2 revisions
-
Import the Cloudforms template with this command:
oc create -f https://raw.githubusercontent.com/samueltauil/cloud-notes/master/cfme-template.yaml
-
Add your default service account to the privileged security context.
oc adm policy add-scc-to-user privileged system:serviceaccount:<your-namespace>:default
-
Use the template to deploy CloudForms
oc new-app --template=cloudforms
-
Enter the default credentials (Username:
admin| Password:smartvm) for the initial login.
-
Click Update Password beneath the Username and Password text fields.
-
Enter your current Username and Password in the text fields.
-
Input a new password in the New Password field.
-
Repeat your new password in the Verify Password field.
-
Click Login.