Bill - Please review this issue and see if it is a SSUI or backend. It could be a little of both and we'll need to get erik involved.
https://github.com/ManageIQ/manageiq/pull/11132
Created attachment 1199594 [details] hotfix attachment Please try this hotfix. It solves the problem that new_resource_group does not get created.
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/703cdeab445da86857bf8ff740deec90d6ef89a6 commit 703cdeab445da86857bf8ff740deec90d6ef89a6 Author: Bill Wei <bilwei> AuthorDate: Thu Sep 8 18:00:28 2016 -0400 Commit: Bill Wei <bilwei> CommitDate: Fri Sep 9 15:43:10 2016 -0400 Take new_resource_group when resource_group is blank https://bugzilla.redhat.com/show_bug.cgi?id=1374398 .../orchestration_service_option_converter.rb | 2 +- .../orchestration_service_option_converter_spec.rb | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 spec/models/manageiq/providers/azure/cloud_manager/orchestration_stack/orchestration_service_option_converter_spec.rb
https://github.com/ManageIQ/manageiq-ui-self_service/pull/130
Created attachment 1200653 [details] SSUI Default Value Hotfix
Hotfix created from all non-spec files of this PR: https://github.com/ManageIQ/manageiq-ui-self_service/pull/130
New commit detected on ManageIQ/manageiq-ui-self_service/master: https://github.com/ManageIQ/manageiq-ui-self_service/commit/1aa14ce0d29e15a72855e2fb9531678c817dd374 commit 1aa14ce0d29e15a72855e2fb9531678c817dd374 Author: Erik Clarizio <eclarizi> AuthorDate: Tue Sep 13 13:14:10 2016 -0700 Commit: Erik Clarizio <eclarizi> CommitDate: Wed Sep 14 09:02:06 2016 -0700 Select first item in drop down list by default if no default value given https://bugzilla.redhat.com/show_bug.cgi?id=1374398 Or, if the default value is "null", it will still select the first value instead of selecting nothing. This way we should always get something passed in, even if the first actual value's key is *supposed* to be "null" .../components/dialog-content/dialog-content.html | 7 +--- .../app/services/dialog-field-refresh.service.js | 41 +++++++++--------- tests/dialog-field-refresh.service.spec.js | 48 ++++++++++++++++------ 3 files changed, 58 insertions(+), 38 deletions(-)
Created a request in SSUI for Azure. Gave the new-resource group name and left the "existing resource group" blank. Stack was not created under new resource group. Please check https://10.8.199.117/self_service
Created attachment 1209766 [details] Stack failure reason You have actually verified the fix. The stack has been created but the status was failure. The log shows [----] I, [2016-10-11T15:33:06.732311 #11699:ba3c54] INFO -- : Q-task_id([service_template_provision_task_2]) <AutomationEngine> <AEMethod check_provisioned> Stack deployment finished. Status: error, reason: Stack creation failed [----] I, [2016-10-11T15:33:06.733876 #11699:ba3c54] INFO -- : Q-task_id([service_template_provision_task_2]) <AutomationEngine> <AEMethod check_provisioned> Please examine stack resources for more details If you browse the stack testazstack and drill down to its resources you can see the actual failure reason was the invalid password. See the screenshot.
Verified in 5.7.0.4-alpha1.20161005153002_cfc8a23