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

Hi Jochen, Many thanks for your feedback, and apologies for not seeing it sooner. I've created a bug now to track these updates -- https://bugzilla.redhat.com/show_bug.cgi?id=1493424 I'll let you know once the guide has been updated. Please feel free to get in touch if you spot anything else out of place in the docs. Cheers, Dayle

Would you mind telling me where the three templates are located? Thanks!

Hi all - apologies for the wait on this. I've now added instructions to the docs on where to find the templates (in section 1.1 Prerequisites), and have fixed the POSTGRESQL_MEM_LIMIT parameter:

https://access.redhat.com/documentation/en-us/red_hat_cloudforms/4.5/html-single/installing_red_hat_cloudforms_on_openshift_container_platform/#prerequisites Let me know if you run into any trouble with it. Cheers, Dayle

Close

Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.