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

Clone this wiki locally