Some comments on installing Cloudforms on OpenShift

Latest response

When installing CloudForms on OpenShift according to
https://access.redhat.com/documentation/en-us/red_hat_cloudforms/4.5/html-single/installing_red_hat_cloudforms_on_openshift_container_platform/#deploying-the-appliance I have found some issues/enhancements I would like to report:

It would be good to add the location on where to find the template, i.e.

oc create -f /usr/share/openshift/examples/cfme-templates/cfme-template.yaml

Also the parameter MEMORY_POSTGRESQL_LIMIT does not exist, i.e.

oc new-app --template=cloudforms -p DATABASE_VOLUME_CAPACITY=2Gi,MEMORY_POSTGRESQL_LIMIT=4Gi,APPLICATION_DOMAIN=hostname

needs to be changed to

oc new-app --template=cloudforms -p DATABASE_VOLUME_CAPACITY=2Gi,POSTGRESQL_MEM_LIMIT=2Gi=4Gi,APPLICATION_DOMAIN=hostname

Kind regards,

Jochen

Responses