2016-04-20 11:51:26 |
Mikhail Samoylov |
description |
Steps:
1 Setup master node
2 Create env
3 Change some task to fail deploy, for example:
echo 'fail("Emulate deployment failure after netconfig!")' >> /etc/puppet/modules/osnailyfacter/modular/netconfig/connectivity_tests.pp
4 Deploy env
5 Make some changes on the Settings or Network tabs after deployment failed with error
6 Go to the Dashboard page and check Discard button (white cross above the Deploy Changes button). Press it
Actual result:
Button "Discard Changes" missing
Expected result:
We can click on button "Discard Changes" on the Dashboard page
ISO: 220 |
Steps:
1 Setup master node
2 Create env
3 Change some task to fail deploy, for example:
echo 'fail("Emulate deployment failure after netconfig!")' >> /etc/puppet/modules/osnailyfacter/modular/netconfig/connectivity_tests.pp
4 Deploy env
5 Make some changes on the Settings or Network tabs after deployment failed with error
6 Go to the Dashboard page and check Discard button (white cross above the Deploy Changes button). Press it
Actual result:
Button "Discard Changes" missing, but we don't have information in specification about it
Expected result:
We must add in specification that for failed deploy we don't have button "Discard Changes" in dashboard menu.
https://github.com/openstack/fuel-specs/blob/089a764ffcb04ab5b9d81919af76fa05608fd978/specs/9.0/unlock-settings-tab.rst
ISO: 220 |
|