Hide Forgot
The aim of this RFE is to deliver cfme as an openshift application constructed of 3 pods. It was developed on https://github.com/ManageIQ/manageiq-pods This delivery includes: - 3 images (each constructing a POD): * cfme-openshift-app-docker * cfme-openshift-postgresql-docker * cfme-openshift-memcached-docker - a deployment template to define the application The scenarios to be tested are: - initial deployment (deploying the application for the first time) - reschedule of each pod - the application should survive and function - upgrade seaquence once a newer image is released (this mainly goes for the cfme-openshift-app-docker zstream upgrades)
moved to 5.7 (flags)and moved to status to ON_QA as discussed with process owner.
I finished a deployment on a simple master + 2 nodes. upgrade and scheduling are blocked for bug: https://bugzilla.redhat.com/show_bug.cgi?id=1402125
bug is https://bugzilla.redhat.com/show_bug.cgi?id=1402125 is on_qa but previous deployment is missing the cloudforms container: name: "APPLICATION_IMG_TAG" displayName: "Application Image Tag" description: "This is the Application image tag/version requested to deploy." value: "5.7.0.13" [root@dafna-openshift-master01 templates]# oc get pods NAME READY STATUS RESTARTS AGE memcached-1-0p69p 1/1 Running 0 12m postgresql-1-gt4dr 1/1 Running 0 12m http://pastebin.test.redhat.com/438731
verified for deployment, re-deploy, upgrade latest and upgrade from specific versions. basic tests like add container provider were done as well. Opened bug https://bugzilla.redhat.com/show_bug.cgi?id=1404819 with work around. moving RFE to verified.