Hide Forgot
Description of problem: During switching between deployment strategy on DC edit page, the deployment strategy type changes accordingly, even we didn't save the changes Version-Release number of selected component (if applicable): v3.4.0.14 How reproducible: Always Steps to Reproduce: 1.Create app with DC strategy is Recreate $ oc process -f https://raw.githubusercontent.com/openshift/rails-ex/master/openshift/templates/rails-postgresql.json |oc create -f - 2.Go to Applications -> Deployments -> rails-postgresql-example page -> Actions -> Edit 3.We could see follow message on top of DC edit page Edit Deployment Config rails-postgresql-example — Recreate Deployment Strategy 4.Select "Rolling" from Strategy Type, click "Yes" or "No" in the dialog 5.Check the message at the top of DC edit page again Actual results: 5.Deployment Strategy is updated to Rolling Edit Deployment Config rails-postgresql-example — Rolling Deployment Strategy Expected results: 5. Actually, before saving the DC changes, this message should not be updated because this indicates the current deployment strategy. The correct message should still be:Edit Deployment Config rails-postgresql-example — Recreate Deployment Strategy. After we changed and saved the deployment strategy, then access edit page again ,this message should be updated to correct deployment strategy type Additional info:
Created attachment 1213355 [details] EnterDCEditPageFirstTime
Created attachment 1213356 [details] AfterRollingSelected
Commit pushed to master at https://github.com/openshift/origin-web-console https://github.com/openshift/origin-web-console/commit/fe74d065ea4ce32010a960a2255e137d67e3d869 Bug 1387999 - Deployment strategy type should not be updated before saving strategy changes
@yapei we decided to remove the strategy type from the header since its redundant with the selectbox below.
Checked against v3.4.0.18+ada983f Now the strategy type is removed from DC edit page, so this issue don't exist any more, move to VERIFIED