Hide Forgot
Description of problem: 1.Description about Image Name has redundant double quotation marks in the begining 2.Should remove the star(*) for Command field Version-Release number of selected component (if applicable): latest origin-web-console(latest commit is PR #715 from spadgett/metrics-pod-uid) How reproducible: Always Steps to Reproduce: 1.Create a Rolling strategy DC # oc create -f https://raw.githubusercontent.com/openshift-qe/v3-testfiles/master/deployment/rolling.json 2.Go to Applications -> Deployments -> hooks -> Actions -> Edit page 3.Change Strategy Type to "Custom" 4.Check fields and their description for Custom strategy Actual results: 4.Image Name and Command are both shown as mandatory fields. * Image Name * Command Environment Variables Expected results: 4. According to doc https://docs.openshift.org/latest/dev_guide/deployments.html#custom-strategy, parameter 'command' is optional, although only filling Image Name and leaving Command blank could save the changes successfully, it's better to remove the star(*) before Command field The description about "Image Name" has redundant double quotation marks in the begining "An image that can carry out the deployment. Additional info:
Commit pushed to master at https://github.com/openshift/origin-web-console https://github.com/openshift/origin-web-console/commit/c50be77cd0be31608cfa3663ffc59252d690bb95 Bug 1388372 - Displaying issue on DC edit page for Custom strategy type
Checked against latest origin-web-console(latest commit is 34067a1) Command is shown as optional parameter Description about "Image Name" is shown well Move to VERIFIED