Skip to content

CloudForms on OCP

Samuel Tauil edited this page Jan 30, 2018 · 2 revisions

CloudForms on OCP

  1. Import the Cloudforms template with this command:

    oc create -f https://raw.githubusercontent.com/samueltauil/cloud-notes/master/cfme-template.yaml
  2. Add your default service account to the privileged security context.

    oc adm policy add-scc-to-user privileged system:serviceaccount:<your-namespace>:default
  3. Use the template to deploy CloudForms

    oc new-app --template=cloudforms
  4. Enter the default credentials (Username: admin | Password: smartvm) for the initial login.

Changing credentials

  1. Click Update Password beneath the Username and Password text fields.

  2. Enter your current Username and Password in the text fields.

  3. Input a new password in the New Password field.

  4. Repeat your new password in the Verify Password field.

  5. Click Login.

Clone this wiki locally